Skip to content

satr/task-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run scheduled tasks with cron scheduler expression

  • Docker image is rootless
  • Scheduler can run while the next command is running
  • Dockerfile.echo and Dockerfile.python are examples to get the scheduler and run it within another base image
  • Run locally from docker: docker run -it ghcr.io/satr/task-scheduler:latest --command "echo \"test\"" --schedule "0/5 * * * * *"

About

Cron like scheduler, running rootless

Resources

License

Stars

Watchers

Forks

Releases

No releases published