Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1251
besides expected load-nixguix, why is there still recurring tasks created?
Active
Public
Actions
Authored by
ardumont
on Jan 7 2022, 5:13 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
```
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
ardumont
created this paste.
Jan 7 2022, 5:13 PM
2022-01-07 17:13:53 (UTC+1)
ardumont
added a comment.
Jan 7 2022, 5:32 PM
2022-01-07 17:32:44 (UTC+1)
Comment Actions
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
2022-01-07 17:37:54 (UTC+1)
ardumont
edited the content of this paste.
(Show Details)
Log In to Comment