Page MenuHomePhabricator

CopyPatrol is down - March 14, 2024
Closed, ResolvedPublic

Description

Hello, there has not been a new report filed at the CopyPatrol system since 09:26 today (8 hours ago). Any help appreciated. Thank you!

Event Timeline

Mentioned in SAL (#wikimedia-cloud) [2024-03-14T17:40:08Z] <wmbot~jjmc89@tools-sgebastion-11> restart plagiabot jobs T360135

JJMC89 claimed this task.

The job got stuck for some reason.

What we used on the Grid Engine to work around this isn't available on k8s. T306391: [jobs-api] Allow Toolforge scheduled jobs to have a maximum runtime

I've updated the enwiki.sh script to the following, which hopefully will force an auto-restart every 4 hours, just like we had on the grid:

#!/bin/bash
unset PYTHONPATH

while true
do
timeout 4h pyvenv2/bin/python ./gitPlagiabot/plagiabot/plagiabot.py -lang:en -blacklist:User:EranBot/Copyright/Blacklist -live:on -reportlogger -pagetriagetag
sleep 30
done

This is what I use for my bot as a workaround for T306391.