Hi guys. I need help with two things:
1 - I need build online penny auction system (500 online users). I like Railway and want use because it is nice and i don't care about infra details. What is the best way to organize the infra in Railway for my django app for these 500 online users. Users can make bids on each second in my penny auction system. Is best have a mysql locally in railway and system in railway too or use supabase as database and app in railway?
2 - If i need more than one server, how sessions will work in django app in railway for multiple servers?
3 - There is a way to schedule database backup to AWS S3? How it works?