David DeStefano
02/20/2025, 10:45 PMNate
02/20/2025, 10:51 PMDavid DeStefano
02/20/2025, 10:57 PMNate
02/21/2025, 1:42 AMimage
or namespace or cpu/mem requests decided at flow run creation time (e.g. run_deployment
accepts job_variables
like image
that you might want in your scoring pipeline) so 1 worker can usually handle submission of all your runs in that "cluster" (whichever container orchestrator you're using)
• if you don't want/need dynamic dispatch of infra for something, i like .serve in a container or just on a machine somewhere (no work pool / worker required)
here's a template repo: https://github.com/zzstoatzz/prefect-packDavid DeStefano
02/21/2025, 1:17 PM