I am running version 2.7.6, self-hosted. Right now...
# ask-community
a
I am running version 2.7.6, self-hosted. Right now I run two commands in tmux sessions to get everything going:
prefect orion start
and then:
prefect agent start  -q WORK_QUEUE_NAME
to start my various work queues Do I need to configure one or more work pools, or can I just continue running these commands the same way (changing orion to server of course)?