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
Currently a failed get block call will result in ingestor throwing an error and restarting which takes about 2 minutes. During that time no data will be processed and stored in the database, potentially resulting in a considerable delay in the UI. This issue is to implement a retry strategy so that it retries the get block call a number of times before throwing an error.
The text was updated successfully, but these errors were encountered:
Currently a failed get block call will result in ingestor throwing an error and restarting which takes about 2 minutes. During that time no data will be processed and stored in the database, potentially resulting in a considerable delay in the UI. This issue is to implement a retry strategy so that it retries the get block call a number of times before throwing an error.
The text was updated successfully, but these errors were encountered: