You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the main breaking change of PR #3535 checkpoint plugins:
this PR reworks construction of the memoizer so that the user now supplies
an instance, plugin style, instead of the DFK constructing an instance.
Memoization and configuration options, which turn out to be specific
to the BasicMemoizer, are now supplied by the user directly to the
instance they construct, rather than being passed through the DFK.
Any checkpoint users will need to alter their Parsl configuration,
although in a fairly straightforward way.
If no memoizer is specified, the DFK constructs a BasicMemozier that
preserves the no-parameters-supplied default behaviour:
Memoization will occur, checkpointing will not occur.
TODO: rewrite documentation that refers to any example checkpointing or app caching or memoization configuration
with the documentation ready to receive documentation for the SQL plugin
0 commit comments