mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 23:26:23 -05:00
If a job was created 7 days ago but scheduled to send 2 days later, the csv file will be deleted from S3 two days early.
For example if a file is uploaded on Aug 1, but scheduled for Aug 3, the csv file will be deleted 2 days before the notifications. This will cause an error for on the jobs pages if the download report link is clicked.
This commit is contained in:
@@ -6,4 +6,4 @@ env =
|
||||
LOADTESTING_API_KEY=loadtesting
|
||||
FIRETEXT_API_KEY=Firetext
|
||||
NOTIFICATION_QUEUE_PREFIX=testing
|
||||
addopts = -n 4 -v -p no:warnings
|
||||
addopts = -v -p no:warnings
|
||||
|
||||
Reference in New Issue
Block a user