9d8d38873e
This is probably not a permanent solution, but should provide some disaster recovery capability while we're building up Fizzy operationally.
14 lines
372 B
YAML
14 lines
372 B
YAML
production:
|
|
auto_close_all_due:
|
|
class: Card::AutoCloseAllDueJob
|
|
schedule: every hour
|
|
auto_reconsider_all_inactive:
|
|
class: Card::AutoReconsiderAllStagnatedJob
|
|
schedule: every hour
|
|
remove_abandoned_creations:
|
|
class: RemoveAbandonedCreationsJob
|
|
schedule: every hour
|
|
sqlite_backups:
|
|
class: SQLiteBackupsJob
|
|
schedule: every day at 05:00
|