We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new syntax to support running background tasks. Stop the background job on exit.
BG "workload_runner" "./workload.sh /mnt/vol1"
Using the name, stop the Background task when needed.
BG_STOP "workload_runner"
Send signal to the background process
BG_SIGNAL "workload_runner", "SIGHUP"
In between other tests, check if background process is running or not when needed.
BG_RUNNING? "workload_runner"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add new syntax to support running background tasks. Stop the background job on exit.
Using the name, stop the Background task when needed.
Send signal to the background process
In between other tests, check if background process is running or not when needed.
The text was updated successfully, but these errors were encountered: