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
CM-65436: retry scan notification on 404 after presigned upload
After a successful S3 presigned POST, the scan service calls the file
service to verify the upload exists. A transient 403 from the file
service's S3 client is silently mapped to NotFound, causing the scan
service to return 404. Add a targeted retry (up to 3 attempts, random
exponential backoff) exclusively on the notify-server call so the scan
proceeds without requiring a full re-upload.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments