This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
OWN event log scraping bookmark upgrade to int64 #63205
Labels
team/code-search
Issues owned by the code search team
The event logs scraping process that OWN does stores a bookmark of the event log ID.
It's stored as a
int
, but the [event logs ID](https://sourcegraph.com/github.com/sourcegraph/sourcegraph@79773e57ebb38c8b34e0de8a645782a4323f3ea9/-/blob/migrations/frontend/1648195639_squashed_migrations_unprivileged/up.sql?L884-901 is abigint
, so OWN may not be able to scrape all event logs.The bookmark is passed to EventLogs::ListAll.
This is a follow up to #63193.
The text was updated successfully, but these errors were encountered: