kestra-io / kestra-io/plugin-mistral
plugin-mistral: kill()/stop() not implemented on killable/pollable tasks
Open
area/plugin
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 2
Description
Sub-issue of kestra-io/kestra-ee#10964.
**Tasks:** io.kestra.plugin.mistral.RunWorkflow
**Why:** Submits a workflow execution and polls until terminal; no kill()/stop() to cancel the remote execution.
**Fix:** override `kill()` and/or `stop()` on these task classes to cancel the poll loop / close the consumer / cancel the remote job. See `io.kestra.plugin.gcp.bigquery.AbstractBigquery` for a reference implementation.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.