mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 10:28:55 -04:00
re-raise execption
This commit is contained in:
@@ -284,6 +284,7 @@ def build_dvla_file(self, job_id):
|
|||||||
self.retry(queue="retry", exc="All notifications for job {} are not persisted".format(job_id))
|
self.retry(queue="retry", exc="All notifications for job {} are not persisted".format(job_id))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
current_app.logger.exception("build_dvla_file threw exception: {}", e)
|
current_app.logger.exception("build_dvla_file threw exception: {}", e)
|
||||||
|
raise e
|
||||||
|
|
||||||
|
|
||||||
def s3upload(filedata, region, bucket_name, file_location):
|
def s3upload(filedata, region, bucket_name, file_location):
|
||||||
|
|||||||
Reference in New Issue
Block a user