Skip to content

Commit

Permalink
Minor update to README example
Browse files Browse the repository at this point in the history
  • Loading branch information
tylere committed May 30, 2024
1 parent a38ff17 commit 38b2bb5
Show file tree
Hide file tree
Showing 2 changed files with 448 additions and 23 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ def get_country_stats(country_name):
).get('DEM').getInfo(),
}

# Create and submit jobs to among the workers.
# Create and submit jobs among the workers.
submitted_jobs = [
client.submit(get_country_stats, country)
client.submit(get_country_stats, country, retries=5)
for country in country_list
]

Expand Down
Loading

0 comments on commit 38b2bb5

Please sign in to comment.