Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

  1. Receive a alert / Réception d’un alerte

Each time of the service bus can’t process a event, after multiple retires, a log is saved on Application insight and a email is sending.

Lorsque le ServiceBus recoit un evenement et que le Listener après multiple tentative ne peux effectué les actions nécessaire. Un log est inscrit dans Application Insight, une alerte est levée et envoyé par courriel.

2. Launch the event manually / Relancer l'évènement manuellement

a. With PGAdmin, open database edacapeventdatabase (information is stored in KeyVAult), this database contain all log on the event.

Avec PGAdmin, ouvrir la base de données edacapeventdatabase (les informations de connexion sont stockée dans KeyVault) contentant les évenenements recu.

b. Found the event with ID related to the alert / Retrouvé l'évenement, à l’aide de l’ID identifié dans le courriel de l’alerte.

Reset the number of retries to 0 to restart the event

UPDATE "emer-listener".received
SET "Retries" = 0
where "Id" = 1557334643083841536

  • No labels