Skip to content

Commit

Permalink
use fsspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Jun 6, 2024
1 parent d6437df commit e56963c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ async def get_recipe_inputs():
f"Creating {iid}" >> beam.Create(pattern.items())
| CheckpointFileTransfer(
transfer_target=cache_target,
max_executors=1,
concurrency_per_executor=2,
max_executors=10,
concurrency_per_executor=3,
initial_backoff=3.0, # Try with super long backoff and
backoff_factor=2.0,
fsspec_sync_patch=True,
fsspec_sync_patch=False,
)
| OpenURLWithFSSpec(cache=None, fsspec_sync_patch=True)
| OpenWithXarray(xarray_open_kwargs={"use_cftime": True})
Expand Down

0 comments on commit e56963c

Please sign in to comment.