mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 16:22:17 -05:00
Update utils with a fix for address formats for letters.
This commit is contained in:
@@ -326,6 +326,7 @@ def build_dvla_file(self, job_id):
|
||||
current_app.logger.info("All notifications for job {} are not persisted".format(job_id))
|
||||
self.retry(queue=QueueNames.RETRY, exc="All notifications for job {} are not persisted".format(job_id))
|
||||
except Exception as e:
|
||||
# ? should this retry?
|
||||
current_app.logger.exception("build_dvla_file threw exception")
|
||||
raise e
|
||||
|
||||
|
||||
@@ -26,6 +26,6 @@ notifications-python-client==4.5.0
|
||||
awscli>=1.11,<1.12
|
||||
awscli-cwlogs>=1.4,<1.5
|
||||
|
||||
git+https://github.com/alphagov/notifications-utils.git@21.5.0#egg=notifications-utils==21.5.0
|
||||
git+https://github.com/alphagov/notifications-utils.git@21.5.1#egg=notifications-utils==21.5.1
|
||||
|
||||
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3
|
||||
|
||||
Reference in New Issue
Block a user