Skip to content

Commit

Permalink
couple more workers
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwart committed Feb 6, 2024
1 parent 75efc1d commit 59b8f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/generate_stage3.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ s3_stage3 <- gefs4cast::gefs_s3_dir(product = "stage3",
endpoint = config$endpoint,
bucket = driver_bucket)

future::plan("future::multisession", workers = 8)
future::plan("future::multisession", workers = 10)

furrr::future_walk(dplyr::pull(site_list, site_id), function(curr_site_id){

Expand Down
2 changes: 1 addition & 1 deletion drivers/update_stage3.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config <- yaml::read_yaml("challenge_configuration.yaml")
driver_bucket <- stringr::word(config$driver_bucket, 1, sep = "/")
driver_path <- stringr::word(config$driver_bucket, 2, -1, sep = "/")

future::plan("future::multisession", workers = 8)
future::plan("future::multisession", workers = 10)

furrr::future_walk(dplyr::pull(site_list, site_id), function(curr_site_id){

Expand Down

0 comments on commit 59b8f8c

Please sign in to comment.