We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefacfc commit 7df564fCopy full SHA for 7df564f
pathwaysutils/__init__.py
@@ -60,7 +60,7 @@ def _is_persistence_enabled():
60
# TODO(b/365549911): Remove when OCDBT-compatible
61
if _is_persistence_enabled():
62
pathways_orbax_handler.register_pathways_handlers(
63
- datetime.timedelta(minutes=10)
+ datetime.timedelta(hours=1)
64
)
65
66
# Turn off JAX compilation cache because Pathways handles its own compilation
0 commit comments