-
The development of https://github.com/robfig/cron seems to be stopped and thus it should probably be replaced.
-
### Description
A cron "formula" of this kind
0 1 2-8 * 0
is interpreted as :
The sunday at 1:00 if the day is between 2 and 8, giving
=> Next dates :
2022-09-04 dim. 01:00:00
2022-10-02 dim.…
-
We should totally have a CRON job expression parser in our list of tools!
-
it would be nice to have support for to run a job every n seconds, so i can do health monitoring every 5 seconds instead of every minute.
the cron libraries you use has support for seconds parsing,…
-
Hi, I just thought I use this parser to check if some cron tabs have valid syntax but then noticed that the parser never fails.
For example, I can successfully parse a haskell source file.
I gue…
-
[Cron-parser](https://www.npmjs.com/package/cron-parser) lib uses luxon. Luxon occupies >4 MB of files and is rather slow.
-
### Describe your problem
MatrixOne exhibits high compatibility with MySQL 8.0, including transmission protocol, SQL syntax
MO 兼容 mysql 8 的语法,但是这个语句报错。
```
MySQL [mo_task]> table sys_cron_task…
-
Might be handy to have a report parser (script) installed and setup to run as a cron job.
Cron might run once daily and parse all logs from the previous day.
-
### Describe the bug
Cron expressions like `0 6 * * MON#1` are currently able to being registered, display and executed, but flytescheduler produces the following error logs:
```
unable to register…
-
# Bug: Incorrect next execution date calculation for "0 15 10 ? * 6#3"
## Description
I encountered a bug in cron-utils version 9.2.0 when calculating the next execution date for the cron expressi…