-
- Downloads
Updates project to process web hooks async via sidekiq.
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.)
parent
639b0a87
No related branches found
No related tags found
Showing
- Procfile 1 addition, 1 deletionProcfile
- app/models/project.rb 1 addition, 1 deletionapp/models/project.rb
- app/models/web_hook.rb 4 additions, 0 deletionsapp/models/web_hook.rb
- app/workers/project_web_hook_worker.rb 9 additions, 0 deletionsapp/workers/project_web_hook_worker.rb
- lib/tasks/sidekiq.rake 1 addition, 1 deletionlib/tasks/sidekiq.rake
app/workers/project_web_hook_worker.rb
0 → 100644
Please register or sign in to comment