Skip to content

Commit

Permalink
app: fix broken event indexing (#5009)
Browse files Browse the repository at this point in the history
## Describe your changes

We missed this on reviewing #4963 which causes a series of unfortunate
events in the data pipeline: #4999

The important diff:

```
-set_index(false)
+set_index(true)
```

## Issue ticket number and link

## Checklist before requesting a review

- [x] I have added guiding text to explain how a reviewer should test
these changes.

I have not tested this change. To test it we can run `pd` and check if
events are making it to the comet pg indexer.

- [x] If this code contains consensus-breaking changes, I have added the
"consensus-breaking" label. Otherwise, I declare my belief that there
are not consensus-breaking changes, for the following reason:

  > event indexing layer

---------

Co-authored-by: Conor Schaefer <[email protected]>
  • Loading branch information
erwanor and conorsch authored Jan 29, 2025
1 parent 9545428 commit bc912f0
Show file tree
Hide file tree
Showing 5 changed files with 297 additions and 76 deletions.
Loading

0 comments on commit bc912f0

Please sign in to comment.