-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix rare race condition with large datasets #139
Comments
The bug seems to show up with a large yaml dataset (240kb / 10k lines+).
|
and here is quads-daemon service side trace:
|
Update: it seems moving to |
sadsfae
changed the title
urllib and requests Python libraries need timeouts
Fix rare race condition with large datasets
Sep 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've noticed a very rare race condition that can cause incorrect notifications to get sent out if the 7,5,3,1 day expirations are checked while we're making heavy use of
/opt/quads/bin/quads-cli
This also may affect other notifications.
We will try implementing a timeout/retry to both
urllib
andrequests
library calls to work around this.The text was updated successfully, but these errors were encountered: