-
-
Notifications
You must be signed in to change notification settings - Fork 751
Reminders aren't persisting after bot restarts. #363
Copy link
Copy link
Closed
Labels
a: backendRelated to internal functionality and utilities (error_handler, logging, security, utils and core)Related to internal functionality and utilities (error_handler, logging, security, utils and core)s: stalledSomething is blocking further progressSomething is blocking further progresst: bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
a: backendRelated to internal functionality and utilities (error_handler, logging, security, utils and core)Related to internal functionality and utilities (error_handler, logging, security, utils and core)s: stalledSomething is blocking further progressSomething is blocking further progresst: bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
I haven't had a chance to look into it too deeply, but reminders are currently being lost as the expiry value of reminders aren't storing in the database. I assume this means that the reminder is taken to be expired already and so is purged.