Skip to content

Commit

Permalink
Emergency disable pending badges emails
Browse files Browse the repository at this point in the history
We're bombarding our attendees with these emails, until we figure this out we need to disable this task
  • Loading branch information
kitsuta committed Dec 16, 2024
1 parent e052565 commit 75f687a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uber/tasks/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def check_placeholder_registrations():

@celery.schedule(crontab(minute=0, hour='*/6'))
def check_pending_badges():
return
if c.PRE_CON and (c.DEV_BOX or c.SEND_EMAILS) and c.REPORTS_EMAIL:
emails = [[
'Staff',
Expand Down

0 comments on commit 75f687a

Please sign in to comment.