Joseph Huckaby
Joseph Huckaby
Well, it should work with any service that supports the SMTP protocol. I use FastMail myself, but it's not free. You can also configure LogAlert to send mail "directly" using...
Great idea, thank you! Adding it to the list. I wonder what else I could use to enhance the scheduling system... Tidal charts? Run job when the tide is <...
Yup, agree! So, Cronicle v2 (called Orchestra) has several new features built into it, and one of those features is custom server monitors (which can run any code really), and...
Yup! That's coming in v2, due for release later this year (2025).
Implemented in Cronicle v2 (Orchestra) which will ship later this year! 😃 
Hi there! I'm so sorry this tripped you up. There is a way to do it, but it's subtle, and I apologize for the confusion. Here is how to do...
That's great! Please feel free to create a discussion topic about that: https://github.com/jhuckaby/Cronicle/discussions/new?category=show-and-tell I'm sure others can benefit from it!
Hmm, well, this is how Node.js formats dates by default. The code isn't requesting the timezone, it just gets added automatically based on your locale: https://github.com/jhuckaby/logalert/blob/master/index.js#L322 ```js date: (new Date()).toString()...
Oh dear. Yeah, so, those commands from #304 are extremely brute force, and only used as a last resort. It's akin to going into a SQL database and deleting random...
Hi there! So sorry you ran into this. Cronicle v1 requires bidirectional connections between the primary and worker servers. So both primary and workers need to all be behind the...