1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Remove the check_releases queue

This commit is contained in:
jeremystretch
2021-07-07 22:10:10 -04:00
parent 29299b4644
commit f426ba3526

View File

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