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
It seems that python-hubstorage can't handle collection names with hyphens when we use the BatchUploader. It accepts items until its queue is filled and then hangs. According to @shaneaevans the process seems to stay blocked on a mutex, probably the queue.
It seems that python-hubstorage can't handle collection names with hyphens when we use the BatchUploader. It accepts items until its queue is filled and then hangs. According to @shaneaevans the process seems to stay blocked on a mutex, probably the queue.