Skip to content

Instantly share code, notes, and snippets.

@dawehner
Created February 23, 2022 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dawehner/4a1513aff95c6ed62afd179baedbdfa5 to your computer and use it in GitHub Desktop.
Save dawehner/4a1513aff95c6ed62afd179baedbdfa5 to your computer and use it in GitHub Desktop.
for item in res.items {
try self.queue.dispatch(RepoParseJob.self, Repo(url: item.git_url), maxRetryCount: 3).wait()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment