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
Implement check for tx inclusion and if not included, retry it. This check should be done in same go routine, combining tx metrics inclusion time and retry mechanism
Implement error returned gauge metrics as per above retry implementation
Add config file for non sensitive values to be configured, rather than using environment variables for all configurations
Update test coverage
Update file names according to the naming conventions
The text was updated successfully, but these errors were encountered:
Things to do:
runner
in spawning a go routineThe text was updated successfully, but these errors were encountered: