-
# Problem/Motivation
> The memory footprint of this add on continues to grow to a point where it eventually crashes. It starts out at ~800MB of RAM and slowly climbs to > 2GB, and then crashes. I…
-
## Reporting bugs/issues
* When reporting a bug/issue:
* Ensure that you are using the latest release.
* Revert any custom modifications or environment varibles to insure they're not the …
-
## Guidelines
Please note that GitHub issues are only meant for bug reports/feature requests. If you have questions on how to use APOC, please ask on [the Neo4j Discussion Forum](https://community.…
-
cron implementations may handle DST differently. It would be nice to allow the users of the library to pick how they want cron-utils to handle the DST transitions.
For the pre-defined definitions i…
-
springboot项目,springboot定时器不支持L,刚开始考虑CronUtil,但是试了好多次,都和hutool官网写的“同时兼容Crontab(Cron4j)和Quartz的表达式”不一致
-
I can't restart crawler, FESS said version conflict occur in .crawler.queue index.
Errors below.
fess.log (level debug)
```
2020-01-11 22:03:54,353 [job_B56skm8B66oCPuF_MCYG] WARN Failed to e…
-
pfSense 2.3.4p1
Fresh Install unifi 5.5.20
Sep 17 16:26:44 UBNT user.err syslog: ace_reporter.reporter_fail(): Server Reject (http:/x.x.x.x:8080/inform)
Sep 17 16:26:44 UBNT user.err syslog: ac…
-
你好,我这边编写自动任务时遇到时间管理的问题。
比如我想在9:00-12:00、15:00-18:00这两个时间段每5分钟执行一次,cron表达式好像不支持多个时间段。
因为旧项目用了cron4j,是可以用“|”来连接多个cron表达式的,elastic-job底层用了quartz,应该可以设置
多个触发器的,但是elastic-job只能配置一个CronTrigger。
-
Digdag v0.9.31
Issue: When pushing to digdag server from digdag-client, not returning helpful error message.
--- Dig file ---
schedule:
cron>: 1 4,8,12,16,20
...
...
--- digdag push ---…
-
The following testcase illustrates the issue:
```
public static void main(String[] args) {
validateExpression(CronType.CRON4J, "1,2, * * * *");
validateExpression(CronType.CRON4J, "1, * * * *…