Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-objstorage-replayer
Source project has a limited visibility.
  • David Douard's avatar
    f5051ce1
    Add support for a redis-based reporter for failed replayed objects · f5051ce1
    David Douard authored
    this is not an ideal solution since it's using a global variable
    (swh.objstorage.replayer.replay.REPORTER) to activate the replaying
    error reporting feature, but according the nature of tenacity (used to
    implement retry capacity of interactions with the source and destination
    objstorages), there is no easy solution (that I can see).
    f5051ce1
    History
    Add support for a redis-based reporter for failed replayed objects
    David Douard authored
    this is not an ideal solution since it's using a global variable
    (swh.objstorage.replayer.replay.REPORTER) to activate the replaying
    error reporting feature, but according the nature of tenacity (used to
    implement retry capacity of interactions with the source and destination
    objstorages), there is no easy solution (that I can see).