You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the installation of this charm, a crontab entry is created with the following content:
crontab for the replicate operation, 15 min cycle.
10,25,40,55 * * * * root if [ -x /usr/bin/ud-replicate ]; then /usr/bin/ud-replicate; fi
Which means that on all clouds we are syncing on exactly the same time. This will eventually lead to a ddos, so we should revise this and make it a bit smarter.
*/15 for the minutes would already make a difference, as then it will be started every 15 minutes from the first moment it got the config. (and it will become distributed due to the fact that we are never going to be able to install / update all clouds at the same time.
With the installation of this charm, a crontab entry is created with the following content:
crontab for the replicate operation, 15 min cycle.
10,25,40,55 * * * * root if [ -x /usr/bin/ud-replicate ]; then /usr/bin/ud-replicate; fi
Which means that on all clouds we are syncing on exactly the same time. This will eventually lead to a ddos, so we should revise this and make it a bit smarter.
*/15 for the minutes would already make a difference, as then it will be started every 15 minutes from the first moment it got the config. (and it will become distributed due to the fact that we are never going to be able to install / update all clouds at the same time.
Imported from Launchpad using lp2gh.
date created: 2019-08-09T00:56:42Z
owner: woutervb
assignee: None
the launchpad url
The text was updated successfully, but these errors were encountered: