Few Questions
Closed this issue · 0 comments
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
-
i made modifications on /opt/cronicle/conf/config.json and i have restarted the server using: control.sh restart
it restarted fine but the 4 workers is not working anymore so i figured i had to recopy the config.json from master to the 4 workers, restarted each, re-add the worker IPs in the server section and it worked again. -> Is there a way to make this a bit easier like auto sync when master got restarted? -
I have crons for each worker. what if i lost connections to the workers, will the crons still run using the master server or it will just continuously fail until i restore the workers?
-
How do i add Sendgrid or Mandrill email sending in the configuration? typical configuration for these are:
hostname: smtp.xxxxx.con
port: 587
username:
password:
how do i put these in the config.json?
- can we have an option in webhook to send only errors?
also can we modify what mesage the webhook is sending?