Tags: oratis/flyte
Tags
Add UploadTrigger operation to SelectCluster (flyteorg#7505) * protos Signed-off-by: Katrina Rogan <[email protected]> * regen Signed-off-by: Katrina Rogan <[email protected]> --------- Signed-off-by: Katrina Rogan <[email protected]>
feat(idl): add RunSpec.max_action_concurrency for run-level action co… …ncurrency (flyteorg#7499) * feat(idl): add RunSpec.max_action_concurrency for run-level action concurrency Adds an optional max_action_concurrency field (13) to flyteidl2.task.RunSpec, capping how many actions of a single run may execute concurrently. 0/unset means unlimited. The scheduler enforces it in addition to any queue-level concurrency limits (min wins): actions beyond the limit stay queued until a running action of the run completes. Co-Authored-By: Claude Fable 5 <[email protected]> * feat(idl): add RunSettings.max_action_concurrency setting Adds the settings-service counterpart of RunSpec.max_action_concurrency: an Int64Setting on RunSettings so a default run-level action concurrency limit can be configured per scope. Generated code follows in a separate commit (BSR regeneration pending). Co-Authored-By: Claude Fable 5 <[email protected]> * chore: regenerate go/python/rust for RunSettings.max_action_concurrency TS regeneration follows separately (BSR rate limit). Co-Authored-By: Claude Fable 5 <[email protected]> * chore: regenerate ts for RunSettings.max_action_concurrency Co-Authored-By: Claude Fable 5 <[email protected]> --------- Co-authored-by: Ketan Umare <[email protected]> Co-authored-by: Claude Fable 5 <[email protected]>
Support offloaded trigger inputs at registration time. (flyteorg#7482) * checkpoint Signed-off-by: Katrina Rogan <[email protected]> * input wrapper, min sdk version, trigger task Signed-off-by: Katrina Rogan <[email protected]> * cache key Signed-off-by: Katrina Rogan <[email protected]> * conditional cache key Signed-off-by: Katrina Rogan <[email protected]> --------- Signed-off-by: Katrina Rogan <[email protected]>
feat: apply extended resources to Ray head and worker pod specs (flyt… …eorg#7443) Signed-off-by: Kevin Su <[email protected]>
build(deps): bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 (fly… …teorg#7452) Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.9.3 to 1.9.4. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.9.3...v1.9.4) --- updated-dependencies: - dependency-name: github.com/sirupsen/logrus dependency-version: 1.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update Flyte components (flyteorg#7441) Signed-off-by: Flyte-Bot <[email protected]> Signed-off-by: Kevin Su <[email protected]> Co-authored-by: pingsutw <[email protected]> Co-authored-by: Kevin Su <[email protected]>
Update Flyte components (flyteorg#7441) Signed-off-by: Flyte-Bot <[email protected]> Signed-off-by: Kevin Su <[email protected]> Co-authored-by: pingsutw <[email protected]> Co-authored-by: Kevin Su <[email protected]>
Update Flyte components (flyteorg#7441) Signed-off-by: Flyte-Bot <[email protected]> Signed-off-by: Kevin Su <[email protected]> Co-authored-by: pingsutw <[email protected]> Co-authored-by: Kevin Su <[email protected]>
Update Flyte components (flyteorg#7441) Signed-off-by: Flyte-Bot <[email protected]> Signed-off-by: Kevin Su <[email protected]> Co-authored-by: pingsutw <[email protected]> Co-authored-by: Kevin Su <[email protected]>
Set catalog cache to noop when datacatalog is disabled (flyteorg#7433) Signed-off-by: Jason Parraga <[email protected]>
PreviousNext