harshjv
harshjv
Explore posts from servers
CDCloudflare Developers
Created by harshjv on 6/9/2024 in #pages-help
500 Internal Server Error for random js files
Deployment ID: 9e4ea0f3-58ef-4827-87e7-1a7f4b5b3f72
18 replies
CDCloudflare Developers
Created by harshjv on 1/11/2024 in #pages-help
Custom domain loads 3x slower than pages.dev subdomain
No description
3 replies
RRailway
Created by harshjv on 9/9/2023 in #✋|help
Incorrect hostname with private networking
I've set mongo-2.railway.internal (or mongo-2) as the endpoint name for private networking on the UI, however, upon running hostname returns railway Service ID: 46c01986-5e99-4fd6-a662-f79de7b4dd67 Deployment ID: 1732be1e-b0c3-443f-a7cc-de8808e6cf43
6 replies
RRailway
Created by harshjv on 9/9/2023 in #✋|help
mongo on railway
I am trying to get mongo v7 up and running on railway. When using default options, I am getting following warnings. Warnings
2023-09-09T11:31:19.114+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-09-09T11:31:20.123+00:00: Access control is not enabled for the database. Read and write access to data and configuration is unrestricted
2023-09-09T11:31:20.123+00:00: You are running this process as the root user, which is not recommended
2023-09-09T11:31:20.126+00:00: You are running on a NUMA machine. We suggest launching mongod like this to avoid performance problems: numactl --interleave=all mongod [other options]
2023-09-09T11:31:20.127+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never'
2023-09-09T11:31:20.127+00:00: vm.max_map_count is too low
2023-09-09T11:31:19.114+00:00: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem
2023-09-09T11:31:20.123+00:00: Access control is not enabled for the database. Read and write access to data and configuration is unrestricted
2023-09-09T11:31:20.123+00:00: You are running this process as the root user, which is not recommended
2023-09-09T11:31:20.126+00:00: You are running on a NUMA machine. We suggest launching mongod like this to avoid performance problems: numactl --interleave=all mongod [other options]
2023-09-09T11:31:20.127+00:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never'
2023-09-09T11:31:20.127+00:00: vm.max_map_count is too low
I tried numactl --interleave=all mongod ...options but it is failing.
set_mempolicy: Operation not permitted
setting interleave mask: Operation not permitted
set_mempolicy: Operation not permitted
setting interleave mask: Operation not permitted
Can anyone help? Service ID: c0c762ed-959d-40b6-b895-4768ccbde062 Deployment ID: 7d3c3eaa-ff87-4219-8ac0-1a9f006828a6
2 replies
RRailway
Created by harshjv on 9/28/2022 in #✋|help
Builds are failing with unexpected EOF error
Builds seem to be inconsistent. I've deployed same code to 8 services in a project with different env vars. Some were successful, some failed.
4 replies
RRailway
Created by harshjv on 9/27/2022 in #✋|help
Railway is rejecting-blocking http 1.0 requests and returning 426
Is there any way to disable this behavior. Thanks!
1 replies
RRailway
Created by harshjv on 9/27/2022 in #✋|help
Need Mongo replica set to work with sessions
I am evaluating Railway for our product and found out that URI railway shares isn't for a replica set. Our application uses mongodb sessions and it can only be used with a mongodb replica set. Is there any way we can get it working with Railway? Thanks!
6 replies