docker-crontab
docker-crontab copied to clipboard
Why the CPU usage will have a spike every few seconds?
When I am using the docker image, I notice that the CPU usage has a spike every few seconds. It will raise to 15 - 20%. There is only a cron job running every few hours. The cron job calls a 3rd party to update redis cache, which is not calculation intensive at all.
Why is it happening?