Page MenuHomePhabricator

Post-creation work for anpwiki
Closed, ResolvedPublic

Description

Event Timeline

Change 898924 had a related patch set uploaded (by Gerrit maintenance bot; author: Gerrit maintenance bot):

[mediawiki/services/cxserver@master] Add anp to languages

https://gerrit.wikimedia.org/r/898924

Change 898924 merged by jenkins-bot:

[mediawiki/services/cxserver@master] Add anp to languages

https://gerrit.wikimedia.org/r/898924

Change 900960 had a related patch set uploaded (by KartikMistry; author: KartikMistry):

[operations/deployment-charts@master] Update cxserver to 2023-03-17-133444-production

https://gerrit.wikimedia.org/r/900960

Change 901729 had a related patch set uploaded (by Zabe; author: Zabe):

[analytics/refinery@master] Add anp.wikipedia to pageview allowlist

https://gerrit.wikimedia.org/r/901729

Change 901729 merged by Joal:

[analytics/refinery@master] Add anp.wikipedia to pageview allowlist

https://gerrit.wikimedia.org/r/901729

Change 900960 merged by jenkins-bot:

[operations/deployment-charts@master] Update cxserver to 2023-03-17-133444-production

https://gerrit.wikimedia.org/r/900960

Mentioned in SAL (#wikimedia-operations) [2023-03-27T05:40:49Z] <kart_> Updated cxserver to 2023-03-17-133444-production (T332379 + build changes)

Change 903800 had a related patch set uploaded (by Zabe; author: Zabe):

[mediawiki/services/restbase/deploy@master] Add new wikis to RESTBase

https://gerrit.wikimedia.org/r/903800

Change 903800 merged by Hnowlan:

[mediawiki/services/restbase/deploy@master] Add new wikis to RESTBase

https://gerrit.wikimedia.org/r/903800

Mentioned in SAL (#wikimedia-operations) [2023-03-29T10:02:22Z] <hnowlan@deploy2002> Started deploy [restbase/deploy@c265f3f]: Add ckbwiktionary, anpwiki T332093 T332379

Mentioned in SAL (#wikimedia-operations) [2023-03-29T10:21:52Z] <hnowlan@deploy2002> Finished deploy [restbase/deploy@c265f3f]: Add ckbwiktionary, anpwiki T332093 T332379 (duration: 19m 30s)

I did not get my own subtask to add new wikis to wikistats as usual in the past.

I _think_ it's a bug. But @Ladsgroup maybe it's easier to just add that as a checkbox in the "post creation" work tickets instead of getting the tasks to work again? Or can we just enable the task creation again? Cheers and thanks

MariaDB [wikistats]> insert into wikipedias (prefix, lang, loclang, method) values ("anp", "Angika", "&#2309;&#2306;&#2327;&#2367;&#2325;&#2366;", 8);

..

/usr/lib/wikistats/update.php wp prefix anp
sent query: 'select * from wikipedias where prefix="anp"'.
A(1/340) - anp.wikipedia.org - calling API: https://anp.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=statistics&format=php&maxlag=5
-> http answer: 200 -> parsing answer: 0
getting version for https://anp.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=statistics&format=php&maxlag=5---> OK - total: 3421 good: 1291 edits: 16227 users: 242 active users: 14 admins: 2 images: 0
---> update wikipedias set total="3421",good="1291",edits="16227",users="242",activeusers="14",admins="2",images="0",http="200",si_generator="MediaWiki 1.41.0-wmf.1",ts=NOW() where id="356";

It was the issue that broke the script halfway through creating tickets. I fixed that. so it should be fine for the next ones.