Fix download reservation system.
#17
Closed
opened 4 years ago by youainti
·
4 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
When running downloader.py multiple times, trials get reprocessed.
The issue is in calling the view http.most_recent_download_status instead of http.trials_to_downlaod.
Schemas Here
Next step to fix on history-download branch.
So, the trials_to_download isn't removing trials that have already downloaded. I need to rewrite that view.
Addressed in
2aa8fdeNeed to update the sql files currently in use.
moved