nickva opened a new pull request #2924:
URL: https://github.com/apache/couchdb/pull/2924
When waiting to accept jobs and scheduling was used, timeout is limited based
on how far time scheduling parameter. When no_schedule option is used, time
scheduling parameter is set to 0 always and so in that case, we have to
special
case the limit to return `infinity`.
Later on when we wait for the watch to fire, the actual timeout can still be
limited by separate user specified timeout option, but if user specifies
infinity and sets `#{no_schedule => true}` then we should respect and never
return `{error, not_found}` in response.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]