: Read `cron` first, if missing, try to read `every`. If boths none exists, the default is *7m*. Because this program uses the [*go-co-op/gocron*](https://github.com/go-co-op/gocron) scheduling library, you can use the *cron expression* when filling in `cron` ; When filling in `every`, you can choose to the following units to define the time frequency, s->seconds, m->minutes, h->hours. If the time interval is very long, such as many days or one month, it is recommended to use *cron expression* to control the time more accurately
0 commit comments