Przeglądaj źródła

Remove the check_releases queue

jeremystretch 4 lat temu
rodzic
commit
f426ba3526
1 zmienionych plików z 1 dodań i 2 usunięć
  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,
 }