denoland / denoland/deno_task_shell
Basic `retry` support
- Dominant language
- Rust
- Stars
- 139
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
https://man.archlinux.org/man/extra/retry/retry.1.en
It'd be nice to have a simple retry command
With the new deno task dependencies, sometimes the parallel dependencies have race-conditions (e.g. they both initialize dependencies at the same time and cause a error, like `error: File exists (os error 17), symlink '../https-proxy-agent@7.0.5/node_modules/https-proxy-agent' -> '/home/runner/work/mizu/mizu/node_modules/.deno/node_modules/https-proxy-agent'`)
Or maybe you want to run a script until some server sends you a particular response, or until a specific file exists (it'd combine nicely with #134)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.