SwissDataScienceCenter / renku-graph

renku-graph
https://renku.readthedocs.io/en/latest/reference/services/graph-services.html?highlight=graph#graph-services
Apache License 2.0
10 stars 2 forks source link

Misdelivered treated as error #936

Closed sentry-dev-app[bot] closed 2 years ago

sentry-dev-app[bot] commented 2 years ago

It looks like we are logging an error when an event wasn't delivered successfully. Generally, it's not a problem for cases like Awaiting Generation as we retry the event anyway. Here, for Commit Sync, maybe we should double-check if we set back the old sync date and simply log an info.

Sentry Issue: RENKU-GRAPH-2Y

COMMIT_SYNC: id = 4ef7db04c5f25e157882c2583d9a1aca40aed8ea, projectId = 17860, projectPath = yasmine.mohamed/hslu-deep-learning, lastSynced = 2022-03-16T14:50:42.169205Z, subscriber = http://192.168.1.112:9006/events -> Misdelivered
jachro commented 2 years ago

Perhaps it's the best to leave the severity for the Misdelivered as is so Sentry will report connectivity issues when they happen