1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #14395: Move & rename process_webhook()

This commit is contained in:
Jeremy Stretch
2023-12-01 07:47:19 -05:00
parent 4fc0a999ea
commit 85ab7adca6
4 changed files with 97 additions and 89 deletions

View File

@@ -108,7 +108,7 @@ def process_event_rules(event_rules, model_name, event, data, username, snapshot
# Enqueue the task
rq_queue.enqueue(
"extras.webhooks_worker.process_webhook",
"extras.webhooks.send_webhook",
**params
)