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 4cd9a75 commit 4a912f3Copy full SHA for 4a912f3
README.md
@@ -66,6 +66,7 @@ Generator features:
66
- Optional Sentry integration;
67
- Optional Loguru logger;
68
- Optional Opentelemetry integration.
69
+- Optional taskiq integration.
70
71
72
This project can handle arguments passed through command line.
@@ -88,6 +89,7 @@ Options:
88
89
--ci [none|gitlab_ci|github] Select a CI for your app
90
--redis Add redis support
91
--rabbit Add RabbitMQ support
92
+ --taskiq Add Taskiq support
93
--migrations Add Migrations
94
--kube Add kubernetes configs
95
--dummy Add dummy model
0 commit comments