Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Update server returns 500 / 503 #21358
Comments
|
There are some gaps in access log around these times so most likely web server is just overloaded with requests as everybody updates at round times. You should avoid such times in the first place. |
Checklist
Verbose log
Description
A couple of our servers have a cron task to update youtube-dl every 12h
0 */12 * * * /usr/local/bin/youtube-dl --update -vWe experience 503 errors at 00:00 and 500 errors at 12:00
The server's timezone is CEST (UTC+2) so we are experiencing the issues at 02:00 UTC and 14:00 UTC respectively
Some servers have a cron task to update every 24h at 00:00 UTC.
Those servers constantly get 503 while trying to update
Note:
youtube-dl --update -v