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 CLI log versions of key components at the start of a run (cli/runtime/compiler/node/adaptor)
The engine needs to do the same thing. We may be able to steal some code.
Note that this is done at the start of a job, not an attempt. We may need a callback in the runtime for that (unless we cheat a bit).
Maybe the attempt can also log some versions - worker, node, engine. Then the job would log node, runtime, adaptor.
Compiler version right now will be in the attempt, but we can move it to the run when we sort out #392.
The text was updated successfully, but these errors were encountered:
Kinda forgot this in planning. It's not needed for rc2, but it's nice to have for the first launch.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The CLI log versions of key components at the start of a run (cli/runtime/compiler/node/adaptor)
The engine needs to do the same thing. We may be able to steal some code.
Note that this is done at the start of a job, not an attempt. We may need a callback in the runtime for that (unless we cheat a bit).
Maybe the attempt can also log some versions - worker, node, engine. Then the job would log node, runtime, adaptor.
Compiler version right now will be in the attempt, but we can move it to the run when we sort out #392.
The text was updated successfully, but these errors were encountered: