You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code in dev uses a custom queueing solution built directly on the low-level APIs in Python. We should use some existing module (such as requests-futures?), otherwise we'll have subtle bugs cropping up for a long time in addition to the ones we already have.
The text was updated successfully, but these errors were encountered:
The current code in
dev
uses a custom queueing solution built directly on the low-level APIs in Python. We should use some existing module (such as requests-futures?), otherwise we'll have subtle bugs cropping up for a long time in addition to the ones we already have.The text was updated successfully, but these errors were encountered: