aantix / turkee

Blurring the line between Mechanical Turk, Rails and usability testing..
http://github.com/aantix/turkee
MIT License
152 stars 39 forks source link

Lockfile issues #9

Closed mattkanwisher closed 13 years ago

mattkanwisher commented 13 years ago

The lock files your using seem to have a lot of problems, just hangs the process rake task. If I comment out the lock file code it all works fine, wondering if the lockfile api changed its internal api. I'll see if I can get a patch to fix this

mattkanwisher commented 13 years ago

It turns out you never allow the rake task to run twice in 5 min, even if the previous one is finished its kinda confusing and makes it hard to test. So for now i'll just comment it out.