Page MenuHomePhorge

Set default value of --max-tasks to None, which effectively makes pool workers work forever.
ClosedPublic

Authored by adomaitis on Aug 21 2019, 12:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 23, 5:02 AM
Unknown Object (File)
Wed, May 8, 5:55 AM
Unknown Object (File)
Apr 24 2024, 9:22 AM
Unknown Object (File)
Apr 21 2024, 5:18 PM
Unknown Object (File)
Apr 21 2024, 5:17 PM
Unknown Object (File)
Apr 21 2024, 5:17 PM
Unknown Object (File)
Apr 20 2024, 5:27 AM
Unknown Object (File)
Apr 19 2024, 9:22 PM
Subscribers

Details

Summary

That should be a workaround for issue when multiprocessing spawns a process which never gets a task and that ends up with all pool processes not getting into a state to accept new task and emails start congest. Most probably that is a deadlock situation described in https://codewithoutrules.com/2018/09/04/python-multiprocessing/ . The solution is in Python3.

Diff Detail

Repository
rP pykolab
Branch
MaxTasks_None
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25697
Build 9680: arc lint + arc unit