process for each client. This caused the whole task scheduler to execute
tasks in parallel from all the processes (main and forks as well), which
lead to unforeseen errors during concurrent database access. The new
version of greentasks has a flag to disallow running from forks, and
this patch sets librarian up to use it.
process for each client. This caused the whole task scheduler to execute tasks in parallel from all the processes (main and forks as well), which lead to unforeseen errors during concurrent database access. The new version of greentasks has a flag to disallow running from forks, and this patch sets librarian up to use it.