Skip to content

Commit 75f687a

Browse files
committed
Emergency disable pending badges emails
We're bombarding our attendees with these emails, until we figure this out we need to disable this task
1 parent e052565 commit 75f687a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uber/tasks/registration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def check_placeholder_registrations():
136136

137137
@celery.schedule(crontab(minute=0, hour='*/6'))
138138
def check_pending_badges():
139+
return
139140
if c.PRE_CON and (c.DEV_BOX or c.SEND_EMAILS) and c.REPORTS_EMAIL:
140141
emails = [[
141142
'Staff',

0 commit comments

Comments
 (0)