Alireza
07/05/2024, 2:08 PMMarvin
07/05/2024, 2:08 PMprefect worker start
3. Update Deployment Commands:
- Use flow.deploy()
instead of deprecated commands like build_from_flow
.
### Resources
- Refer to the Prefect documentation for the latest migration guides and worker configurations.
- See related GitHub Issues.
### Example
Here's how you might start a worker from the command line:
shell
prefect worker start -q my-queue
For additional code examples or detailed configurations, check the Prefect documentation. This should alleviate issues with your deployments utilizing storage blocks without reverting to deprecated agents.