To run the task scheduler run
taskiq scheduler -fsd app.schedule:schedulerTo run the fastapi application run
fastapi run app/main.pywhen these are run simulanaously they can be used to trigger routes
- on a fixed schedule
- on a subscription to a NATS topic
- on a http request