Orbit keeps track of how many notifications it has sent to a user, so that it can gracefully back off if users lose interest. When a user embarks upon a review session, that state is meant to be reset. A bug was preventing that from happening.
I fixed the bug in 71e33966a2 but some users are now stuck in a state where they won't receive notifications because the system incorrectly thinks they've lost interest. I'll need write a script to find all such instances and reset those users' notification states.
Orbit keeps track of how many notifications it has sent to a user, so that it can gracefully back off if users lose interest. When a user embarks upon a review session, that state is meant to be reset. A bug was preventing that from happening.
I fixed the bug in 71e33966a2 but some users are now stuck in a state where they won't receive notifications because the system incorrectly thinks they've lost interest. I'll need write a script to find all such instances and reset those users' notification states.