factors/email(minor): fix default timeout being 0, which breaks task

This commit is contained in:
Langhammer, Jens
2019-10-11 14:24:58 +02:00
parent f9babe7089
commit ae19236366
6 changed files with 37 additions and 14 deletions

View File

@ -1,6 +1,5 @@
"""passbook core tasks"""
from django.utils.timezone import now
from structlog import get_logger
from passbook.core.models import Nonce