[16:52:49] Hey folks, mail.tools.wmflabs.org is ratelimiting mail for tools.libraryupgrader@tools.wmflabs.org from the mx's causing a deep deferred queue and alerting. Anyone know more about the libraryupgrader tool or can raise the ratelimit? [17:01:06] legoktm: ^ for the libup tool [17:03:09] cwhite: I'm afk right now, feel free to blackhole the mail if necessary. It's just Gerrit notifications [17:03:17] cwhite: that email address just aliases to legokt.m's address, so I fear if we raise the ratelimit on the toolforge side that's just going to move the problem to the toolforge->gmail side [17:03:43] although why is that using a toolforge address at all? I though libup was hosted on its own cloud vps project [17:03:59] Because VPS didn't provide mail forwarding at the time [17:04:09] And I didn't want to set up my own [17:05:51] Sounds good, thanks! I'll see what can be done if the mails aren't very useful. [17:15:55] I was able to drop mail to that address and bring the defferred mail queue below the paging threshold. Thanks again, and have a good weekend! [18:36:19] !log paws deployed kubernetes component https://gitlab.wikimedia.org/repos/cloud/toolforge/kubernetes-metrics (2c485e9) - cookbook ran by taavi@runko [18:36:21] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Paws/SAL [18:53:46] !log tools deployed kubernetes component https://gitlab.wikimedia.org/repos/cloud/toolforge/kubernetes-metrics (2c485e9) - cookbook ran by taavi@runko [18:53:48] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools/SAL [19:36:54] Can someone help me out with virtualenv and python imports? I've got my virtual enviornment all setup, but whenever I run the task, I get an import error for a module that is already installed [20:03:54] How do I get a interactive shell to run virtualenv & pip stuff for a toolforge-jobs container? https://wikitech.wikimedia.org/wiki/News/Toolforge_Stretch_deprecation#Example_2:_Upgrading_a_uWSGI_webservice_into_a_Kubernetes_container explains how to get one for the webservice container, but I can't find anything on https://wikitech.wikimedia.org/wiki/Help:Toolforge/Jobs_framework [20:04:50] it's the same containers, just use webservice shell [20:06:11] though adding similar functionality to toolforge-jobs to reduce confusion wouldn't be a bad idea [20:07:39] It's also completely unclear from the docs -- https://wikitech.wikimedia.org/wiki/News/Toolforge_Stretch_deprecation#Timeline notes ":# is one of: php7.2, php5.6, python, python2, nodejs, golang, jdk8, ruby2, tcl" as types while the list in https://wikitech.wikimedia.org/wiki/Help:Toolforge/Jobs_framework#Creating_scheduled_jobs_(cron_jobs) is completely different. But then [20:07:39] https://wikitech.wikimedia.org/wiki/Help:Toolforge/Kubernetes#Available_container_types does list the same set for webservice use. So, err. [20:08:55] ah, apparently the official suggestion is to write a bootstrap script, https://wikitech.wikimedia.org/wiki/Help:Toolforge/Python#Kubernetes_python_jobs [21:21:30] AmandaNP: feel free to poke me if you haven't sorted it yet [21:22:10] JJMC89: thanks, it was a stupid mistake that AntiComposite helped me out with, but will keep in mind for the future