Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Add Critical Jobs guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Pirozhkov committed Aug 7, 2019
1 parent 0a03a75 commit 4033410
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,10 @@ Run Sidekiq in an environment that has `eager_load` set to `true`, or with the f
----
EAGER_LOAD=true ALLOW_CONCURRENCY=true bundle exec sidekiq
----

[#critical-jobs]
=== Critical Jobs

Background job processing may be down for a prolonged period (minutes), e.g. during a failed deployment or a burst of other jobs.

Consider running critical time-critical and mission-critical jobs in-process.

0 comments on commit 4033410

Please sign in to comment.