getgort / gort

Gort is a chatbot framework designed from the ground up for chatops.

Home Page:https://guide.getgort.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limit how many times a scheduled command runs

grebneerg opened this issue · comments

At the moment, any scheduled command will repeat indefinitely according its cron-format schedule. By adding an optional limit on how many times it can run before being deleted, we can enable one-off scheduled commands as well as commands that just run for a limited amount of time.