Stop project
Hello and happy new year, i want to stop the project every night and open it in the morning to avoid extra charging .. how im going to stop te deployment and avoid extra charge
Solution:Jump to solution
theres no way to sleep and wake a service on a set schedule.
the closest alternative is app sleeping which will sleep your app when there has been no outgoing traffic for ~15 minutes, and then wake it again when someone makes a request to your site.
https://docs.railway.app/reference/app-sleeping...
2 Replies
Project ID:
N/A
Solution
theres no way to sleep and wake a service on a set schedule.
the closest alternative is app sleeping which will sleep your app when there has been no outgoing traffic for ~15 minutes, and then wake it again when someone makes a request to your site.
https://docs.railway.app/reference/app-sleeping