BonnyCI / projman

A project management repository -- meta
0 stars 2 forks source link

bastion load monitors trigger every 15min with cron jobs #208

Closed gandelman-a closed 7 years ago

gandelman-a commented 7 years ago

We expanded the number of cron jobs the bastion runs every 15 min. it now deploys a total of 3 ansible playbooks, all via cron ticked at 15min. It's blowing up the monitor every 15min and spamming slack with warnings. We should either increase the threshold for the monitor (1.5 is the load threshold now, i think), stagger out the cronjobs so they are not running at the same time, or come up with a better way to trigger things rather than cronjob (a webhook trigger for the runner)