s3rius / FastAPI-template

Feature rich robust FastAPI template.
MIT License
2.02k stars 173 forks source link

RMQ Consumer #185

Closed codejunction closed 4 months ago

codejunction commented 1 year 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 1 year ago

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