-
- Downloads
Schedule save code now as recurring origins to ingest when successful
To allow users to request only once their save code now origins, once the first ingestion is successfully ingested, we also mark it as recurrent origin to crawl. Implementation wise, the scheduling routine in charge of updating the save code now statuses reported in the save code now ui is in charge of this. Related to T1524
Showing
- conftest.py 1 addition, 1 deletionconftest.py
- requirements-test.txt 1 addition, 0 deletionsrequirements-test.txt
- swh/web/common/management/commands/refresh_savecodenow_statuses.py 41 additions, 0 deletions...ommon/management/commands/refresh_savecodenow_statuses.py
- swh/web/config.py 2 additions, 1 deletionswh/web/config.py
- swh/web/tests/common/test_django_command.py 154 additions, 12 deletionsswh/web/tests/common/test_django_command.py
Please register or sign in to comment