Skip to content

409 Conflict on workflow deploy restart #439

Answered by masci
hristogg asked this question in Q&A
Discussion options

You must be logged in to vote

@hristogg have you considered using the apiserver, or even deploy the llama_deploy official Docker image directly to Cloud Run?

Example:

Step 1: run the LlamaDeploy container, mounting the folder containing your workflow:
docker run -p 4501:4501 -v ./my-app:/opt/my-app -w /opt/my-app llamaindex/llama-deploy:main

At this point the control plane and the message queue are up and running inside the docker container

Step 2: define your deployment in a deployment.yml file, something like

name: MyWorkflowDeployment

default-service: my_workflow

services:
  my_workflow:
    name: My Workflow
    # We tell LlamaDeploy where to look for our workflow
    source:
      # In this case, we instruct Ll…

Replies: 1 comment 13 replies

Comment options

You must be logged in to vote
13 replies
@hristogg
Comment options

@masci
Comment options

@hristogg
Comment options

@hristogg
Comment options

@masci
Comment options

Answer selected by hristogg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants