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

Do not evaluate etag when deleting instances #1198

Closed
wants to merge 1 commit into from

Commits on Dec 20, 2022

  1. Do not evaluate etag when deleting instances

    If multiple instances of an event are deleted one after the other, the event
    will be updated each time and thus its etag will change dynamically each time.
    This will lead to a mismatch with the static etag recorded at the time when the
    instances are queued for deletion.
    
    Instead of re-adjusting the deletion queue each time, do not compare the
    dynamic etag with the static etag. The etag for the event will be updated
    anyway.
    tobiolo committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    6a91d63 View commit details
    Browse the repository at this point in the history