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.)
Showing
app/workers/project_web_hook_worker.rb
0 → 100644
Please
register
or
sign in
to comment