Skip to content

Restaurant Kitchen Queue FIFO example using Celery

Notifications You must be signed in to change notification settings

101t/celery_pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celery Queue Implementation (Restaurant - Kitchen Order Queue example)

to try it on local, install the required package:

virtualenv -p python3 env
source env/bin/activate

pip install -r requirements.txt

In Terminal, Run Entrypoint shell-script command to run Celery:

./entrypoint.sh

Open another terminal, and activate environment then log into python interactive shell then run the following code:

from tasks import test

test()

About

Restaurant Kitchen Queue FIFO example using Celery

Topics

Resources

Stars

Watchers

Forks