agent: |
zEsl0ddde1ukNxwPig2LStart the application
Start the application
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
inputs
outputs
op = _exei(instance_id, "cd /home/ubuntu/dagknows_src/app_docker_compose_build_deploy")
cmd = f'make runstaging'
op = _exei(instance_id, cmd)
time.sleep(30)
msg = "Restarting the application"
msg_type = "INFO"
print(msg)
task_title = context.task_title
context.job_context[task_title] = {"msg" : msg, "msg_type" : msg_type}
copied