Skip to content

ravydv/BackgroundJobProcessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Delayed background job processer in python

This projects aims to learn how background job processor works. Details blog post: https://www.komu.engineer/blogs/07/understand-how-celery-works

How to run

  1. pip install -r requirements.txt
  2. start redis server at localhost:6379
  3. run task as python src\tasks\adder_task.py
  4. run worker as python src\tasks\worker_task.py

About

Background job processor using redis as broker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages