Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Emit batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Aug 15, 2024
1 parent ec97734 commit 530e455
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cio/src/sf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ pub async fn push_new_rack_line_subscribers_to_sf(
db: &Database,
company: &Company,
) -> Result<()> {
log::info!(count = subscribers_to_process.len(), "Processing subscribers");

if !subscribers_to_process.is_empty() {
let sf = company.authenticate_sf().await?;

Expand Down

0 comments on commit 530e455

Please sign in to comment.