harvester-d4science/ckanext
Denis Laxalde 7bb9a2b5e4 Catch sqlalchemy's DatabaseError in fetch and gather callback
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.
2017-11-02 17:20:31 +01:00
..
harvest Catch sqlalchemy's DatabaseError in fetch and gather callback 2017-11-02 17:20:31 +01:00
__init__.py First draft of the Harvesting extension 2011-03-09 18:56:55 +00:00