Skip to content
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

Open
peterguy opened this issue Jun 11, 2024 · 0 comments
Open

OWN event log scraping bookmark upgrade to int64 #63205

peterguy opened this issue Jun 11, 2024 · 0 comments
Labels
team/code-search Issues owned by the code search team

Comments

@peterguy
Copy link
Contributor

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 a bigint, 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.

@peterguy peterguy added the team/code-search Issues owned by the code search team label Jun 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
team/code-search Issues owned by the code search team
Projects
None yet
Development

No branches or pull requests

1 participant