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
A notification is considered processed if we’ve initiated delivery. This
is different than saying the delivery has completed; we may have skipped
delivery or the email job may have failed. This is cheating a bit; it
might be better to put "processed_at" after the actual email delivery
but I’d probably end up building another wrapper job around individual
email sends. I’m skipping that complexity for now.
I should also consider adding an index for the notification query.
0 commit comments