Joseph Huckaby

Results 421 comments of Joseph Huckaby

@shlsheth263 The queue feature works fine for me in conjunction with `max_jobs`. You will only ever see the new error message if the event queue is disabled. Make sure your...

It ships with one: https://github.com/jhuckaby/Cronicle/blob/master/bin/cronicled.init Instructions for enabling here: https://github.com/jhuckaby/Cronicle#server-startup ## Server Startup Here are the instructions for making Cronicle automatically start on server boot (Linux only). Type these commands...

Ah, thanks. I did not know about that. I'll do some research and update the docs.

CPU and memory are only sampled every 10 seconds. If your jobs are completing quicker than ~10 seconds, they won't include a CPU/mem snapshot.

Thank you, @mikeTWC1984, I did not know that.

Hey there, I'm sorry to report that there is currently no way to do this. Cronicle is designed to abort all jobs on shutdown, unless they are detached events. There's...

Hmmm, I've never used nginx, so I don't know what the problem is. But you should check out this issue here, which talks about using proxies: https://github.com/jhuckaby/Cronicle/pull/83 Try enabling polling...

Yup, at this point I'd recommend Node v12 or 14.

I can add some configuration features to allow this to work with Cronicle web hooks. I'm not sure how yet, but I'll figure something out.