Skip to content

Commit

Permalink
Fix unregistered task error from Celery
Browse files Browse the repository at this point in the history
  • Loading branch information
tvedeane committed Mar 2, 2024
1 parent bdd2d58 commit bf40305
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tapir/shifts/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ def generate_shifts():
@shared_task
def run_freeze_checks():
call_command("run_freeze_checks")


@shared_task
def send_create_account_reminder():
call_command("send_create_account_reminder")

0 comments on commit bf40305

Please sign in to comment.