104 lab: - Create a deployment with _.deploy()_ t...
# pacc-oct-16-17-2024
j
104 lab: • Create a deployment with .deploy() that uses a Process work pool to run any flow you created • Create a Process work pool from the UI • Create a deployment that references flow code stored in your own GitHub repository • Use your earlier fetch weather flow if you like • ️Push your code to your GitHub repo manually • Start a worker to pick up scheduled flow runs • Run it! 🚀Stretch 1: Pause and resume the work pool from the UI. Stretch 2: Experiment with adjusting fields in a work pool base job template. Stretch 3: If you have Docker installed: Create a deployment where you bake your flow code into a Docker image with .deploy(). • Don’t push the image to a repository (or log in + push to DockerHub). Don’t forget to: • Start Docker on your machine • Create a Docker work pool