discoproject / disco

a Map/Reduce framework for distributed computing
http://discoproject.org
BSD 3-Clause "New" or "Revised" License
1.63k stars 241 forks source link

Setting polling interval to 0.1 loops jobtask execution #653

Open thorin-schiffer opened 7 years ago

thorin-schiffer commented 7 years ago

Reproduce:

job.wait(poll_interval=0.1, show=True)

It's quite logical when you see poll_interval must be integer and casting from 0.1 makes it 0, but it's not easy to diagnose from outside.