hi there, At work we are deploying an internal weblate for our customers and projects. This instance is deployed on a kubernetes cluster where I am having trouble of managing the DATA_DIR volume and the maintenance cron jobs.
The problem is that Google's persistent disks only allow a single writer. I will not be able to launch more than a pod but I can live with that. The big consequence is that I cannot create another django instance for the crons. To remedy this I have been thinking to add an REST endpoint to launch the different commands (something like `/api/maintenance/cleanuptrans` and so on). 1. How do you manage the DATA_DIR for the hosted version? 2. How do people deploy multiple weblate instances and share the DATA_DIR? 3. Is there any workaround for my situation? 4. Does adding a REST endpoint sound like a good idea? 5. If I develop the endpoints, would you add it to the weblate repo? thank you for your time, Pau Ruŀlan
_______________________________________________ Weblate mailing list [email protected] https://lists.cihar.com/cgi-bin/mailman/listinfo/weblate
