mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
add sidekiq config
This commit is contained in:
parent
61fa703224
commit
a5aaa39a15
2
Procfile
2
Procfile
@ -1,2 +1,2 @@
|
||||
web: bundle exec puma -C config/puma.rb
|
||||
worker: bundle exec sidekiq
|
||||
worker: bundle exec sidekiq -e production -C config/sidekiq.yml
|
||||
|
||||
1
config/sidekiq.rb
Normal file
1
config/sidekiq.rb
Normal file
@ -0,0 +1 @@
|
||||
:concurrency: 1
|
||||
Loading…
Reference in New Issue
Block a user