Files
notifications-api/app
Chris Hill-Scott 9ad33045dd Improve efficiency of process missing rows task
For every missing row this was:
- downloading the CSV file from S3
- looping through every row in it until it found the one matching the
  index of the missing row

`RecipientCSV` implements `__getitem__`[1] (which maybe it didn’t
before) so we can create it once, then index the relevant row directly.

***

1. 5ae0572d41/notifications_utils/recipients.py (L78-L79)
2020-09-26 12:06:48 +01:00
..
2020-05-13 08:56:54 +01:00
2020-08-03 14:01:59 +01:00
2020-06-24 12:20:40 +01:00
2020-07-28 12:56:14 +01:00
2020-07-28 12:10:18 +01:00