•  
      request #14431 Limit the number of times an async event can be re-queued
    Infos
    #14431
    Thomas Gerbet (tgerbet)
    2020-04-28 09:10
    2020-01-23 10:20
    15678
    Details
    Limit the number of times an async event can be re-queued
    When the processing of an async event crashes/timeout the event is added back in queue which is great for reliability in case of a temporary failure. However if the crash/timeout is due to something more permanent retrying indefinitely does not help and it can be a source of issues (e.g. re-sending the same notification over and over).
    Other
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2020-04-28
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2020-01-23 12:20
    A patch is under review: gerrit #17554.

    • Summary
      -Limit the number of time an async event can be re-queued 
      +Limit the number of times an async event can be re-queued 
    • Status changed from Under implementation to Under review