Skip to content

Commit

Permalink
fixup! ✨(prefect) add local prefect base configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Sep 19, 2024
1 parent 690a030 commit 7339acb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/prefect/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ prefect server database upgrade -y
prefect server start -b

# Create workers pool (if it does not exist)
prefect work-pool create --type process "${WORKPOOL}" || echo "Worker pool already exists"
echo "Creating work pool ${WORKPOOL}..."
prefect work-pool create --type process "${WORKPOOL}"

# Run nginx
#
Expand Down

0 comments on commit 7339acb

Please sign in to comment.