Joseph Huckaby

Results 421 comments of Joseph Huckaby

Adding `content` as a copy of `text` seems to work on both Discord and Slack, in my testing. I'll go ahead and commit that right now.

Released [v0.9.21](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.21) with a fix for this. Thanks again, @mikeTWC1984!

@Skyfay See Wiki here: https://github.com/jhuckaby/Cronicle/wiki/Discord-Webhook-Integration I believe it answers both of your questions.

I'm sorry, there's no way to do that with Cronicle. You can only customize the text for the notification. Apologies, but there's also no way to customize the webhook URLs...

Not much we can do about this. I believe Node.js caches the server TZ and doesn't support changing it from underneath. Maybe I can add the option to log the...

Well first, what is this weird typo in your file path here: > Error: Script failed: No such file or directory (spawn /tmp/chronicle-script-temp-jlf85jqu30o.sh ENOENT) Cronicle is spelled without an "h"....

Okay, so, here is the thing. The `get_job_status` API is actually working as designed. This API only works on the master node. If you hit a backup node, it returns...

Okay, that is really bizarre. Your backup server thinks that the master server's IP address is `::ffff:192.168.56.50`. I've never seen that before. What does your server data look like? Try:...

Okay thanks, all normal there. I'll have to dig into this when I have some time. That is really a weird bug.

Okay, thank you for all this info. I'll dig in as soon as I have time.