Skip to content

Commit

Permalink
feat: add healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-fully-ported committed Dec 1, 2023
1 parent 8e1bf99 commit fd1f403
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions porter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
apps:
my-app-web:
run: "flask --app web run --host 0.0.0.0 --port $PORT"
healthCheck:
enabled: true
httpPath: /status

my-app-wkr:
run: "python worker.py"

0 comments on commit fd1f403

Please sign in to comment.