Skip to content

Move webhook post-send writes to their own service

Alex Kalderimis requested to merge 331919-wh-post-delivery-write-worker into master

What does this MR do?

This MR addresses #331919 (closed) by:

  • moving the webhook writes to a separate service
  • arranging for this service to be run in a new worker

This enables the web-hook service itself to be marked as read-only, and run on a replica, but have the writes be queued for application to master.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #331919 (closed)

Edited by Alex Kalderimis

Merge request reports

Loading