Add job to auto-pop the items that are due

This commit is contained in:
Kevin McConnell
2025-02-12 13:19:12 +00:00
parent dac2611c57
commit 6b457fc26f
2 changed files with 10 additions and 0 deletions
+3
View File
@@ -1,4 +1,7 @@
production:
auto_pop_all_due:
class: AutoPopAllDueJob
schedule: every hour
remove_abandoned_creations:
class: RemoveAbandonedCreationsJob
schedule: every hour