9 lines
264 B
YAML
9 lines
264 B
YAML
# Stripe V2 Billing Scheduled Jobs
|
|
# Add these to your config/sidekiq_cron.yml or config/schedule.yml
|
|
|
|
v2_credit_sync:
|
|
cron: "0 * * * *" # Every hour
|
|
class: "Enterprise::Billing::CreditSyncJob"
|
|
queue: low
|
|
description: "Sync V2 billing credits with Stripe"
|