wlandau / crew

A distributed worker launcher
https://wlandau.github.io/crew/
Other
129 stars 4 forks source link

Try to drop safeguard against backlogged workers #124

Closed wlandau closed 1 year ago

wlandau commented 1 year ago

From https://github.com/shikokuchuo/mirai/discussions/63#discussioncomment-7051889, this may no longer be necessary in the development versions of nanonext and mirai.

wlandau commented 1 year ago

Fixed as of ddb1afd94d3be53ac858abe5a78724ac991aa2ee.

wlandau commented 9 months ago

Nope, we always need to relaunch backlogged workers, c.f. https://github.com/shikokuchuo/mirai/discussions/95. Fortunately, the assigned and complete statistics are cumulative this time, so it should be straightforward this time.