15:04:47 swh-scheduler@db1:5432=> select * from task where type = 'list-debian-distribution'; +-[ RECORD 1 ]-----+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | id | 1182486 | | type | list-debian-distribution | | arguments | {"args": [], "kwargs": {"suites": ["stretch", "buster", "bullseye"], "components": ["main", "contrib", "non-free"], "mirror_url": "http://deb.debian.org/debian/", "distribution": "Debian"}} | | next_run | 2021-12-06 15:55:21.543889+00 | | current_interval | 1 day | | status | next_run_not_scheduled | | policy | recurring | | retries_left | 0 | | priority | (null) | +-[ RECORD 2 ]-----+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | id | 28800925 | | type | list-debian-distribution | | arguments | {"args": [], "kwargs": {"suites": ["trusty-security", "xenial-security"], "components": ["main"], "mirror_url": "http://www-ftp.lip6.fr/pub/linux/distributions/Ubuntu/archive/", "distribution": "Ubuntu-Security"}} | | next_run | 2021-12-06 15:51:42.04944+00 | | current_interval | 1 day | | status | next_run_not_scheduled | | policy | recurring | | retries_left | 0 | | priority | (null) | +------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Time: 67.376 ms