Scope jobs and controllers by account

This commit is contained in:
Stanko K.R.
2025-11-14 12:24:13 +01:00
committed by Mike Dalessio
parent b4f3ee5d86
commit e0693de7c3
24 changed files with 95 additions and 137 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ production: &production
# Application cleanup
auto_postpone_all_due:
class: Card::AutoPostponeAllDueJob
command: "Card.auto_postpone_all_due"
schedule: every hour at minute 50
delete_unused_tags:
class: DeleteUnusedTagsJob
@@ -20,7 +21,7 @@ production: &production
command: "SolidQueue::RecurringExecution.clear_in_batches"
schedule: every hour at minute 52
cleanup_webhook_deliveries:
class: Webhook::CleanupDeliveriesJob
command: "Webhook::Delivery.cleanup"
schedule: every 4 hours at minute 51
cleanup_magic_links:
command: "MagicLink.cleanup"