Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 532 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 532 Bytes

Example for Luigi worker

Reminder: Task pool doesn't exist at this paradigm. The worker execute all the steps at the workflow (Distrubation of work is not supported). For more info please review design & limitations

Each worker will execute specific workflow.

#Building the image
docker build -t luigi_worker .

#Lifting up container.
docker run -it --rm --name luigi_worker1 luigi_worker