mirror of https://github.com/google/oss-fuzz.git
Reduce build status workers to see if quota issue resolve.
This commit is contained in:
parent
ae5e4228e8
commit
13a076b275
|
@ -175,7 +175,7 @@ def update_build_status(build_tag, status_filename):
|
|||
print('Processing project', project['name'])
|
||||
return project
|
||||
|
||||
with concurrent.futures.ThreadPoolExecutor(max_workers=8) as executor:
|
||||
with concurrent.futures.ThreadPoolExecutor(max_workers=4) as executor:
|
||||
futures = []
|
||||
for project_build in BuildsHistory.query(
|
||||
BuildsHistory.build_tag == build_tag).order('project'):
|
||||
|
|
Loading…
Reference in New Issue