Move & rename extras.webhooks_worker.process_webhook
#14395
Labels
status: accepted
This issue has been accepted for implementation
type: housekeeping
Changes to the application which do not directly impact the end user
Milestone
Proposed Changes
Move the existing
process_webhook()
function, which is responsible for transmitting queued webhooks, fromextras.webhooks_worker
toextras.webhooks
. I'll also propose renaming it tosend_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.
The text was updated successfully, but these errors were encountered: