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

https://www.mediawiki.org/wiki/Manual:ShowJobs.php

Howto

On server

  1. ssh mardi02
  2. cd portal-compose/
  3. docker compose exec -T wikibase /var/www/html/w/maintenance/run showJobs --group

With portainer

  1. Connect to wikibase container console
  2. /var/www/html/w/maintenance/run showJobs --group

Job Details

To be done: Details about what the different jobs mean