This would be especially nice for long-running workers, where situations may cause them to hang almost indefinitely (e.g., waiting on read-only mode). In those cases, if we haven't gotten any results back after timeout seconds have elapsed, we could maybe return a 'timeout' result type.
This would be especially nice for long-running workers, where situations may cause them to hang almost indefinitely (e.g., waiting on read-only mode). In those cases, if we haven't gotten any results back after
timeout
seconds have elapsed, we could maybe return a'timeout'
result type.