-
**Issue by [jexp](https://github.com/jexp)**
_Thursday Apr 20, 2017 at 13:27 GMT_
_Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/404_
----
apoc.periodic.schedul…
-
I found several issues that sound similar but never a real solution.
I have two Hangfire servers. Let's call them A and B. Server A is configured to listen to QueueA (and only QueueA, no "default" …
-
Newsboat can show and hide items that match certain expressions, like `author == "Mark Twain"` or `title =~ "C++"`. These expressions are parsed with `FilterParser` class, and `Matcher` performs the c…
-
**Describe the bug**
I've been debugging an issue in our app's scheduler and I've found some odd behavior within the CronExpressions when trying to schedule monthly tasks. I've noticed that because…
-
(An easy to reproduce test case will dramatically decrease the resolution time.)
Example
Cron format | 0 */2 * ? * * work for every 2 minute start from 0 is ok
so the schedule is 11:00, 11:02, 11:0…
-
When parsing cron expressions, the system correctly accepts and processes valid expressions like 15 10 * * 1 (which runs at 10:15 AM every Monday). However, when encountering invalid cron expressions …
-
Thanks for this library! It's great!
I'm just curious if there's a *specific* cron expression reference for Crontab?
Maybe the cron expression section in the cron Wikipedia article is good enoug…
-
We received some warnings in a diff to be checked: D141360#2707315-code.
We did a similar work in the past: https://github.com/Automattic/sensei/pull/7198.
Review the following appointments (I thi…
-
Hi there,
I cannot open a new PR for security reasons, but I had taken gratefully this code base and combined it with previous lessons learned. You may find them useful.
I have addressed the fol…
-
**Issue:**
If you're behind a proxy server and have no direct internet connection, bbb won't be set up correctly by bbb-install. Installation fails.
**Workaround:**
Currently, administrators have…