slack-bot icon indicating copy to clipboard operation
slack-bot copied to clipboard

Cron: add a "@startup"

Open brainexe opened this issue 4 years ago • 0 comments

we use https://github.com/robfig/cron to define and run crons. It supports a custom Parser which can be used to implement special "descriptors", like the existing @daily etc

Idea add a parser which handles a "@startup" -> this cron then gets executed when the cron starts.

brainexe avatar Aug 27 '21 06:08 brainexe