ArchiveTeam / seesaw-kit

Making a reusable toolkit for writing seesaw scripts
Other
69 stars 30 forks source link

Handle exceptions in Task code #14

Closed alard closed 11 years ago

alard commented 11 years ago

If there is an unhandled exception in a Task, the item doesn't continue but remains in the pipeline. The seesaw code should call fail_item to free the item, so another item can start.