Explorar el Código

Remove the check_releases queue

jeremystretch hace 4 años
padre
commit
f426ba3526
Se han modificado 1 ficheros con 1 adiciones y 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,
 }