Sync last changes

This commit is contained in:
2025-07-09 14:31:11 -04:00
parent cf3811c98f
commit 1378d8a38e
23 changed files with 4051 additions and 8 deletions

3
utils/psql_lock_mon.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
for i in $(seq 3600); do date;psql awx -c 'select relation::regclass, * from pg_locks where not granted';sleep 1; done