Celery - Beat For BackgroundTask

  • Tech Stack: Python, Django, Celery, Celery-Beat ,Redis
  • Github URL: Project Link

Simple web based application where celery being used for background task when user refreshes the homepage celery triggered and the worker(redis) does the work on background.

In this app when you refresh homepage it instants download cat image from thecatapi.com and stores it on the static folder.

Introduction of celery-beat for periodic tasks where it refreshes the task every minutes so every minutes it downloads a random cat image from thecatapi.com and stores t.