Add system to auto reconsider inactive bubbles after 30 days
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user