Conversation
Bumps [executorlib](https://github.com/pyiron/executorlib) from 1.8.0 to 1.8.2. - [Release notes](https://github.com/pyiron/executorlib/releases) - [Commits](pyiron/executorlib@executorlib-1.8.0...executorlib-1.8.2) --- updated-dependencies: - dependency-name: executorlib dependency-version: 1.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
7ff2024 to
006e22b
Compare
|
Both the discovery and interuption tests, which ran fine in In both cases we start a job with a In both cases, after a brief pause we load the workflow. It's in its running state and we've recovered our executor construction instrucitons. For the "interrupt" case we then immediately rerun to try to connect to the still running slurm jobs, then sleep for long enough to let it finish; for the "discover" case we sleep for a long time first to let the slurm jobs finish, then re-run to discover the finished serialized files. In both cases we finally check the result by running the callback on the future. That's the part that triggers the error. Nothing has changed on the If it's not obvious to you, I'm happy to dig in further myself. I just don't want to burn a bunch of time if it's something clear to you in five minutes. |
|
Superseded by #809. |
Bumps executorlib from 1.8.0 to 1.8.2.
Release notes
Sourced from executorlib's releases.
Commits
7e9bf9b[Fix] Clean up shutdown routine for ClusterExecutors (#920)d450829[Feature] Add refresh rate for ClusterExecutors (#919)6f3cc53[Feature] ClusterExecutor: Store file errors in output files (#918)3fd4fb3[Bug]: Accept benchmarks when block_allocation is faster than the processpool...0dfb64c[Feature] Implement terminate_task_in_cache() (#914)7e4a14c[Feature] Implement get_future_from_file() (#915)f3af366[Fix] Only add processes which exist in process_dict (#913)eb420fd[Fix] SingleNodeExecutor wait for dependencies on shutdown (#911)5f31a73Fix TestClusterExecutor get_item_from_future (#910)4a96b1cFeature: Cancel processes of cancelled futures (#903)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)