Byron Hsu
05/22/2023, 6:16 AMHuman: how is fast registration implemented?
AI: Fast registration in Flyte allows users to update workflow code without having to rebuild the entire docker image. This is achieved by zipping up the code, uploading it to the configured blob store using a signed URL, and then prepending a command to the task’s normal command. At runtime, the command downloads the archive from the blob store and unzips it to the root of the container’s image. TheFeel free to check out my repo 😄command with thepyflyte package
flag can be used to enable fast registration. It is important to note that registration is a two-step process involving compilation and registration, and separate commands are available for each step. More information can be found in the Flyte documentation.--fast
Yee
Samhita Alla
Ketan (kumare3)
Byron Hsu
05/22/2023, 4:44 PMKetan (kumare3)
David Espejo (he/him)
05/22/2023, 5:14 PMByron Hsu
05/22/2023, 5:42 PMboth Flyte blog and LIsounds good! I can have a draft tonight
Ketan (kumare3)
Martin Stein
05/22/2023, 11:17 PMByron Hsu
05/23/2023, 6:07 AMDavid Espejo (he/him)
05/24/2023, 8:35 PMMartin Stein
05/24/2023, 8:37 PMByron Hsu
05/24/2023, 8:42 PMMartin Stein
05/24/2023, 8:42 PMByron Hsu
05/24/2023, 8:43 PMMartin Stein
05/24/2023, 11:05 PMByron Hsu
05/24/2023, 11:05 PMMartin Stein
05/24/2023, 11:05 PMByron Hsu
05/24/2023, 11:05 PMMartin Stein
05/24/2023, 11:05 PMByron Hsu
05/24/2023, 11:09 PMMartin Stein
05/24/2023, 11:09 PMKetan (kumare3)
Byron Hsu
05/24/2023, 11:13 PMMartin Stein
05/24/2023, 11:13 PMByron Hsu
05/24/2023, 11:13 PMDid you review all of Matthew’s comments/suggestions?YES I DID
Martin Stein
05/24/2023, 11:14 PMByron Hsu
05/24/2023, 11:15 PMMartin Stein
05/24/2023, 11:32 PMByron Hsu
05/24/2023, 11:33 PMMartin Stein
05/24/2023, 11:33 PMByron Hsu
05/25/2023, 2:46 AMKetan (kumare3)
Byron Hsu
05/25/2023, 4:41 AMMartin Stein
05/25/2023, 12:36 PMDavid Espejo (he/him)
05/25/2023, 2:55 PMMartin Stein
05/25/2023, 3:35 PMByron Hsu
05/25/2023, 4:01 PM