hirosystems / chainhook

Extract transactions from Stacks and Bitcoin and build event driven re-org resistant indexers and databases.
GNU General Public License v3.0
143 stars 57 forks source link

Improve `Interrupted` status messages #528

Open sabbyanandan opened 5 months ago

sabbyanandan commented 5 months ago

Context:

need to see a log feed of webhook calls to see which one failed so one can act upon it.

Similar to the line item at https://github.com/hirosystems/chainhook/issues/324#issuecomment-1677597568, 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.

MicaiahReid commented 5 months ago

To flesh this out some more, I think the steps would be:

MicaiahReid commented 5 months ago

@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.

smcclellan commented 3 months ago

@MicaiahReid to fill in details for implementation.

MicaiahReid commented 3 months ago

I think the details I provided here should cover it! https://github.com/hirosystems/chainhook/issues/528#issuecomment-2004395894