Extend timeout when running railway logs in cli
When running my connection will only stay open for a couple of minutes before disconnecting. Is it possible to extend this connection for a longer period of time, say 20 minutes?
it's soothing to have the logs running in the background (sometimes)
Solution:Jump to solution
Railway's API doesn't't allow you to keep long websocket connects open, it's not a limitation of the cli.
simply run
railway logs
in a while loop...5 Replies
Project ID:
b70c2b91-7e72-49ce-a124-ecb0f1d43ff9
b70c2b91-7e72-49ce-a124-ecb0f1d43ff9
Solution
Railway's API doesn't't allow you to keep long websocket connects open, it's not a limitation of the cli.
simply run
railway logs
in a while loopi really love where your heads at
thank you sir
modern problems require modern solutions