Skip to content

Instantly share code, notes, and snippets.

@charleigh-prefect
Last active August 25, 2022 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charleigh-prefect/be9fd05b67004e33eddb068f9c4a4506 to your computer and use it in GitHub Desktop.
Save charleigh-prefect/be9fd05b67004e33eddb068f9c4a4506 to your computer and use it in GitHub Desktop.
Shell script to start a Prefect agent
# start an agent and work queue to run "duck"-tagged deployments
prefect agent start -q duck
@anna-geller
Copy link

@charleigh-prefect can you change that to:

# start an agent and work queue to run "duck" deployments
prefect agent start -q duck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment