oncall icon indicating copy to clipboard operation
oncall copied to clipboard

fix: notifier state get's never persisted in database

Open roock opened this issue 3 years ago • 0 comments

  • every time the notification starts, it reports a corrupted state because the state never gets stored in the database. 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

roock avatar Jun 02 '22 12:06 roock