kestra-io / kestra-io/plugin-cloudflare

plugin-cloudflare: kill()/stop() not implemented on killable/pollable tasks

Open
#57 0 comments 0 reactions 1 assignee Claimed by @Malaydewangan09 View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.