Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P156
openpreserver/jhove is not an origin to crawl
Archived
Public
Actions
Authored by
ardumont
on Apr 28 2017, 11:03 AM.
Edit Paste
Activate Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
No visit for that origin (according to the mirror swh db, one reads from the api):
softwareheritage=> select * from origin_visit where origin=34927854;
origin | visit | date | status | metadata
--------+-------+------+--------+----------
(0 rows)
Checking the scheduler, no entry for that origin is referenced:
softwareheritage-scheduler=> select * from task where arguments#>>'{args,0}'='https://github.com/openpreserver/jhove';
id | type | arguments | next_run | current_interval | status
----+------+-----------+----------+------------------+--------
(0 rows)
To demo the query works, using another origin i know exist, i have a clean result:
softwareheritage-scheduler=> select * from task where arguments#>>'{args,0}'='https://github.com/kubikrubit/pr1';
id | type | arguments | next_run | current_interval | status
----------+-------------------+---------------------------------------------------------------+-------------------------------+------------------+------------------------
54311451 | origin-update-git | {"args": ["https://github.com/kubikrubit/pr1"], "kwargs": {}} | 2017-05-21 12:18:32.610474+00 | 32 days | next_run_not_scheduled
(1 row)
Event Timeline
ardumont
created this paste.
Apr 28 2017, 11:03 AM
2017-04-28 11:03:56 (UTC+2)
ardumont
edited the content of this paste.
(Show Details)
Apr 28 2017, 11:07 AM
2017-04-28 11:07:58 (UTC+2)
ardumont
archived this paste.
Apr 28 2017, 11:17 AM
2017-04-28 11:17:32 (UTC+2)
Log In to Comment