Status | Assigned | Task | ||
---|---|---|---|---|
Migrated | gitlab-migration | T439 Indexers: compute (and maintain up-to-date) the filetype of all blobs | ||
Migrated | gitlab-migration | T1385 Monitor output of metadata indexers | ||
Migrated | gitlab-migration | T359 Indexers: batch content analyzer infrastructure | ||
Migrated | gitlab-migration | T1227 General improvments of the indexer: Schedule indexer tasks | ||
Migrated | gitlab-migration | T1336 Deploy search over origin intrinsic metadata | ||
Migrated | gitlab-migration | T1324 Deploy metadata indexers in production | ||
Migrated | gitlab-migration | T1326 metadata indexer: Deploy origin head | ||
Migrated | gitlab-migration | T991 Indexers: Send range of ids instead of list of ids |
Event Timeline
Comment Actions
And it's done:
$ cat originhead.csv indexer_origin_head;oneshot;[["git+https://github.com/SoftwareHeritage/swh-indexer"]] $ cat originhead.csv | python3 -m swh.scheduler.cli task schedule -c type -c policy -c args --delimiter ';' - Created 1 tasks Task 105154202 Next run: just now (2018-11-21 15:13:00+00:00) Interval: 1 day, 0:00:00 Type: indexer_origin_head Policy: oneshot Args: ['git+https://github.com/SoftwareHeritage/swh-indexer'] Keyword args:
Checking back the status on that task, everything is fine:
16:18:44 softwareheritage-scheduler@db:5432=> select id, status, policy, next_run from task where type='indexer_origin_head'; ┌───────────┬───────────┬─────────┬───────────────────────────────┐ │ id │ status │ policy │ next_run │ ├───────────┼───────────┼─────────┼───────────────────────────────┤ │ 105154202 │ completed │ oneshot │ 2018-11-21 15:13:00.170131+00 │ └───────────┴───────────┴─────────┴───────────────────────────────┘