durability
parameter instead of checkpoint_during
(deprecated in v0.6.0) for persistence policy management:durability="async"
replaces checkpoint_during=True
durability="exit"
replaces checkpoint_during=False
checkpoint_during=True
-> durability="async"
checkpoint_during=False
-> durability="exit"
"exit"
"async"
"sync"
None
as the input value (see this example with the functional API).