gridmap
gridmap copied to clipboard
Add an option to return job exception instead of aborting all jobs
GridMap kills all jobs if one of them fails. In some settings, like in my gridjug add-on, exceptions are OK as other jobs would take over.
So an addition would be to return the job exception for the failed job, as the exception seems to be stored anyway, and let all other jobs continue.