We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d35dd6 commit 026a310Copy full SHA for 026a310
src/dramatiq_worker/__init__.py
@@ -0,0 +1,9 @@
1
+"""
2
+This is a tiny layer that takes care of initialising the shared
3
+application layers (storage, logs) when running standalone workers
4
+without having to initialise the HTTP framework (or other ones)
5
6
+
7
+from common.bootstrap import AppConfig, application_init
8
9
+application_init(AppConfig())
0 commit comments