always do a count search for cases where fast_count returns 0
This commit is contained in:
3
script/donmai/delayed_job_count
Executable file
3
script/donmai/delayed_job_count
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
psql -hdbserver -c 'select count(*) from delayed_jobs' -Pt -A danbooru2 > /tmp/delayed_job_count
|
||||
Reference in New Issue
Block a user