mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-11 21:10:24 +01:00
cron job at specific hours #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jxzhangxing on GitHub (Jul 30, 2019).
How can I do something like this:
Crono.perform(WeatherForecast).every 1.day, at: ['1:00', '2:00', '3:00']
@iwan commented on GitHub (Nov 10, 2021):