Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: s3_scan_object re-tagged clean object with in_progress #895

Open
patheard opened this issue Mar 8, 2024 · 0 comments
Open

Bug: s3_scan_object re-tagged clean object with in_progress #895

patheard opened this issue Mar 8, 2024 · 0 comments

Comments

@patheard
Copy link
Member

patheard commented Mar 8, 2024

Summary

We recently saw a case in Notify where a scan timed out because a file that was scanned and tagged as clean was then retagged as in_progress before Notify could register the scan result.

The timeline was:

  • 15:09: this S3 object was created and a scan was triggered
  • 15:09: scan completes with status clean
  • 15:09: S3 object is tagged with status clean
  • 15:13: S3 object gets tagged with status in_progress

It is not clear why the initial in_progress tag request completed so much later than the clean tag request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant