Page MenuHomeSoftware Heritage
Paste P1404

indexer content task status
ActivePublic

Authored by ardumont on Jul 11 2022, 4:39 PM.
16:38:14 softwareheritage-scheduler@belvedere:5432=> select now(), status, count(*) from task where type = 'index-fossology-license-partition' and status != 'completed' group by status;
+-----+--------+-------+
| now | status | count |
+-----+--------+-------+
+-----+--------+-------+
(0 rows)
Time: 5.879 ms
16:39:17 softwareheritage-scheduler@belvedere:5432=> select now(), status, count(*) from task where type = 'index-mimetype-partition' and status != 'completed' group by status;
+-------------------------------+--------------------+-------+
| now | status | count |
+-------------------------------+--------------------+-------+
| 2022-07-11 14:39:22.781322+00 | next_run_scheduled | 299 |
+-------------------------------+--------------------+-------+
(1 row)
Time: 14.928 ms