Skip to content

Commit

Permalink
Merge branch 'main' into feature/hardlink-artifacts-32
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh authored Aug 25, 2020
2 parents 86d6bf1 + fa3661d commit 55ffce1
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 84 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Unrleased Changes
attempt to hardlink a file in a case where a ``copy_artifact=True`` may
permit one. This will save on disk space as well as computation time
if large files are not needed to copy.
* Adding a ``store_result`` flag to ``add_task`` that conditionally stores
the ``func`` result in the database for later ``.get``. This was added to
guard against return types that were not picklable and would otherwise
cause an exception when being executed normally.
* Fixed issue that would cause the logger thread to continue reporting status
after all tasks were complete and the graph was closed.

Expand Down
Loading

0 comments on commit 55ffce1

Please sign in to comment.