-
Notifications
You must be signed in to change notification settings - Fork 65
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
Improve Interrupted
status messages
#528
Labels
enhancement
New feature or request
Comments
To flesh this out some more, I think the steps would be:
{
"error_msg": "...",
"error_timestamp": "...",
"last_evaluated_block_height": "...",
"number_of_blocks_evaluated": "...",
"number_of_times_triggered": "...",
"last_occurrence": "..."
} |
@sabbyanandan It may be helpful to release some sort of FAQ or doc for the users on how to resolve or act upon some the more common errors. |
This was referenced Mar 18, 2024
smcclellan
changed the title
Support access to the log feed of Chainhook calls upon failure
Improve May 29, 2024
Interrupted
status messages
@MicaiahReid to fill in details for implementation. |
I think the details I provided here should cover it! #528 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context:
Similar to the line item at #324 (comment), it'd be helpful for developers to know what is the cause/reason for the failure in its raw log format, including the timestamp.
Additionally, today, we show high-level information when the developer hovers over, but when we have the raw log content, we can revisit the display of it from the DX perspective.
The text was updated successfully, but these errors were encountered: