You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
We want to discuss some of the variables regarding event logging as a group/team discussion
investigate further:
is it possible to extract dequeueCount in EventsOutbound function for logging purposes?
To be decided:
Should we log every retry as a separate log entry? A failed event can be put back in the queue a number of times. The question is whether every retry equals a new table row
Should we log number of found subscribers in the OutboundService? Number of events put on the outbound queue equals number of subscribers. Should we log the number of subscribers found?
Discuss whether we should implement a cleanup routine this epic. This "trace log" table is going to grow fast. We want to keep data for historical reasons, but eventually periodic cleanup might be necessary. Is this something we need to think about now, or is it simply out of scope for this epic?
Learn from the authorisation team how they handle a large number of rows in their logs
The text was updated successfully, but these errors were encountered:
Problem
We want to discuss some of the variables regarding event logging as a group/team discussion
investigate further:
is it possible to extract dequeueCount in EventsOutbound function for logging purposes?
To be decided:
The text was updated successfully, but these errors were encountered: