Open toolness opened 5 years ago
I haven't been following the code, so I don't know for sure if this is related, but here are two things about psycopg2 cursors that have tripped me up in the past:
Ah, thanks! Yes, I am finding the whole cursor/connection relationship quite confusing. Will read up on this!
This was introduced by #10.
I thought perhaps this might not be possible if
CREATE TABLE IF NOT EXISTS
were atomic, but maybe it's not? In any case, all but one of the scheduled tasks last night failed with the following traceback:Oof.