Page MenuHomeSoftware Heritage
Paste P1231

lister example
ActivePublic

Authored by ardumont on Dec 3 2021, 1:38 PM.
13:38:27 softwareheritage-scheduler@belvedere:5432=> select * from task where type = 'list-gitlab-incremental';
+-----------+-------------------------+--------------------------------------------------------------------------------------------------+-------------------------------+------------------+------------------------+-----------+--------------+----------+
| id | type | arguments | next_run | current_interval | status | policy | retries_left | priority |
+-----------+-------------------------+--------------------------------------------------------------------------------------------------+-------------------------------+------------------+------------------------+-----------+--------------+----------+
| 399914374 | list-gitlab-incremental | {"args": [], "kwargs": {"url": "https://foss.heptapod.net/api/v4/", "name": "heptapod"}} | 2021-12-04 08:56:02.284533+00 | 1 day | next_run_not_scheduled | recurring | 3 | (null) |
| 399967606 | list-gitlab-incremental | {"args": [], "kwargs": {"url": "https://forge.extranet.logilab.fr/api/v4/", "name": "heptapod"}} | 2021-12-04 08:23:50.463315+00 | 1 day | next_run_not_scheduled | recurring | 3 | (null) |
| 399966069 | list-gitlab-incremental | {"args": [], "kwargs": {"url": "https://heptapod.host/api/v4/", "name": "heptapod"}} | 2021-12-04 07:45:24.426498+00 | 1 day | next_run_not_scheduled | recurring | 3 | (null) |
| 102365644 | list-gitlab-incremental | {"args": [], "kwargs": {"url": "https://gitlab.inria.fr/api/v4", "instance": "gitlab.inria.fr"}} | 2021-12-03 17:05:56.154268+00 | 1 day | next_run_not_scheduled | recurring | 3 | (null) |
| 104296278 | list-gitlab-incremental | {"args": [], "kwargs": {"url": "https://0xacab.org/api/v4", "instance": "0xacab.org"}} | 2021-12-03 16:51:44.006164+00 | 1 day | next_run_not_scheduled | recurring | 3 | (null) |
| 104296277 | list-gitlab-incremental | {"args": [], "kwargs": {"url": "https://framagit.org/api/v4", "instance": "framagit.org"}} | 2021-12-03 16:51:42.829129+00 | 1 day | next_run_not_scheduled | recurring | 3 | (null) |
| 377656882 | list-gitlab-incremental | {"args": [], "kwargs": {"url": "https://gitlab.lip6.fr/api/v4/", "instance": "gitlab.lip6.fr"}} | 2021-12-03 16:40:44.970077+00 | 1 day | next_run_not_scheduled | recurring | 3 | (null) |
| 97814133 | list-gitlab-incremental | {"args": [], "kwargs": {"url": "https://gitlab.com/api/v4", "instance": "gitlab.com"}} | 2021-12-03 15:42:22.149769+00 | 1 day | next_run_not_scheduled | recurring | 3 | (null) |
+-----------+-------------------------+--------------------------------------------------------------------------------------------------+-------------------------------+------------------+------------------------+-----------+--------------+----------+
(8 rows)
Time: 37.708 ms

Event Timeline

for debian like lister:

13:41:08 softwareheritage-scheduler@belvedere:5432=> select * from task where type = 'list-debian-distribution';
+-----------+--------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------+------------------+------------------------+-----------+--------------+----------+
|    id     |           type           |                                                                                                                                                                                                                arguments                                                                                                                                                                                                                 |           next_run            | current_interval |         status         |  policy   | retries_left | priority |
+-----------+--------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------+------------------+------------------------+-----------+--------------+----------+
|  65911218 | list-debian-distribution | {"args": [], "kwargs": {"suites": ["stretch", "stretch-updates", "stretch-backports", "stretch-backports-sloppy", "buster", "buster-updates", "buster-backports", "buster-backports-sloppy", "bullseye", "bullseye-updates", "bullseye-backports", "bookworm", "bookworm-updates", "unstable", "experimental"], "components": ["main", "contrib", "non-free"], "mirror_url": "http://deb.debian.org/debian/", "distribution": "Debian"}} | 2021-12-04 12:15:51.033338+00 | 1 day            | next_run_not_scheduled | recurring |            3 | (null)   |
|  65911219 | list-debian-distribution | {"args": [], "kwargs": {"suites": ["stretch/updates", "buster/updates", "bullseye-security", "bookworm-security"], "components": ["main", "contrib", "non-free"], "mirror_url": "http://deb.debian.org/debian-security/", "distribution": "Debian-Security"}}                                                                                                                                                                            | 2021-12-03 16:54:36.009144+00 | 1 day            | next_run_not_scheduled | recurring |            3 | (null)   |
| 337370995 | list-debian-distribution | {"args": ["Debian"], "kwargs": {}}                                                                                                                                                                                                                                                                                                                                                                                                       | 2020-11-20 13:58:24.909016+00 | 1 day            | disabled               | oneshot   |            3 | (null)   |
+-----------+--------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------+------------------+------------------------+-----------+--------------+----------+
(3 rows)

Time: 17.798 ms