biocore / microsetta-private-api

A private microservice to support The Microsetta Initiative
BSD 3-Clause "New" or "Revised" License
6 stars 19 forks source link

Block Shipping Emails on Staging #571

Closed cassidysymons closed 5 months ago

cassidysymons commented 5 months ago

This PR adds a check on whether perk fulfillment is active to the Celery task that sends tracking numbers to participants. This is needed in the Staging environment, as we need to test other Celery tasks but don't want duplicate emails going out to participants. The Celery tasks that fulfill pending orders already pay attention to the perk_fulfillment_active setting.