Skip to content

kac487/faststream-fastapi-taskiq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the task scheduler run

taskiq scheduler -fsd app.schedule:scheduler

To run the fastapi application run

fastapi run app/main.py

when 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

About

A rough template for using faststrem, fastapi and taskiq together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages