-
Notifications
You must be signed in to change notification settings - Fork 687
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] Faster registration in flytekit #554
Comments
katrogan
added
enhancement
New feature or request
untriaged
This issues has not yet been looked at by the Maintainers
labels
Oct 14, 2020
katrogan
removed
the
untriaged
This issues has not yet been looked at by the Maintainers
label
Oct 14, 2020
8 tasks
Closed
This was referenced Nov 16, 2020
8 tasks
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Jul 24, 2023
…rg#554) Signed-off-by: Jeev B <jeevb@users.noreply.github.com>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Jul 24, 2023
…ng Vault Secret Manager (flyteorg#556) * Implement ability to specify additional annotations when using Vault secret manager Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Infer GOOS and GOARCH from environment (flyteorg#552) Signed-off-by: Jeev B <jeevb@users.noreply.github.com> Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * fix makefile to read variables from environment and overrides (flyteorg#554) Signed-off-by: Jeev B <jeevb@users.noreply.github.com> Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Remove BarrierTick (flyteorg#545) * removed barrier logic Signed-off-by: Daniel Rammer <daniel@union.ai> * deprecated TransitionTypeBarrier Signed-off-by: Daniel Rammer <daniel@union.ai> * removed barrier tests Signed-off-by: Daniel Rammer <daniel@union.ai> * bumping flyteplugins Signed-off-by: Daniel Rammer <daniel@union.ai> --------- Signed-off-by: Daniel Rammer <daniel@union.ai> Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Check for TerminateExecution error and eat Precondition status (flyteorg#553) * Check for TerminateExecution error and eat Precondition status Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * lint Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> --------- Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Rename to annotation Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Inline merging annotations Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> --------- Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> Signed-off-by: Jeev B <jeevb@users.noreply.github.com> Signed-off-by: Daniel Rammer <daniel@union.ai> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> Co-authored-by: Jeev B <jeevb@users.noreply.github.com> Co-authored-by: Dan Rammer <daniel@union.ai> Co-authored-by: Haytham Abuelfutuh <haytham@afutuh.com>
eapolinario
added a commit
to eapolinario/flyte
that referenced
this issue
Jul 24, 2023
…ary (flyteorg#554) * Add migration to turn `parent_id` column into `bigint` only if necessary Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> * Migrations to handle the change of `parent_id` column in `node_executions` table Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> * Add unit test Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> * More coverage Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> * Create index outside transaction Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> --------- Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> Co-authored-by: eduardo apolinario <eapolinario@users.noreply.github.com>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 9, 2023
…rg#554) Signed-off-by: Jeev B <jeevb@users.noreply.github.com>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 9, 2023
…ng Vault Secret Manager (flyteorg#556) * Implement ability to specify additional annotations when using Vault secret manager Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Infer GOOS and GOARCH from environment (flyteorg#552) Signed-off-by: Jeev B <jeevb@users.noreply.github.com> Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * fix makefile to read variables from environment and overrides (flyteorg#554) Signed-off-by: Jeev B <jeevb@users.noreply.github.com> Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Remove BarrierTick (flyteorg#545) * removed barrier logic Signed-off-by: Daniel Rammer <daniel@union.ai> * deprecated TransitionTypeBarrier Signed-off-by: Daniel Rammer <daniel@union.ai> * removed barrier tests Signed-off-by: Daniel Rammer <daniel@union.ai> * bumping flyteplugins Signed-off-by: Daniel Rammer <daniel@union.ai> --------- Signed-off-by: Daniel Rammer <daniel@union.ai> Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Check for TerminateExecution error and eat Precondition status (flyteorg#553) * Check for TerminateExecution error and eat Precondition status Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * lint Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> --------- Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Rename to annotation Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Inline merging annotations Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> --------- Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> Signed-off-by: Jeev B <jeevb@users.noreply.github.com> Signed-off-by: Daniel Rammer <daniel@union.ai> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> Co-authored-by: Jeev B <jeevb@users.noreply.github.com> Co-authored-by: Dan Rammer <daniel@union.ai> Co-authored-by: Haytham Abuelfutuh <haytham@afutuh.com>
eapolinario
added a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
…ary (flyteorg#554) * Add migration to turn `parent_id` column into `bigint` only if necessary Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> * Migrations to handle the change of `parent_id` column in `node_executions` table Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> * Add unit test Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> * More coverage Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> * Create index outside transaction Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> --------- Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> Co-authored-by: eduardo apolinario <eapolinario@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation: Why do you think this is important?
In order to improve iteration time and the end-user experience it would be helpful to speed-up workflow registration. Currently the process for building an image can be slow (at Lyft, on the order of many minutes) which is extremely annoying for flyte workflow authors.
Goal: What should the final outcome look like, ideally?
Registering a new version of a workflow (without updating container dependencies) should take a few seconds.
Describe alternatives you've considered
Flyte component
[Optional] Propose: Link/Inline
https://docs.google.com/document/d/1n7DmKXaOv8dAb9eHD4TKqka6FsdJNs3Tugpf1I6nvMg/edit?usp=sharing
Additional context
Add any other context or screenshots about the feature request here.
Is this a blocker for you to adopt Flyte
no
The text was updated successfully, but these errors were encountered: