Skip to content

Commit

Permalink
feat: OPTIC-263: Putting webhooks on high queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Lima committed Dec 4, 2023
1 parent 865b5da commit 489335b
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 489335b

Please sign in to comment.