You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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 <conor@penumbralabs.xyz>
0 commit comments