Add system to auto reconsider inactive bubbles after 30 days

This commit is contained in:
Jorge Manrubia
2025-04-04 10:04:39 +02:00
parent 08cb69aca5
commit 6f93d4b72a
6 changed files with 46 additions and 3 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
production:
auto_pop_all_due:
class: AutoPopAllDueJob
class: Bubble::AutoPopAllDueJob
schedule: every hour
auto_reconsider_all_inactive:
class: Bubble::AutoReconsiderAllStagnatedJob
schedule: every hour
remove_abandoned_creations:
class: RemoveAbandonedCreationsJob