Page MenuHomeSoftware Heritage
Paste P1251

besides expected load-nixguix, why is there still recurring tasks created?
ActivePublic

Authored by ardumont on Jan 7 2022, 5:13 PM.
```
16:28:34 softwareheritage-scheduler@belvedere:5432=> select type, policy, count(*) from task where type like 'load-%' and status !='disabled' and priority is null group by type, policy;
+--------------------+-----------+---------+
| type | policy | count |
+--------------------+-----------+---------+
| load-archive-files | oneshot | 706 |
| load-cran | oneshot | 29518 |
| load-deb-package | oneshot | 3601119 |
| load-deposit | oneshot | 1461 |
| load-git | recurring | 1025 |
| load-hg | recurring | 33 |
| load-nixguix | recurring | 2 |
| load-pypi | recurring | 137 |
| load-svn | recurring | 13 |
+--------------------+-----------+---------+
(9 rows)
Time: 1183549.587 ms (19:43.550)
```
Or is it old tasks we forgot to disable?

Event Timeline

load-nixguix is fine though, not the other ones.

ardumont changed the title of this paste from why is there still recurring tasks created? to besides expected load-nixguix, why is there still recurring tasks created?.Jan 7 2022, 5:37 PM
ardumont edited the content of this paste. (Show Details)