Logo
Explore Help
Sign In
nick-fields/retry
0
0
Fork 0
You've already forked retry
mirror of https://github.com/nick-fields/retry.git synced 2025-12-28 10:49:15 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
v2.8.1
retry/sample.env

12 lines
281 B
Bash
Raw Permalink Normal View History

Use spawn not exec to run commands (#88) * minor: use spawn to stream larger output rather than exec which buffers it * test: verify distinct error code is returned from large output test * test: breakout additional integration tests to run in parallel * test: dont pass/fail PRs for coverage yet
2022-08-03 23:02:05 -04:00
# these are the bare minimum envvars required
fix: surface exit code from spawned process patch: added dotenv sample configuration and command to run locally fix: added timeout_seconds input and handle timeout properly
2020-09-29 11:05:03 -04:00
INPUT_TIMEOUT_MINUTES=1
INPUT_MAX_ATTEMPTS=3
INPUT_COMMAND="node -e 'process.exit(99)'"
Use spawn not exec to run commands (#88) * minor: use spawn to stream larger output rather than exec which buffers it * test: verify distinct error code is returned from large output test * test: breakout additional integration tests to run in parallel * test: dont pass/fail PRs for coverage yet
2022-08-03 23:02:05 -04:00
INPUT_CONTINUE_ON_ERROR=false
# these are optional
#INPUT_RETRY_WAIT_SECONDS=10
#SHELL=pwsh
#INPUT_POLLING_INTERVAL_SECONDS=1
#INPUT_RETRY_ON=any
Reference in New Issue Copy Permalink
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API