Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 417 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 417 Bytes

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 * * * * *"