Skip to content

RaaLabs/go-cron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-cron

=========

Simple golang wrapper over github.com/robfig/cron and os/exec as a cron replacement

usage

go-cron "* * * * * *" /bin/bash -c "echo 1"

notes

Forked the original project to make a docker container out of it. To build:

  • execute ./bin/build
  • docker build . -t my-docker-repo/go-cron:v1
  • docker push my-docker-repo/go-cron:v1

About

Simple golang wrapper over `github.com/robfig/cron` and `os/exec` as a cron replacement

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 78.4%
  • Shell 16.6%
  • Dockerfile 5.0%