AutoMQ/automq

[BUG] S3ObjectControlManager has a duplicate delete trigger.

Closed this issue · 0 comments

  1. The S3ObjectControlManager is programmed to run every 3 seconds, checking for objects marked as destroyed and initiating their deletion from S3.
  2. This deletion process may take more than 5 seconds to complete.(after the deletions, the object state will be changed to deleted)
  3. On its subsequent runs, the S3ObjectControlManager will continue to trigger the deletion of any objects still marked as destroyed.