Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

remove retry_on_integrity_error wrapper for persist_events #7848

Merged
merged 2 commits into from
Jul 15, 2020

Commits on Jul 14, 2020

  1. remove retry_on_integrity_error wrapper for persist_events

    As far as I can tell from the sentry logs, the only time this has actually done
    anything in the last two years is when we had two master workers running at
    once, and even then, it made a bit of a mess of it (see
    #7845 (comment)).
    
    Generally I feel like this code is doing more harm than good.
    richvdh committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    fb28f51 View commit details
    Browse the repository at this point in the history
  2. lint

    richvdh committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    9615f94 View commit details
    Browse the repository at this point in the history