Skip to content

Commit 11a478e

Browse files
Fix
1 parent ed4d762 commit 11a478e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/clusterfuzz/_internal/base/tasks/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,11 @@ def get_preprocess_task():
317317

318318
def tworker_get_task():
319319
assert environment.is_tworker()
320+
# TODO(metzman): Pulling tasks is relatively expensive compared to
321+
# preprocessing. It's too expensive to pull twice (once from the postproces
322+
# queue that is probably empty) to do a single preprocess. Investigate
323+
# combining preprocess and postprocess queues and allowing pulling of
324+
# multiple messages.
320325
return get_preprocess_task()
321326

322327

0 commit comments

Comments
 (0)