Skip to content

fix: add early termination to notices when nothing to process

Martin Lowe requested to merge malowe/main/efficiency-tweaks into main
  • 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.

Merge request reports

Loading