mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Document that anything in sidekiq_options can also be sent to push
Was wondering if enterprise-specific features worked here.
This commit is contained in:
parent
7e654f9dfb
commit
acdd35fb01
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ module Sidekiq
|
|||
# retry - whether to retry this job if it fails, default true or an integer number of retries
|
||||
# backtrace - whether to save any error backtrace, default false
|
||||
#
|
||||
# Any options valid for a worker class's sidekiq_options are also available here.
|
||||
#
|
||||
# All options must be strings, not symbols. NB: because we are serializing to JSON, all
|
||||
# symbols in 'args' will be converted to strings. Note that +backtrace: true+ can take quite a bit of
|
||||
# space in Redis; a large volume of failing jobs can start Redis swapping if you aren't careful.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue