Hi everyone
I’m starting to implement deferred automations and I defined two triggers that run every two hours for example.
my automations are server-scripts, and when I make changes/fixes and redeploy. so both will be redeployed (even if one of them doesn’t change).
so will the scripts run at the beginning of the redeployment(time zero) or wait two hours to run again?
also, when I have many scripts run every two hours and these scripts are heavy(consume a lot of CUP time) will it affect the performance of the server? or Corteza somehow execute them in order??
thanks