| daniel added a comment. |
It's never called during a web request. It's called when the client wiki is processing repo notifications. This is triggered by calling maintenance/runJobs.php on the client wiki (from the command line). But that will only have an effect after changes have been posted to the client's job queue by calling extension/Wikibase/repo/maintenance/dispatchChanges.php on the repo wiki. dispatchChanges tracks progress in the changes_dispatch db table, so what I typically do during testing is: truncate changes_dispatch, run dispatchChanges.php, then run runJobs.php in the debugger.
References:
- The documentation for change dispatching isn't merged yet, see https://gerrit.wikimedia.org/r/#/c/331310/ (merge it?!)
- https://www.mediawiki.org/wiki/Job_queue
- https://www.mediawiki.org/wiki/Manual:RunJobs.php
TASK DETAIL
EMAIL PREFERENCES
To: daniel
Cc: Aleksey_WMDE, Aklapper, daniel, D3r1ck01, Izno, Wikidata-bugs, aude, Ricordisamoa, Darkdadaah, Mbch331
Cc: Aleksey_WMDE, Aklapper, daniel, D3r1ck01, Izno, Wikidata-bugs, aude, Ricordisamoa, Darkdadaah, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
