[20:13:37] 10ORES, 10Machine Learning Platform (Current): Script to restart ORES uwsgi service - https://phabricator.wikimedia.org/T264121 (10Ladsgroup) We don't use fabric in production (and also the ones we use for ores in labs is so old that it doesn't work at all) You can write a cron in puppet though. Here's an exa... [20:16:03] 10ORES, 10Machine Learning Platform (Current): Script to restart ORES uwsgi service - https://phabricator.wikimedia.org/T264121 (10Ladsgroup) The good thing about puppet is that it gets automatically applied to all ores hosts, no extra work needed. The bad part is that we don't want to restart all ores nodes a... [20:37:30] 10ORES, 10Machine Learning Platform (Current): Script to restart ORES uwsgi service - https://phabricator.wikimedia.org/T264121 (10Ladsgroup) What I said about fabric not being supported in production was stupid (it's a client side thing). I'm sorry but the fabfiles we have are fabric1 and they don't work on m... [21:05:02] 10ORES, 10Machine Learning Platform (Current): Script to restart ORES uwsgi service - https://phabricator.wikimedia.org/T264121 (10calbon) I was thinking of sometime more simple: using fabric as a local script (run manually) to ssh into bastion, jumpproxy to an ores box, restart the service. Then I can just lo...