Peter
09/04/2023, 10:31 AMLior Barak
09/04/2023, 2:58 PM{
"state": {
"type": "SCHEDULED",
"name": "deployment-name",
"message": "Run started",
},
"parameters": {
"some_parametaer": "bla_bla"
},
"tags": [
],
}
api/deployments/{FLOW_ID}/create_flow_run
Peter
09/04/2023, 3:01 PMLior Barak
09/04/2023, 3:07 PMPeter
09/04/2023, 3:12 PMLior Barak
09/04/2023, 3:17 PMPeter
09/04/2023, 3:38 PMNate
09/05/2023, 1:55 AMconfigure your work pool and work queueyou select a work pool (optionally a work queue as well) at deployment creation time, which is basically selecting the type of infra (Process, Docker, k8s) you want your flow runs to execute on - the default infra is Process, which would be created by a process worker if you ran
prefect worker start -p my_new_process_pool
Peter
09/05/2023, 11:27 AM