Difference between revisions of "Panic"
(→Corruption at the server) |
(→Corruption at the server) |
||
Line 13: | Line 13: | ||
You can trash the queue by visiting http://progzoo.net/r.cgi?lang=java&trashTheQueue=0 - but change the 0 to 1. | You can trash the queue by visiting http://progzoo.net/r.cgi?lang=java&trashTheQueue=0 - but change the 0 to 1. | ||
+ | |||
+ | Before trashing the queue please copy it and send it to me at ajcumming@gmail.com with any other information that might be useful. |
Revision as of 16:48, 4 September 2008
Things can go wrong at progzoo.net You may be able to fix them
Corruption at the server
This is mostly caused by a queue getting corrupted. Progzoo queues all requests so that there are only a limited number of jobs running at any one time.
- The queue is stored in JSON format - due to Andrew's dumbness this can get corrupted.
- In that case you can trash the queue.
- This means that all waiting jobs will be lost so don't trash it unless
- it is corrupt (because when it is corrupt no one is going to get served)
- you are authorised to do this
- you really, really want to
- This means that all waiting jobs will be lost so don't trash it unless
You can see the queue by visiting http://progzoo.net/r.cgi?lang=java Change lang to one of java cs cpp pl php py rb vb
You can trash the queue by visiting http://progzoo.net/r.cgi?lang=java&trashTheQueue=0 - but change the 0 to 1.
Before trashing the queue please copy it and send it to me at ajcumming@gmail.com with any other information that might be useful.