Update the version of notifications-utils.

There was a problem with the address block for the DVLATemplate.

Added a countdown to the build_dvla_file.
This commit is contained in:
Rebecca Law
2017-03-24 15:25:02 +00:00
parent 5fcc80c7be
commit 37a5ce601a
4 changed files with 15 additions and 3 deletions

View File

@@ -262,7 +262,7 @@ def persist_letter(
handle_exception(self, notification, notification_id, e)
@notify_celery.task(bind=True, name="build-dvla-file", max_retries=15, default_retry_delay=300)
@notify_celery.task(bind=True, name="build-dvla-file", countdown=30, max_retries=15, default_retry_delay=300)
@statsd(namespace="tasks")
def build_dvla_file(self, job_id):
try: