Skip to content

Commit

Permalink
NXDRIVE-331: Requeue item for resume
Browse files Browse the repository at this point in the history
  • Loading branch information
loopingz committed May 21, 2015
1 parent d016c82 commit 2cac50e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxeo-drive-client/nxdrive/engine/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def _execute(self):
self._current_item = self._get_item()
continue
except ThreadInterrupt:
self._engine.get_queue_manager().push(doc_pair)
raise
except Exception as e:
log.exception(e)
Expand Down

0 comments on commit 2cac50e

Please sign in to comment.