Files
notifications-api/app
Rebecca Law 918975b0a6 Use sender_id from CSV metadata.
When we upload a CSV for a job, we add the sender_id as metadata to the file that is uploaded on S3.
There is more than one place where we process rows from that CSV.
 - process_job
 - scheduled_job
 - check_for_missing_rows_in_completed_jobs
 - check_job_status

All of these places need to use the sender_id, now the sender_id is always read from the file metadata.
In a subsequent PR we can remove the optional sender_id parameter from process_job task.
2019-11-15 15:42:29 +00:00
..
2019-11-15 15:41:27 +00:00
2019-11-15 15:42:29 +00:00
2019-10-23 11:45:07 +01:00
2019-08-12 10:54:11 +01:00
2019-10-23 11:45:07 +01:00
2019-11-06 10:56:37 +00:00
2019-01-18 15:36:53 +00:00
2019-10-08 10:15:39 +01:00