Skip to content

Commit

Permalink
Merge pull request #551 from biocore/csymons_subscription_fulfillment
Browse files Browse the repository at this point in the history
Activate Subscription Fulfillment
  • Loading branch information
cassidysymons authored Feb 6, 2024
2 parents 2a6644a + f8b2a62 commit d65fa27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions microsetta_private_api/celery_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ def __call__(self, *args, **kwargs):
"task": "microsetta_private_api.util.perk_fulfillment.fulfill_new_transactions", # noqa
"schedule": 60 * 60 # every hour
},
# "fulfill_subscriptions": {
# "task": "microsetta_private_api.util.perk_fulfillment.process_subscription_fulfillments", # noqa
# "schedule": 60 * 60 * 24 # every 24 hours
# },
"fulfill_subscriptions": {
"task": "microsetta_private_api.util.perk_fulfillment.process_subscription_fulfillments", # noqa
"schedule": 60 * 60 * 24 # every 24 hours
},
"check_shipping_updates": {
"task": "microsetta_private_api.util.perk_fulfillment.check_shipping_updates", # noqa
"schedule": 60 * 60 * 4 # every 4 hours
Expand Down

0 comments on commit d65fa27

Please sign in to comment.