s3rius / FastAPI-template

Feature rich robust FastAPI template.
MIT License
1.79k stars 161 forks source link

RMQ Consumer #185

Open codejunction opened 11 months ago

codejunction commented 11 months ago

can you add to the template for aio_rmq consumer as well that would run in a background job task or tasiq bgworker

s3rius commented 9 months ago

So, we have an integration with taskiq. You can easily add scheduler to the tkq.py file and start using it right away.