Skip to content

Commit

Permalink
Merge pull request #533 from biocore/csymons_celery_20230830
Browse files Browse the repository at this point in the history
Activate Perk Fulfillment Task
  • Loading branch information
cassidysymons authored Aug 30, 2023
2 parents 8ccb2be + 3dfba24 commit e580c35
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 @@ -45,10 +45,10 @@ def __call__(self, *args, **kwargs):
"task": "microsetta_private_api.util.fundrazr.get_fundrazr_transactions", # noqa
"schedule": 60 * 60 # every hour
},
# "fulfill_new_transactions": {
# "task": "microsetta_private_api.util.perk_fulfillment.fulfill_new_transactions", # noqa
# "schedule": 60 * 60 # every hour
# },
"fulfill_new_transactions": {
"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
Expand Down

0 comments on commit e580c35

Please sign in to comment.