Closed dynamicsamurai816 closed 7 months ago
What is the reason for this? The db backup image is spiking every minute.
db_backup: image: fradelg/mysql-cron-backup environment:
the image is set to make a backup twice a day. For a simple cronjob that runs twice a day, the cpu spikes are quite a lot.
Figured out that adding
healthcheck: disable: true
to the compose file will disable it
What is the reason for this? The db backup image is spiking every minute.
db_backup: image: fradelg/mysql-cron-backup environment:
the image is set to make a backup twice a day. For a simple cronjob that runs twice a day, the cpu spikes are quite a lot.