Closed loicmathieu closed 1 week ago
By default, a task configured to run on a worker group where no workers are available will wait forever for the worker to be available. The previous behavior was to fail.
This is configurable, the previous behavior can be implemented with:
- id: hello
type: io.kestra.plugin.core.log.Log
message: Hello World! 🚀
workerGroup:
key: wg1
fallback: FAIL # possible values are WAIT (default), FAIL or CANCEL
Failed conditions
42.3% Coverage on New Code (required ≥ 80%)
Fixes #2041