monorepo
monorepo copied to clipboard
OnCall/Debugging guide: Non-Technical
Problem
What problem are we solving?
The on-call procedure should be well defined, so anyone can jump on debugging even without technical experience.
Solution
Populate, a notion doc with processes that needed to be followed step-by-step:
- starting with monitoring relayer funds.
- How to read logs on DD?
- how to query the pending fast path transfer.
- how to query the pending slow path transfer.
- Monitoring tools, and how to use them?
- Process to be followed for the status announcement?
- The best way to communicate to stakeholders?
- select categories of the issue, and contact the code owners. ...
Acceptance criteria
[ ] For starters, core contributors and the team are able to identify and propose solutions or summarize the issue to the code owner.
WIP