Initial commit
This commit is contained in:
7
skills/database-deadlock-detector/scripts/README.md
Normal file
7
skills/database-deadlock-detector/scripts/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Scripts
|
||||
|
||||
Bundled resources for database-deadlock-detector skill
|
||||
|
||||
- [ ] analyze_deadlocks.py: Script to connect to the database, run deadlock detection queries, and format the results.
|
||||
- [ ] simulate_deadlock.py: Script to simulate a deadlock scenario for testing purposes.
|
||||
- [ ] resolve_deadlock.py: Script to automatically kill the blocking process in a deadlock (use with extreme caution).
|
||||
Reference in New Issue
Block a user