Closed
Description
Proposed Changes
Move the existing process_webhook()
function, which is responsible for transmitting queued webhooks, from extras.webhooks_worker
to extras.webhooks
. I'll also propose renaming it to send_webhook()
, which IMO better conveys its function.
We can retain a proxy for this function in its current location to provide backward compatibility until the next release. This will ensure any currently queued webhooks continue to be processed successfully after an upgrade.
Justification
Cleanup in the wake of #14132 and clarification of the function's purpose.