#9359: FFmpeg trac server frequently 503'ing
--------------------------------------+----------------------------------
Reporter: Chris Varenc | Type: defect
Status: new | Priority: normal
Component: trac | Version:
Keywords: wiki trac | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
--------------------------------------+----------------------------------
Right now this trac server is returning 503 errors half the time for me.
Screenshot:
https://dl.dropboxusercontent.com/s/wgszvysgpcuyx68/Screen%20Shot%202021-08-03%20at%202.15.48%20PM.png
You can also check this by running this a few times:
`curl -o /dev/null -s -w "%{http_code}\n" https://trac.ffmpeg.org/`
Seems like the server needs a capacity upgrade? Or database rebuild?
Alternatively, I imagine the majority of traffic is to the ffmpeg wiki
documentation pages from logged out users, meaning they're just accessing
static content that's identical between viewers. Some more aggressive
caching might relieve the load from these views. It would require setting
the right caching headers, but something like Cloudflare could even be
used to cache that static content for logged out user and relieve the load
from the trac server. ¯\_(ツ)_/¯
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9359>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".