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
refactor(webapp): move the postgres task-event write guard to the repository entry points
Guarding at TaskEventStore.createMany stopped the write but the repository still
buffered, reported success, and published Redis notifications for events that
were never persisted. Move the check to the insertMany/insertImmediate/
insertManyImmediate entry points so the postgres store is fully inert when
writes are disabled.
0 commit comments