running it within the fastapi's container. #407
-
Hi. I want to use taskiq with fastapi or as a part of it. is it possible? do I need to run taskiq with its cli wherever I use taskiq? if it's true when I run it is won't stop, I mean fastapi is blocking, so I can't run second or third commands with fastapi. I only use taskiq for sync data in redis to database. |
Beta Was this translation helpful? Give feedback.
Answered by
s3rius
Feb 17, 2025
Replies: 1 comment
-
It is possible, although highly not recommended. For production please run taskiq as a separate application. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
s3rius
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is possible, although highly not recommended. For production please run taskiq as a separate application.
https://taskiq-python.github.io/guide/dynamic-brokers.html