st-tech / gatling-operator

Automating distributed Gatling load testing using Kubernetes operator
MIT License
70 stars 19 forks source link

Job execution time is short #6

Closed ksudate closed 2 years ago

ksudate commented 2 years ago

The default value of maxJobRunWaitTimeInSeconds is 600. https://github.com/st-tech/gatling-operator/blob/990c67fb032afecd860fd70aa1c88b06568b5c6c/controllers/gatling_controller.go#L42 In some cases, it is necessary to run the job for more than 600 seconds, so we should be able to specify the maximum execution time. Or, I want the default value to be higher.

yokawasa commented 2 years ago

resolved! see https://github.com/st-tech/gatling-operator/pull/7