https://bugzilla.wikimedia.org/show_bug.cgi?id=67823
Bug ID: 67823
Summary: Max recursion limit hit
Product: Analytics
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: Wikimetrics
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected],
[email protected], [email protected],
[email protected], [email protected],
[email protected], [email protected]
Web browser: ---
Mobile Platform: ---
When running recurrent reports, if more than a certain number of reports at the
same time, we hit a bug in pickle which causes python to throw an error about
the maximum recursion limit. This can be hacked around with the very ugly:
sys.setrecursionlimit(10000)
Or it can be fixed by moving away from pickle serialization. I recommend the
latter, but we can fall back to the former and find a decent value to pass
there.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l