Sync last changes
This commit is contained in:
3
utils/psql_lock_mon.sh
Executable file
3
utils/psql_lock_mon.sh
Executable 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
|
Reference in New Issue
Block a user