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
docs(sqs): note PurgeQueue as a tombstone writer alongside DeleteQueue
The SqsQueueTombstonePrefix constant comment claimed only DeleteQueue
wrote tombstones. As of 31a083f, PurgeQueue also writes one — the
pre-bump-generation marker that lets the reaper find pre-purge
orphans when DeleteQueue lands before the next reaper tick. Update
the comment to record both writers and the invariant each preserves.
No behavior change.
0 commit comments