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
When users are uploading files we are noticing an error message of "Service Unavailable" show up as the container becomes unresponsive.
Expected State
Move the upload processing such that the front-end directly uploads files to S3 and perform upload validation via a task-queue instead of this happening within the request-response cycle.
The text was updated successfully, but these errors were encountered:
as1729
changed the title
Identify source of container failures and consider moving upload process to be direct-to-s3
Move upload process to be direct-to-s3
Oct 10, 2024
Current State
When users are uploading files we are noticing an error message of "Service Unavailable" show up as the container becomes unresponsive.
Expected State
Move the upload processing such that the front-end directly uploads files to S3 and perform upload validation via a task-queue instead of this happening within the request-response cycle.
The text was updated successfully, but these errors were encountered: