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: notifier state get's never persisted in database
- ever time the notification starts, it reports a corrupted state
because the state never gets stored in the databse.
saving the state in the database using `UPDATE` sql only works
when there is already one entry in the table, otherwise the query
will run through with zero updated rows.
so in the case when the state cannot be loaded, we properly create
one record inside the notifier_state table
0 commit comments