Posts tagged with "background tasks"
There are a total of 2 posts.
My Automated Deployment System Using GitHub Webhook ② Overall Architecture and Process Design
Published Jul 21, 2025 by whitedec
Design the overall architecture of an automated deployment system using FastAPI and GitHub Webhook, detailing webhook processing, background async tasks, Syste…
#systemd , #docker , #fastapi , #background tasks , #github webhook , #ci/cd , #automated deployment , #logging
The Magic of Celery: Unveiling the `delay()` Function
Published Jun 13, 2025 by whitedec
Uncover the secrets of the Celery delay() method! Discover how the delay() function enhances your asynchronous tasks smartly and explore practical applications…
#django , #celery , #delay() , #task queue , #background tasks , #asynchronous processing , #distributed processing , #python asynchronous