Explorar o código

Remove the check_releases queue

jeremystretch %!s(int64=4) %!d(string=hai) anos
pai
achega
f426ba3526
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      netbox/netbox/settings.py

+ 1 - 2
netbox/netbox/settings.py

@@ -546,8 +546,7 @@ else:
     }
 
 RQ_QUEUES = {
-    'default': RQ_PARAMS,  # Webhooks
-    'check_releases': RQ_PARAMS,
+    'default': RQ_PARAMS,
 }