Update hydra dependencies to 5.0.0-alpha.4#4731
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
|
There seems to be some processing issue as https://github.com/Joystream/joystream/actions/runs/4627444652/jobs/8189300037?pr=4731 repeatedly fails. |
|
I think the issue is that Because of the way I implemented the fix in Hydra, in case the number of events in a block exceeds 400, the processor will be stuck waiting for all the events in a given block to be fetched from the indexer, which will never happen, because no new events will be fetched once the queue is full. I will need to adjust my fix to take this into account. |
|
Looks good. |
mnaamani
left a comment
There was a problem hiding this comment.
LGTM, deployed to production (backup cluster) synced without issues.
I changed base branch to master.
Update dependencies to include the latest hydra fix: Joystream/hydra#521