Event Timeline
Comment Actions
docker-run tryout for that same forge was fine.
$ doco exec swh-lister bash -c 'psql swh-listers' psql (9.6.13, server 11.2 (Debian 11.2-1.pgdg90+1)) WARNING: psql major version 9.6, server major version 11. Some psql features might not work. Type "help" for help. swh-listers=# \conninfo You are connected to database "swh-listers" as user "postgres" on host "swh-listers-db" at port "5432". swh-listers=# select instance, count(*) from phabricator_repo group by instance; instance | count -----------+------- blender | 44 llvm | 14 wikimedia | 2224 (3 rows)
Related T1801
Comment Actions
Might be a flaky thing somewhere in our stack.
Rescheduling that task and it worked.
13:36:40 softwareheritage-scheduler@belvedere:5432=> select * from task where type in ('list-phabricator-full', 'list-phabricator-incremental'); ┌───────────┬──────────────────────────────┬─────────────────────────────────────────────────────────────────────────────────────────────────────┬───────────────────────────────┬──────────────────┬────────────────────┬───────────┬──────────────┬──────────┐ │ id │ type │ arguments │ next_run │ current_interval │ status │ policy │ retries_left │ priority │ ├───────────┼──────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────┼───────────────────────────────┼──────────────────┼────────────────────┼───────────┼──────────────┼──────────┤ │ 167877143 │ list-phabricator-full │ {"args": [], "kwargs": {"instance": "swh", "forge_url": "https://forge.softwareheritage.org"}} │ 2019-06-17 12:52:32.171833+00 │ 90 days │ next_run_scheduled │ recurring │ 0 │ ¤ │ │ 167877665 │ list-phabricator-full │ {"args": [], "kwargs": {"instance": "wikimedia", "forge_url": "https://phabricator.wikimedia.org"}} │ 2019-06-18 11:24:15.622736+00 │ 90 days │ next_run_scheduled │ recurring │ 0 │ ¤ │ │ 167877620 │ list-phabricator-full │ {"args": [], "kwargs": {"instance": "blender", "forge_url": "https://developer.blender.org"}} │ 2019-06-18 11:17:02.302068+00 │ 90 days │ next_run_scheduled │ recurring │ 0 │ ¤ │ │ 167877509 │ list-phabricator-full │ {"args": [], "kwargs": {"instance": "llvm", "forge_url": "https://reviews.llvm.org"}} │ 2019-06-18 08:59:16.620607+00 │ 90 days │ next_run_scheduled │ recurring │ 0 │ ¤ │ │ 167877295 │ list-phabricator-incremental │ {"args": [], "kwargs": {"instance": "swh", "forge_url": "https://forge.softwareheritage.org"}} │ 2019-06-17 16:42:58.010865+00 │ 7 days │ next_run_scheduled │ recurring │ 0 │ ¤ │ └───────────┴──────────────────────────────┴─────────────────────────────────────────────────────────────────────────────────────────────────────┴───────────────────────────────┴──────────────────┴────────────────────┴───────────┴──────────────┴──────────┘ (5 rows) Time: 4.337 ms 13:36:41 softwareheritage-scheduler@belvedere:5432=> \q $ swh scheduler --url http://saatchi.internal.softwareheritage.org:5008/ task respawn 167877665 Respawn tasks ('167877665',)
Let's just see if that occurs again later.