chore: Initial release

This commit is contained in:
Carlos Solís 2025-01-24 19:16:21 +00:00
parent d842475857
commit 7f2b750466
7 changed files with 413 additions and 0 deletions

2
friendica-workerqueue.sh Executable file
View 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"