couchbaselabs / cbfs

Distributed Blobstore using Couchbase Server
http://dustin.github.com/2012/09/27/cbfs.html
Apache License 2.0
188 stars 40 forks source link

Break out of the wait loop if task is blocked too long #106

Closed dustin closed 12 years ago

dustin commented 12 years ago

Right now, a blocked task will wait until everything blocking it has gone away. If a task sits in waiting longer than its period, it might as well give up. If it's a locked task, it could just revalidate its lock on every poll.