Skip to content

scheduler: Add the remaining 2 services update-metrics & journal-client

Antoine R. Dumont requested to merge staging-add-scheduler-update-metrics into staging

2 commits: 1 service per commit:

  1. Pod swh-scheduler-update-metrics (elastic infra)

This will maintain the scheduler_metrics table up-to-date.

This aims to replace the following timer/service running in the static scheduler node: swh-scheduler-update-metrics.timer -triggers-> swh-scheduler-update-metrics.service

  1. Pod swh-scheduler-journal-client (elastic infra)

This will maintain the origin_visit_stats table up-to-date.

This aims to replace the swh-scheduler-journal-client.service running in the static scheduler node (per environment).


Tested in minikube and working as expected (as usual the actual service crashes because in minikube we don't have the backends but still).

Refs. swh/infra/sysadm-environment#5035 (closed)

Edited by Antoine R. Dumont

Merge request reports