Skip to content

AngryBytes/pocketcron

 
 

Repository files navigation

pocketcron

A tiny cronjob runner. Great as a 'sidecar' process in your application.

  • No syslog. No email. Cronjobs inherit stdout & stderr from pocketcron.

  • Cronjobs inherit environment variables from pocketcron. (Does not support variables in crontab files.)

  • Supports only the user crontab format. (No username field, like in system crontab files.)

  • Not a deamon. Always runs in the foreground.

About

A tiny cronjob runner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 93.1%
  • Nix 3.8%
  • Dockerfile 3.1%