Skip to content

Commit

Permalink
Change restore timeout to 1 hour
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 718105325
  • Loading branch information
Pathways-on-Cloud Team authored and copybara-github committed Jan 22, 2025
1 parent cefacfc commit 991c49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathwaysutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def _is_persistence_enabled():
# TODO(b/365549911): Remove when OCDBT-compatible
if _is_persistence_enabled():
pathways_orbax_handler.register_pathways_handlers(
datetime.timedelta(minutes=10)
datetime.timedelta(hours=1)
)

# Turn off JAX compilation cache because Pathways handles its own compilation
Expand Down

0 comments on commit 991c49a

Please sign in to comment.