HTTP status code 503 Service Unavailable means your web server is temporary overloaded (high CPU usage, high memory usage, etc).
If the error occurs when your cronjob execution exceeds a certain time e.g. 60 seconds, then there must be some timeout limit on your server (web server, load balancer, etc). In this case, you should either increase the timeout limit (search for web server name + "increase timeout" e.g. "nginx increase timeout" or "varnish increase timeout"); or decrease the cron script execution time by limit number of items processed per execution etc. Most pre-made scripts / plugins have that setting.
Comments
0 comments
Please sign in to leave a comment.