Found another one. Using the BoincTasks editor makes the client add the line
to the app_config file.
Normally, zero is used as a 'no restriction specified' placeholder, but if you run out of tasks from that project - you're stuck. The 'project_max_concurrent' value is applied literally.
Fix submitted as https://github.com/BOINC/boinc/pull/4337
Code Select
<project_max_concurrent>0</project_max_concurrent>
to the app_config file.
Normally, zero is used as a 'no restriction specified' placeholder, but if you run out of tasks from that project - you're stuck. The 'project_max_concurrent' value is applied literally.
Fix submitted as https://github.com/BOINC/boinc/pull/4337