mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
feat: Netbox plugin can defined their own RQ queues
This commit is contained in:
@@ -12,6 +12,11 @@ class DummyPluginConfig(PluginConfig):
|
||||
middleware = [
|
||||
'extras.tests.dummy_plugin.middleware.DummyMiddleware'
|
||||
]
|
||||
queues = [
|
||||
'testing-low',
|
||||
'testing-medium',
|
||||
'testing-high'
|
||||
]
|
||||
|
||||
|
||||
config = DummyPluginConfig
|
||||
|
Reference in New Issue
Block a user