mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-15 09:42:38 -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user