ketan
08/07/2023, 1:50 PMNate
08/07/2023, 5:25 PMwait_for
?
and on 2, can you share where your flow code lives?ketan
08/08/2023, 2:21 AMNate
08/08/2023, 2:23 AMketan
08/08/2023, 2:32 AMNate
08/08/2023, 2:34 AMketan
08/08/2023, 2:35 AMNate
08/08/2023, 2:37 AMketan
08/08/2023, 2:37 AMprefect deploy --name ocrolus_analytics_flow
Nate
08/08/2023, 2:38 AMketan
08/08/2023, 2:41 AMprefect.yaml
file, which serves as the foundation for my deployments.
prefect deploy --name ocrolus_analytics_flow
And then using the above command i deploy the flow.
Once the deployment process is complete, I'm able to execute tasks directly from the user interface (UI).Nate
08/08/2023, 2:42 AMketan
08/08/2023, 2:43 AMprefect worker start --pool 'prod-agent-1'
using this command my worker is running in the backedNate
08/08/2023, 2:55 AMketan
08/08/2023, 2:58 AMwait_for=write_to_s3
, its still not workingNate
08/08/2023, 3:30 AM