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 352be45 commit 12ca1dbCopy full SHA for 12ca1db
src/clusterfuzz/_internal/base/tasks.py
@@ -323,6 +323,8 @@ def get_task():
323
f'job {task.job} from {regular_queue()} queue.')
324
return task
325
326
+ logs.log(f'Could not get task from {regular_queue()}. Fuzzing.')
327
+
328
task = get_fuzz_task()
329
if not task:
330
logs.log_error('Failed to get any fuzzing tasks. This should not happen.')
0 commit comments