Skip to content

Commit

Permalink
Update Dockerfile.persistenceagent
Browse files Browse the repository at this point in the history
  • Loading branch information
VaniHaripriya authored Nov 25, 2024
1 parent d7e3c6b commit b8c80bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile.persistenceagent
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ ENV LOG_LEVEL info

ENV EXECUTIONTYPE Workflow

CMD persistence_agent --logtostderr=true --namespace=${NAMESPACE} --ttlSecondsAfterWorkflowFinish=${TTL_SECONDS_AFTER_WORKFLOW_FINISH} --numWorker ${NUM_WORKERS} --executionType ${EXECUTIONTYPE} --logLevel=${LOG_LEVEL}
CMD persistence_agent --logtostderr=true --namespace=${NAMESPACE} --ttlSecondsAfterWorkflowFinish=${TTL_SECONDS_AFTER_WORKFLOW_FINISH} --numWorker ${NUM_WORKERS} --executionType ${EXECUTIONTYPE} --logLevel=${LOG_LEVEL}

0 comments on commit b8c80bf

Please sign in to comment.