Skip to content

Commit f426ba3

Browse files
committed
Remove the check_releases queue
1 parent 29299b4 commit f426ba3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

netbox/netbox/settings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,7 @@ def _setting(name, default=None):
546546
}
547547

548548
RQ_QUEUES = {
549-
'default': RQ_PARAMS, # Webhooks
550-
'check_releases': RQ_PARAMS,
549+
'default': RQ_PARAMS,
551550
}
552551

553552

0 commit comments

Comments
 (0)