Skip to content

Commit

Permalink
feat: execute new plan change job
Browse files Browse the repository at this point in the history
  • Loading branch information
castrolem committed Oct 18, 2019
1 parent e09b0d6 commit 974229e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@
queue: default
class: FindOverdueSubscriptionsJob
description: 'This job finds all active overdue subscriptions and creates a sidekiq job to charge the subscriber'
find_subscription_plan_changes:
every: '45m'
queue: default
class: ChangeSubscriptionPlansJob
description: 'This job finds all pending subscription changes and creates a sidekiq job to perform the plan change'

0 comments on commit 974229e

Please sign in to comment.