[2016-09-25 16:37:17,695: ERROR/MainProcess] Task ores.scoring_systems.celery_queue._lookup_score_in_map[enwiki:reverted:0.1.2:741120316] raised unexpected: TimeoutError('The operation timed out.'
Description
Event Timeline
Looks like some timeout error is squeaking past. See https://github.com/wiki-ai/ores/blob/master/ores/scoring_systems/celery_queue.py#L54
@Ladsgroup: Just an error message probably doesn't help a new contributor (~GCI student) to get what he has to do. Do you've some context for this task (e.g. why the error should be hidden, or/and a way to reproduce the problem for testing, if there's any way)? That would make the task more attracktive for students :)
It's more operational, We need to quiet them because they happen too often and beside spamming the error log they cause the system to run out of space and fail until the logrotate kicks in. Building an ORES environment is easy but making it to fail out because of timeout is not :( Reproducing it is hard but solving it is easy they need to change celery configs so it ignores Timeout errors.
Great, thanks! :) That sounds more than resoanble and like a student can figure out what he has to do :)
-> https://codein.withgoogle.com/dashboard/tasks/5083639217913856/
@Ladsgroup It seems that you're not registered as a mentor in Google code-in, do you want to do that? If not, I'll add myself as a mentor and woul love, if you would review any incoming work from GCI students :P
PR 179 should solve this. Can you check?
(comment removal was done by accident. content is exactly the same as original ^)
...and task in the GCI system is now also closed as resolved. Thank you everybody! :)