Skip to content

Commit

Permalink
feat: OPTIC-263: Putting webhooks on high queue (#5135)
Browse files Browse the repository at this point in the history
Co-authored-by: Wesley Lima <[email protected]>
  • Loading branch information
wesleylima and Wesley Lima authored Dec 13, 2023
1 parent 89d5da8 commit a59ff99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions label_studio/webhooks/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def run_webhook(webhook, action, payload=None):
webhook,
action,
payload,
queue_name='high',
)
else:
run_webhook_sync(webhook, action, payload)
Expand Down

0 comments on commit a59ff99

Please sign in to comment.