Skip to content
New issue

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

Run each load test in a separate pod #4

Open
julienduchesne opened this issue Nov 23, 2021 · 0 comments
Open

Run each load test in a separate pod #4

julienduchesne opened this issue Nov 23, 2021 · 0 comments

Comments

@julienduchesne
Copy link
Member

julienduchesne commented Nov 23, 2021

This solves a couple issues:

  • If a very heavy test is launched, it can't kill the main process
  • The script that was run and its output can be fully logged in console. This is much too verbose to be output in the main process but in a pod, it would be fine

To note:
Environment variables from the launcher (webhook container) should be copied over to the pods when they are launched. This will allow users to keep using injected secrets and configs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant