AMP-SCZ / utility

Storehouse for all utility scripts
Apache License 2.0
0 stars 4 forks source link

Force-retry failed forms #94

Open tashrifbillah opened 7 months ago

tashrifbillah commented 7 months ago

There is a problem--let's say a subject's upload failed due to data quality issue (integer/string mismatch, incorrect integer value -3, -9, whatever). Then we need such a mechanism for that subject that it will be force-retried the next day!

Currently, that incorrect form's hash get stored in {subjectkey}_hashes.txt. The next day, when pipeline finds the hash same, it never retries that file.

Link PR #91