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
fix(aci): More manageable delayed_workflow logs (#96611)
We can't log the raw redis data; it's too big, too noisy, and it yields
broken JSON we can't query.
This replaces that with two slightly more targeted data log messages to
let us definitively identify involved workflows, and their associated
groups/events.
We prefer sorted lists over sets because sets log unordered and are hard
to search through.
Also, this moves from logging DataConditionGroups (which have a large
and not particularly useful string repr) to just the sorted IDs.
0 commit comments