Asynchronous Tasks in Python - Getting Started With Celery

Описание к видео Asynchronous Tasks in Python - Getting Started With Celery

Get started with a simple task using Celery and RabbitMQ. Celery allows you to execute tasks outside of your Python app so it doesn't block the normal execution of the program. I'll also show you how to set up a SQLite backend so you can save the results of your tasks.

Asynchronous tasks work especially well with web apps because you can allow the user to continue to browse your site while some expensive operation like inserting data into a database or sending an email runs outside of the web app.

WORK WITH ME👇🏼

✅ Implement features and fix bugs in your app: Live, one-on-one screenshare
https://prettyprinted.com/coaching/?u...

💻 Code written in video
https://prettyprinted.com/l/6Ne

Комментарии

Информация по комментариям в разработке