Skip to content

Commit

Permalink
Merge branch 'biocore:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ayobi authored Feb 9, 2024
2 parents b82a757 + d65fa27 commit b4d1a6c
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 b4d1a6c

Please sign in to comment.