st-tech / gatling-operator

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

Feature request: Scheduled execution feature like CronJob #70

Closed niqniqniqq closed 1 year ago

niqniqniqq commented 1 year ago

Feature request

It would be useful to have a feature like CronJob that executes gatling at a specified time. For example, it would be possible to automatically execute gatlings at specified times during the night.

As a way to achieve this, I am thinking of creating a new CronGatling(CR) that creates a gatling(CR) at a specified time.

Please let me know what you think.

niqniqniqq commented 1 year ago

Using the existing feature testScenarioSpec.startTime, I think I can achieve what I want to do. So I will close this issue.