-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Backend:
- Exception Handling: Will the system remain in a consistent state in the case of an exception?
- Logging: Are exceptions captured and logged? Do the logs themselves provide enough signal to understand the state of the system?
- Rate Limiting: Do fragile endpoints (
/misc/feedback) have rate limits? - Observability: Are we capturing API metrics? Frontend metrics? Database metrics?
- Security: Are non-public endpoints inaccessible to the public?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels