Skip to content

asnir/docker-luigi-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published