Joseph Huckaby
Joseph Huckaby
Perhaps what you're looking for is detached mode? https://github.com/jhuckaby/Cronicle/blob/master/docs/WebUI.md#detached-mode
Do you actually see multiple singleton jobs running at the same time in the Cronicle UI? I'd love to see Cronicle logs, and Cronicle screenshots showing the singleton violation, so...
Well, rsync always forks its own child process, so that explains the 6 processes for 3 jobs (example: rsync PID 2467876 is a child process of rsync PID 2466519). But...
That's really very strange. The code that governs the job concurrency setting (i.e. singleton) hasn't changed in a over a decade. It's super simple: https://github.com/jhuckaby/Cronicle/blob/master/lib/job.js#L117-L124 I cannot fathom how you...
Here is my test. The logic is 100% correct in this case. I created a test event which runs for 5 minutes, and has singleton set: It is also scheduled...
Sure thing, and I'm really sorry this is happening. Let me know if you learn anything else. Have you tried setting the concurrency at the category level?
Fixed in v2, coming out later this year (2025).
The easiest way is to do an export, then an import: https://github.com/jhuckaby/Cronicle/blob/master/docs/CommandLine.md#data-import-and-export Note that this doesn't include all the job history (previously completed job receipts), but it does get everything...
I'm so sorry to report this, but Cronicle v1 really doesn't support SSL. That is coming in v2 (launching later this year). I have no idea what "Unable to verify...
Oh dear. That's a tricky one 😞. Unfortunately pixl-chart doesn't have support for this kind of thing. I will add this as a TODO for the next major version, but...