emews / EQ-SQL

1 stars 0 forks source link

In addition to eq.IN_get client call to get results, add call to grab a result or all results with worker type #16

Closed jozik closed 1 year ago

jozik commented 2 years ago

As of this writing, the client (e.g., ME) can only get results from the DB by task id. Thinking forward, we may want to get all results of a certain worker type (WT), e.g., simulation results from multiple batch runs, at once.

This will dovetail into getting sub tasks by worker type in the asynchronous patterns (covered in a TBD issue separately).