Deploying Plausible to Serverless Containers #1704
marekbrze
started this conversation in
Anything Else
Replies: 2 comments 2 replies
-
I don't recommend running on serverless. Our main app is stateful which means it's not going to work well when it's being spun up and down all the time. The session tracking is not going to work properly. We are planning to make our services stateless to ease this pain but for now this is a constraint we live with |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey @ukutaht, any update on serverless support ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I really like Scaleway platform - I use it for the serverless functions for my static website. Right now I want to implement Plausible analytics and I am thinking about self-hosting option.
Scaleway has a serverless containers service with cold-start containters that can scale if needed. In many other use-cases it's not a problem, but I wonder what about analytics platform like Plausible.
Should Plausible container be always running? What about scaling when there is a high traffic on my websites and there can be more requests to the Plausible platform?
Do you have any experience with Serverless container platforms like Scaleway?
Beta Was this translation helpful? Give feedback.
All reactions