mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
fix for queue name
This commit is contained in:
parent
7c3bcf7d2c
commit
e1c69dbc13
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
class CreateSSLCertWorker
|
||||
include Sidekiq::Worker
|
||||
sidekiq_options queue: :create_ssl_auth_worker, retry: 100, backtrace: true
|
||||
sidekiq_options queue: :create_ssl_cert_worker, retry: 100, backtrace: true
|
||||
|
||||
sidekiq_retry_in do |count|
|
||||
180
|
||||
|
|
Loading…
Add table
Reference in a new issue