Page MenuHomeSoftware Heritage
Paste P1134

current load-git tasks status
ActivePublic

Authored by ardumont on Aug 26 2021, 12:31 PM.
11:54:44 softwareheritage-scheduler@belvedere:5432=> select status, count(*) from task where type='load-git' and priority is null group by status;
+------------------------+-----------+
| status | count |
+------------------------+-----------+
| next_run_not_scheduled | 17 |
| next_run_scheduled | 26106 |
| disabled | 156699452 |
+------------------------+-----------+
(3 rows)
Time: 1687366.971 ms (28:07.367)
12:31:11 softwareheritage-scheduler@belvedere:5432=> select now();
+-------------------------------+
| now |
+-------------------------------+
| 2021-08-26 10:30:33.599966+00 |
+-------------------------------+
(1 row)