mskcc / LimsRest

the restful service used by the IGO LIMS
2 stars 2 forks source link

enhancement: add second timestamp to getWESSampleData as an upper bound #331

Closed anoronh4 closed 1 year ago

anoronh4 commented 1 year ago

getWESSampleData currently accepts one timestamp as the lower bound, and queries all samples newer than that timestamp. this leads to requests that take a very long time and sometimes connection timeouts. We think it will be useful to have getWESSampleData accept a second timestamp so that it queries samples between the two timestamps. An issue has already been made for hera to add handling for the second timestamp as well.