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
Just hit this myself when trying to create a Shotgun PublishedFile and include a thumbnail image with it.
It appears that the sg-media-usor-01 got a bit overloaded with traffic and S3 told us (python api) to slow down.
Because I was naively using the create method to also handle my "image" field, I now get an error after the entity has been created, however I don't know what id the created entity has.
My workaround has been to copy out the upload logic from the create method and wrap it in a retry loop with some sleeping, but it is not ideal.
Is this something that I could propose and get merged in if I wrote a proper implementation for it?
Thanks
-Alex
The text was updated successfully, but these errors were encountered:
Hey,
Just hit this myself when trying to create a Shotgun PublishedFile and include a thumbnail image with it.
It appears that the
sg-media-usor-01
got a bit overloaded with traffic and S3 told us (python api) to slow down.Because I was naively using the
create
method to also handle my "image" field, I now get an error after the entity has been created, however I don't know what id the created entity has.My workaround has been to copy out the upload logic from the
create
method and wrap it in a retry loop with some sleeping, but it is not ideal.Is this something that I could propose and get merged in if I wrote a proper implementation for it?
Thanks
-Alex
The text was updated successfully, but these errors were encountered: