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