-
Notifications
You must be signed in to change notification settings - Fork 693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Trim execution error messages to avoid spamming downstream systems #334
Closed
1 of 13 tasks
Labels
enhancement
New feature or request
untriaged
This issues has not yet been looked at by the Maintainers
Comments
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
Signed-off-by: Sean Lin <sean@union.ai>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
* Single node GPU training example Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * Minor fix related to tensorboard in PyTorch (flyteorg#334) Signed-off-by: Jinserk Baik <823222+jinserk@users.noreply.github.com> * updated pytorch training example Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * updated Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * wandb integration, code lint, content Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * remove misplaced text Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * add pytorch in tests' manifest Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * changed pytorch to mnist Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * dockerfile Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * update link Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * update deps Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> Co-authored-by: Jinserk Baik <823222+jinserk@users.noreply.github.com> Co-authored-by: Samhita Alla <aallasamhita@gmail.com> Co-authored-by: cosmicBboy <niels.bantilan@gmail.com>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
Signed-off-by: Jason Porter <jason@union.ai>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-LXML-2940874
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Jul 24, 2023
* validating multiple input values in map task and correctly populating for cache lookup Signed-off-by: Daniel Rammer <daniel@union.ai> * added unit tests Signed-off-by: Daniel Rammer <daniel@union.ai> --------- Signed-off-by: Daniel Rammer <daniel@union.ai>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 9, 2023
Signed-off-by: Sean Lin <sean@union.ai>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
* validating multiple input values in map task and correctly populating for cache lookup Signed-off-by: Daniel Rammer <daniel@union.ai> * added unit tests Signed-off-by: Daniel Rammer <daniel@union.ai> --------- Signed-off-by: Daniel Rammer <daniel@union.ai>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Apr 30, 2024
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-LXML-2940874
austin362667
pushed a commit
to austin362667/flyte
that referenced
this issue
May 7, 2024
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-LXML-2940874
robert-ulbrich-mercedes-benz
pushed a commit
to robert-ulbrich-mercedes-benz/flyte
that referenced
this issue
Jul 2, 2024
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-LXML-2940874
troychiu
pushed a commit
that referenced
this issue
Jul 8, 2024
## Overview This PR adds a rust linter to the CI. ## Upstream Changes - [ ] To be upstreamed to OSS ## Issue We can not ignore generated files on the stable rust compiler: https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#ignore. I'm okay with running `cargo fmt --all` and just format everything.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
untriaged
This issues has not yet been looked at by the Maintainers
Motivation: Why do you think this is important?
Errors can be arbitrary long since they are written by containers/potentially 3rd party plugins. We should ensure the error message length will never be big enough to cause write failures to Etcd. or spam Admin DB with huge objects.
Flyte component
The text was updated successfully, but these errors were encountered: