chore: Initial release
This commit is contained in:
parent
d842475857
commit
7f2b750466
7 changed files with 413 additions and 0 deletions
2
friendica-workerqueue.sh
Executable file
2
friendica-workerqueue.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
sudo mariadb friendica --execute="select distinct command, count(*) from workerqueue where done = 0 group by command; select count(*) from workerqueue where done = 0; select count(*) from workerqueue where command = \"ProcessQueue\" and pid = 0 and done = 0"
|
Loading…
Add table
Add a link
Reference in a new issue