fix: add early termination to notices when nothing to process
-
fix: Update tasks to run once ever 6h instead of every 15m
-
fix: add early termination to notices when nothing to process
When there is nothing to process, currently the code pulls all notice records from the DB as there is no username list to filter to. As there's nothing to process, we should instead immediately return without hitting the DB.