-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate delay for current blocks MQ consumption #242
Comments
#148 is working well. When the operator initializes, it takes around 30 seconds to reach the current message, and it does not send any messages without NEAR DA data during this process. However, if the relayer or RabbitMQ is not running, the operator starts sending messages without NEAR DA data.
|
It seems very likely to me this is actually an initialization order issue on the operator setup. When the operator runs |
When the operator initializes, it sends out some messages without NEAR DA data for a while. It could make sense that if the indexer has been running for a while, the MQ will already have quite a few messages, so it takes a bit for it to get to the current ones. We do have expiration set up #148, but it's most likely not working properly. The approach here would be:
The text was updated successfully, but these errors were encountered: