You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vitality | string minLength: 1 maxLength: 99999 pattern: .* default: null example: 90,100,94,12
The vitality of the software repository, indicating health, activity, or metrics relevant to its condition. This is a opaque string, and users of the API can choose their own format. The Italian catalog, for example, uses comma-separated values for daily vitality scores (0-100) (see https://github.com/italia/publiccode-crawler/blob/main/vitality-ranges.yml).
As of now there are two crawlers cronjobs running:
❯ kubectl get cronjobsNAME SCHEDULE SUSPEND ACTIVE LAST SCHEDULE AGEpubliccode-crawler 0 0 * * * False 0 16h 545dpubliccode-crawler-with-api 0 0 * * * False 0 16h 66d
The first one is the legacy branch, which can be decommissioned, but has storage because it clones the repo to calculate the vitality.
We should use the new crawler (the second one), with the first one's storage configuration.
Re-enable software vitality which was removed by #1484.
The API supports vitality in software resources, via the opaque
vitality
field:As of now there are two crawlers cronjobs running:
The first one is the legacy branch, which can be decommissioned, but has storage because it clones the repo to calculate the vitality.
We should use the new crawler (the second one), with the first one's storage configuration.
So the steps are:
publiccode-crawler-with-api
publiccode-crawler
The text was updated successfully, but these errors were encountered: