DEV: Increase embeddings backfill job frequency (#453)

The idea is to increase the frequency so we can run with smaller batch sizes.
Big batches cause problems when running backups, so it's better to have shorter but
more frequent jobs.
This commit is contained in:
Rafael dos Santos Silva 2024-01-31 15:09:39 -03:00 committed by GitHub
parent dcafc8032f
commit fd6fcfdb61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
module Jobs
class EmbeddingsBackfill < ::Jobs::Scheduled
every 15.minutes
every 5.minutes
sidekiq_options queue: "low"
cluster_concurrency 1