How long does a deployment run for?
# help
a
Not sure if I missed something in the documentation but I have recently deployed a project however after a period of time the services status shows as stopped. When I try to make requests to the URL it says that it cannot connect but then after checking the status again, the deployment status changes to ready. I'm guessing there is some time limit where if a service isn't active the deployment will be stopped. If so, how long would this time period be? Thanks in advance 🙂
g
The default timeout is 30 min. Check the "Idle Projects" section in the docs.
r
Also had this problem, I see there's a way to increase/disable the timeout via
cargo shuttle project start --idle-minutes 40
but will this always be the case? I don't want to move traffic to shuttle only for the devs to force the timeout to be re-applied...
g
Shuttle is in alpha, so it is fully possible that this changes when the official pricing model is introduced
r
Thanks for the prompt reply! 1. is there likely to be a free tier? 2. Is the pricing model more likely to be released in the next year or in the next 5 years?
(really love the product by the way!)
g
1. Yes 2. From what it sounds like, in the next year. There was a small dicussion about this in general yesterday https://discord.com/channels/803236282088161321/953005742842069013/1111663247230255246
r
Okay thanks!