#python
Read more stories on Hashnode
Articles with this tag
ASGI stands for Asynchronous Server Gateway Interface. It is a successor to Web Server Gateway Interface (WSGI). It adds support for async handlers....
Curious how asynchronous task queues like Celery work? I am too. In this article, I explore how to implement something like Celery using SQLite only....
EDIT 3-10-24: As u/heppy pointed out on Reddit, there was an error with my initial implementation. I deleted the author's id before populating the...