You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to connect to my meteor application hosted on galaxy with a node server that is hosted on digital ocean Unbuntu 14.04. When I run my node server locally, it connects to the meteor server fine and runs the job. However, when i deploy the node server to DO and run it, standalone using node or with pm2, the connection times out. Is there any reason it would work fine on my local machine but not once it is deployed to DO?
Thanks!
The text was updated successfully, but these errors were encountered:
We managed to connect via DDP w/ SSL enabled. The connection is fine and the jobs that we schedule run but after about 15-20 minutes, the connection drops and we see an error:
jobs-0 (err): JobQueue: Received error from getWork(): [Error: DDPClient: Disconnected from DDP server]
`
Are there other methods to keep a DPP connection open/sustained?
Hi,
I am trying to connect to my meteor application hosted on galaxy with a node server that is hosted on digital ocean Unbuntu 14.04. When I run my node server locally, it connects to the meteor server fine and runs the job. However, when i deploy the node server to DO and run it, standalone using node or with pm2, the connection times out. Is there any reason it would work fine on my local machine but not once it is deployed to DO?
Thanks!
The text was updated successfully, but these errors were encountered: