-
Good Day, i have a few questions. to start, i have a cronicle master setup in one AWS region with 4 workers on another different AWS regions
how do i put these in the config.json?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
In Cronicle v2 (to be released in 2025) the worker servers connect to the primary server, not the other way around, so this issue should go away.
Assign your events to a "group" of servers, not an individual server, so if one server goes down, another server will be chosen to run your jobs.
Cronicle uses nodemailer under the hood. Specifically, the mail_options configuration property is sent directly to nodemailer. An example with custom hostname, port, and username / password auth is provided in the docs here: https://github.com/jhuckaby/Cronicle/blob/master/docs/Configuration.md#mail_options
Yes, edit the web_hook_text_templates configuration property, and remove the
job_failure
…