Page MenuHomeSoftware Heritage

Deploy the new counters in staging
Closed, MigratedEdits Locked

Description

Everything should be ready to configure the full pipeline in staging.

Event Timeline

vsellier changed the task status from Open to Work in Progress.Apr 7 2021, 5:14 PM
vsellier triaged this task as Normal priority.
vsellier created this task.

The pipeline is deployed in staging.
It's working but it seems the graphs need some initial values in staging to make the rendering correctly:

The next step will be to upgrade the webapp to use swh-counters to get the unitary numbers (and hide the authors we can't actually compute from the journal)

I finally found why the graphs looks weird : https://forge.softwareheritage.org/source/swh-web/browse/master/swh/web/misc/urls.py$31
With a dirty patch on the server, it's way better:

This missing values can be added on the static file containing the non live values, so there will be no production data on each environments.

This task can be considered as done as there nothing more to do on the deployment subject.