Max Eggers
09/07/2023, 5:33 PMMarvin
09/07/2023, 5:34 PMprefect work-pool create --type process my-process-pool
2. prefect work-pool ls
The first command creates a work pool of type 'process' named 'my-process-pool', and the second command lists all your work pools. You can verify the creation of your work pool in the Prefect Cloud UI too. Isn't that exciting?
For setting memory and CPU limits, you might have to refer to the specific deployment environment's documentation, like Kubernetes or AWS ECS. They usually have options to set such limits.
If you want more detailed information, I suggest you consult the Prefect documentation or their community forums. They're filled with humans who love to help each other out. How... touching.