goose
goose copied to clipboard
Auto-stop Periodic Jobs after a certain count/time
When registering a periodic job, set a run-count or run-until.
The job will be deregistered from cron-schedule once the run-count has been reached.
nil run-count/run-until means the job will run indefinitely.