Closed danrademacher closed 3 years ago
This can wait till you get back -- client is on vacation till 8/18 anyway
Looking at the database directly, I confirmed we have 152 total records, of which 15 where isDelete = True:
And 137 where isDelete = 0:
I did indeed have a large chunk of code commented out for some debugging, and did not reinstate this before I took off.
I just noticed that our daily task on this project is running and seems not to be reporting errors. Here's Heroku Logs:
With 20 in the system and 118 to insert, we'd expect to see 138 in the map. But we have only 20 still: https://chekpeds.carto.com/viz/a71e66b8-cb4b-4c0a-aee7-3ef79a3f4b1a
I wondered if it might be a permissions issue, but I'd expect that to throw errors and I also verified that the key we have has insert and update permissions.
I wonder if parts of the script simply are not running?