Skip to content

Commit

Permalink
increase to 10k per batch
Browse files Browse the repository at this point in the history
  • Loading branch information
LindseySaari committed Oct 24, 2024
1 parent 4017286 commit 6ac26ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sidekiq/delete_old_pii_logs_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class DeleteOldPiiLogsJob
sidekiq_options unique_for: 30.minutes, retry: false

EXPIRATION_TIME = 2.weeks
BATCH_SIZE = 1000
BATCH_SIZE = 10000

Check failure on line 9 in app/sidekiq/delete_old_pii_logs_job.rb

View workflow job for this annotation

GitHub Actions / Linting and Security

Style/NumericLiterals: Use underscores(_) as thousands separator and separate every 3 digits with them.

def perform
loop do
Expand Down

0 comments on commit 6ac26ec

Please sign in to comment.