Stored cursor ignored on reboot #12
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Describe the bug
The feed keeps track of a timestamp as a cursor used when connecting to the Jetstream API. If the feed experiences a fatal error, it reboots but then fails to restart consumption of the jetstream where it left off. Appears to start indexing the jetstream feed 2 days in the past.
Expected behavior
On reboot, the feed should:
Additional context
A short term patch would be to ignore the cursor in the database and restart the feed from the current timestamp minus ~1 hour or some other standard unit of time.
The text was updated successfully, but these errors were encountered: