08ec45443d
Dear instances, make sure to update your sidekiq processes. Indead, we are adopting a new strategy for daemons that process our background jobs. Now their is only 3 queues on sidekiq (still, we keep archive/export on delayed job for now). The big idea : allow any worker to deal with any queue (capacity mgmt) : - critical: must be procesed now - default: will be processed asap - low: do it after everything else FYI: we had 50% of our server capacity on reserved queues. Leading to bottle neck processing (reserved queues/worker not processing other queues). We HAD TO fix it. Sorry for the inconvenience TBH, this is an idea of Colin Darie <colin@darie.eu>. I'm just pushing it forward. Co-Authored-By: Colin Darie <colin@darie.eu> |
||
---|---|---|
.. | ||
datagouv | ||
administrateur_activate_before_expiration_job.rb | ||
auto_archive_procedure_job.rb | ||
backfill_siret_degraded_mode_job.rb | ||
cron_job.rb | ||
discarded_dossiers_deletion_job.rb | ||
discarded_procedures_deletion_job.rb | ||
dossier_operation_log_move_to_cold_storage_job.rb | ||
enable_procedure_expires_when_termine_enabled_job.rb | ||
expired_dossiers_brouillon_deletion_job.rb | ||
expired_dossiers_en_construction_deletion_job.rb | ||
expired_dossiers_termine_deletion_job.rb | ||
expired_prefilled_dossiers_deletion_job.rb | ||
expired_users_deletion_job.rb | ||
fix_missing_antivirus_analysis_job.rb | ||
instructeur_email_notification_job.rb | ||
notify_draft_not_submitted_job.rb | ||
operations_signature_job.rb | ||
procedure_external_url_check_job.rb | ||
procedure_process_sva_svr_job.rb | ||
purge_manager_administrateur_sessions_job.rb | ||
purge_old_email_event_job.rb | ||
purge_old_sib_mails_job.rb | ||
purge_stale_archives_job.rb | ||
purge_stale_batch_operation_job.rb | ||
purge_stale_exports_job.rb | ||
purge_stale_transfers_job.rb | ||
purge_unattached_blobs_job.rb | ||
purge_unused_admin_job.rb | ||
release_crashed_export_job.rb | ||
send_api_token_expiration_notice_job.rb | ||
stalled_declarative_procedures_job.rb | ||
update_stats_job.rb | ||
weekly_overview_job.rb |