Fugi
Is there a concurrent connection limit for Railway services?
I don't have a strict timeline, whenever it's fixed I'll move over. Ideally within the next week? If you expect it to be a lengthy fix, I've also been considering hosting the websocket server elsewhere temporarily and moving the non-websocket parts over.
48 replies
Is there a concurrent connection limit for Railway services?
More logging, metrics and HTTP3 is very exciting! As for what library, I'm trying to host Soketi which is a pre-made OSS pusher clone. Internally I believe it uses node + uWS (https://github.com/uNetworking/uWebSockets).
48 replies
Is there a concurrent connection limit for Railway services?
Hey Angelo! I currently run a site (https://reactive.fugi.tech/) that I'm looking to move to Railway. It has 600k users, with 20k+ active at any given time. Users are able to upload images and set configuration settings, then embed a browser source in OBS to render those images based on who is in a Discord call with them.
Every browser source opens a websocket connection, and whenever the config/image changes I send a websocket message telling them to pull the new settings. So there's very high concurrent connections (20k+) but very low traffic over the connections.
48 replies
Is there a concurrent connection limit for Railway services?
As far as I can tell n8n is a self-hosted zapier, not a self-hosted pusher, so it doesn't match my needs. I have not used it. Regardless the choice of service doesn't matter if users can't connect to it.
48 replies
Is there a concurrent connection limit for Railway services?
I'm on hobby right now. I'd be willing to purchase pro but I'm a little concerned that the connection limit doesn't seem to be documented, and doesn't seem to increase with replica count
48 replies
CDCloudflare Developers
•Created by Fugi on 2/2/2023 in #r2
Heya I m trying to use pre signed POSTs
Ah thank you! That's unfortunate since presigned PUTs don't allow restricting upload sizes or types. Hopefully that can come in the future. For now it'd be nice if the documentation called that out, I didn't see any warnings on either the S3 compatability page nor the Presigned URLs page
6 replies
CDCloudflare Developers
•Created by Fugi on 2/2/2023 in #r2
Heya I m trying to use pre signed POSTs
6 replies
CDCloudflare Developers
•Created by Fugi on 2/2/2023 in #r2
Heya I m trying to use pre signed POSTs
CURL session for the request (slightly redacted)
6 replies