Open
Description
During a debug session on 9/28, we jumped into a cockroachdb shell to manually query for saga state.
Of note:
- What sagas are running?
- What sagas failed?
- For sagas that failed, what were they? Where did they fail? What resources were they acting on?
This information would be a great candidate for an omdb query command -- if we could grab this info without using cockroach sql
, we would.