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
The RTM server needs to accept options on the attempt object coming in from Lightning. This needs to filter down to the runtime appropriately.
Options include things like the timeout (per job or for the whole attempt? Let's support both), log options (level, sanitize etc).
This will just be an options key on the attempt.
options
The text was updated successfully, but these errors were encountered:
This is basically done on #404 - options are fed through now, we may just need to map individual ones
Sorry, something went wrong.
No branches or pull requests
The RTM server needs to accept options on the attempt object coming in from Lightning. This needs to filter down to the runtime appropriately.
Options include things like the timeout (per job or for the whole attempt? Let's support both), log options (level, sanitize etc).
This will just be an
options
key on the attempt.The text was updated successfully, but these errors were encountered: