You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$detect_lost_workers() no longer creates phantom failed tasks when a worker crashes between task evaluations (#89).
$fetch_new_tasks() now correctly tracks seen results by using the actual cache size instead of the Redis counter, fixing cases where new results could be missed or duplicated.
$write_hashes() now requires all value lists to have the same length or length 1 instead of recycling. Length mismatches raise an error (#87).