7bb9a2b5e4
I sometimes see "connection timed out" message which are reported as sqlalchemy.exc.DatabaseError, so by catching the latter exception, it'd avoid the harvester to be stuck in "limbo" state. As DatabaseError is a super-class of OperationalError, the latter would still be catched. |
||
---|---|---|
.. | ||
harvest | ||
__init__.py |