[11:26:51] Hi everyone. Wanted to ask: Why is PAWS asking for CAPTCHA suddenly? It says "Please view CAPTCHA in your browser, then type answer here:" when I call page.save() but there's no CAPTCHA I can see. Thanks in advance. [11:29:10] Uploaded file: https://uploads.kiwiirc.com/files/f3e20957efcec4cddb25ad15cb190bb9/image.png [11:51:46] Rishabhbhat: that's controlled by mediawiki, not paws, so unfortunately I don't have any better answers than "you're doing something that mediawiki wants you to do a captcha" [11:51:58] may be adding external links, editing fast, or something like that [11:52:54] But isn't a bot's purpose to edit fast? [11:53:02] And I [11:53:35] And I've used the bot before, made +2000 edits with it. Can't understand why it starts now. [11:54:32] Well, I am adding external links now. Perhaps that is it. Thanks! [11:55:48] Rishabhbhat, does your bot have a bot flag? [11:56:35] Ah, no, not in the wiki I edited. I feel like a fool now. Sorry for wasting your time. [11:57:27] (I had obtained it for another wiki, completely forgot I don't have it in the wiki I am now attempting to run on) [13:07:39] !log quarry Updated to Debian Buster/python 3.7 T288528 [13:07:46] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Quarry/SAL [13:07:46] T288528: quarry to python 3.7 - https://phabricator.wikimedia.org/T288528 [13:24:03] Quarry is on python3 now? Yay! [18:26:36] !log quarry started instance quarry-dbbackup-01 T289568 [18:26:40] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Quarry/SAL [18:26:40] T289568: [quarry] Move quarry database to Trove, update backup system - https://phabricator.wikimedia.org/T289568 [21:56:13] !log quarry switched /srv/quarry to branch 'master' on quarry-worker-03, quarry-worker-04, quarry-web-02 [21:56:15] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Quarry/SAL [23:53:13] Is it possible to submit single jobs to Kubernetes? Wiki documentation only gives cronjobs and continuous jobs. And when I try the example from kubernetes.io, I get an error. [23:53:13] tools.magog@tools-sgebastion-07:~$ kubectl apply --validate=true -f category-files-job.yaml [23:53:13] job.batch/category-files-job created [23:53:13] tools.magog@tools-sgebastion-07:~$ kubectl create job --from=job.batch/category-files-job foo [23:53:13] error: from must be an existing cronjob: no kind "Job" is registered for version "batch/v1beta1" in scheme "k8s.io/kubectl/pkg/scheme/scheme.go:2 [23:54:48] tools.magog@tools-sgebastion-07:~$ cat category-files-job.yaml [23:54:48] apiVersion: batch/v1 [23:54:48] kind: Job [23:54:48] metadata: [23:54:48] name: category-files-job [23:54:49] labels: [23:54:51] toolforge: tool [23:54:53] spec: [23:54:55] template: [23:54:57] spec: [23:54:59] containers: [23:55:01] - name: pi [23:55:03] image: docker-registry.tools.wmflabs.org/toolforge-php74-sssd-base:latest [23:55:05] command: ["php7.4", "/data/project/magog/category-files.php", "20210511000000", "--DEBUGSTDOUT"] [23:55:10] restartPolicy: Never [23:55:27] Magog_the_Ogre: pastebin please :) [23:56:33] Magog_the_Ogre: I think https://phabricator.wikimedia.org/T285944 does what you want [23:57:14] https://pastebin.com/qfBMHL16 [23:58:48] quite plausibly... I used to use jsub