How to use Schedule with Fastapi #374
Unanswered
vunhatchuong
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to this architecture and read multiple examples but I still have some questions.
Basically you need to run 3 things right?
fastapi
throughuvicorn main:app
.tkb.py
main.py
What does this do? From my understanding, this starts FastAPI with the broker. But does it start the scheduler?
Because when I
taskiq scheduler schedule.taskiq_scheduler:scheduler
it err out:This returns a small part of my fastapi
main.py
which is weird to me.Beta Was this translation helpful? Give feedback.
All reactions