Running on GCP Cloud Run or Scaleway Serverless Containers #1572
Unanswered
theobouwman
asked this question in
Q&A
Replies: 1 comment
-
Hi! I think, your question is strongly related to #1181 and #1582 Issues |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
we are planning to deploy faststream workers on GCP Cloud Run or Scaleway Serverless Containers. We want to do this because continuous deployments are easy to setup and our current infrastructure is already setup on these services.
The only recommendation for GCP Cloud Run and Scaleway Serverless Containers is that the container exposes a HTTP port. We start faststream with
CMD faststream run worker.app:app
in the container and it does not expose any http port which we can use to check if the service is running.So how could we solve this issue? I assume others have solved this already? Thanks
Beta Was this translation helpful? Give feedback.
All reactions