Page MenuHomeSoftware Heritage
Paste P1362

(An Untitled Masterwork)
ActivePublic

Authored by ardumont on May 12 2022, 11:54 AM.
11:53:48 swh-scheduler@db1:5432=> select * from task where type='list-maven-full';
+-[ RECORD 1 ]-----+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
| id | 31171944 |
| type | list-maven-full |
| arguments | {"args": [], "kwargs": {"url": "https://repo1.maven.org/maven2/", "index_url": "https://maven-exporter.internal.staging.swh.network/export-maven-central.fld"}} |
| next_run | 2022-08-10 01:12:23.629144+00 |
| current_interval | 90 days |
| status | next_run_not_scheduled |
| policy | recurring |
| retries_left | 0 |
| priority | (null) |
+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
Time: 67.624 ms
11:54:02 swh-scheduler@db1:5432=> select * from task_run where task=31171944;
+----------+----------+--------------------------------------+------------------------------+-------------------------------+-------------------------------+-----------------------------------------------------------+----------+
| id | task | backend_id | scheduled | started | ended | metadata | status |
+----------+----------+--------------------------------------+------------------------------+-------------------------------+-------------------------------+-----------------------------------------------------------+----------+
| 74584897 | 31171944 | 3c8fb080-7a71-4faa-a1ba-effee23e0012 | 2022-05-11 09:22:47.49012+00 | 2022-05-11 09:22:47.534408+00 | 2022-05-12 01:12:23.629144+00 | {"worker": "lister@worker1.internal.staging.swh.network"} | eventful |
+----------+----------+--------------------------------------+------------------------------+-------------------------------+-------------------------------+-----------------------------------------------------------+----------+
(1 row)
Time: 50.940 ms