8a65229b35
A new queue of "project_web_hook" is used to process web hooks asynchronously, allowing each to succeed/fail (and be retried) independently. (Basically, project web hooks now process the same as system hooks.)
2 lines
135 B
Text
2 lines
135 B
Text
web: bundle exec unicorn_rails -p $PORT
|
|
worker: bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,common,default
|