always do a count search for cases where fast_count returns 0

This commit is contained in:
albert
2013-02-20 13:36:48 -05:00
parent 04d6f25e22
commit c848647053
2 changed files with 23 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
psql -hdbserver -c 'select count(*) from delayed_jobs' -Pt -A danbooru2 > /tmp/delayed_job_count