Project:Jobqueue
From MaRDI portal
Kafka Queue
Use the following command to check the list of jobs in the Kafka job queue running in the Kubernetes cluster:
kubectl exec -it kafka-0 -n production -- \
/opt/kafka/bin/kafka-consumer-groups.sh \
--bootstrap-server localhost:9092 \
--describe \
--group cpjobqueue-job_execute
Links
https://www.mediawiki.org/wiki/Manual:ShowJobs.php
Howto
On server
- ssh mardi02
- cd portal-compose/
- docker compose exec -T wikibase /var/www/html/w/maintenance/run showJobs --group
With portainer
- Connect to wikibase container console
- /var/www/html/w/maintenance/run showJobs --group
Job Details
To be done: Details about what the different jobs mean