Repid: new job scheduler with Asyncio in mind
Saphire A - Python
14:00:00+03:00-14:25:00+03:00
There are 2 most commonly used job schedulers in the Python world: Celery and Dramatiq. Neither of them supports use of Asyncio natively, which can significantly leverage performance of your application.
In this talk, we’ll discuss how you can use Repi...