feat: Netbox plugin can defined their own RQ queues

This commit is contained in:
maximumG
2021-07-07 15:26:33 +02:00
parent 8b76db2bca
commit 995aa65f16
3 changed files with 16 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ class PluginConfig(AppConfig):
'*': {'ops': 'all'},
}
# Django-rq queues dedicated to the plugin
queues = []
# Default integration paths. Plugin authors can override these to customize the paths to
# integrated components.
template_extensions = 'template_content.template_extensions'