Erin
10/26/2023, 6:24 PMalex
10/26/2023, 6:26 PMErin
10/26/2023, 6:43 PMalex
10/26/2023, 6:49 PM.serve() is a great way to schedule a Python script and make it triggerable. If you’re using .serve(), you can set the environment variables on the instance running your serve script. If you bake your serve script and any accompanying code into a Docker image, that can make it easy to set environment variables in a declarative and portable way.Erin
10/26/2023, 6:54 PMalex
10/26/2023, 6:58 PMErin
10/26/2023, 7:04 PMalex
10/26/2023, 7:21 PMErin
10/27/2023, 3:17 PM