kestra-io / kestra-io/plugin-cloudflare
plugin-cloudflare: kill()/stop() not implemented on killable/pollable tasks
Open
area/plugin
kind/cooldown
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 4
Description
Sub-issue of kestra-io/kestra-ee#10964.
**Tasks:** io.kestra.plugin.cloudflare.d1.ListDatabases
**Why:** Pagination while(true) loop; no kill()/stop() for very large result sets. Lower priority.
**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.