We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a98ff9 commit 9eed2e2Copy full SHA for 9eed2e2
src/clusterfuzz/_internal/cron/schedule_fuzz.py
@@ -201,7 +201,7 @@ def schedule_fuzz_tasks() -> bool:
201
project = batch_config.get('project')
202
available_cpus = get_available_cpus(project, region)
203
# TODO(metzman): Remove this as we move from experimental code to production.
204
- available_cpus = min(available_cpus, 1000)
+ available_cpus = min(available_cpus, 2500)
205
fuzz_tasks = get_fuzz_tasks(available_cpus)
206
if not fuzz_tasks:
207
logs.error('No fuzz tasks found to schedule.')
0 commit comments