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 c95aee1 commit 87cb21aCopy full SHA for 87cb21a
src/clusterfuzz/_internal/base/tasks.py
@@ -318,6 +318,9 @@ def get_task():
318
319
task = get_regular_task()
320
if task:
321
+ # Log the task details for debug purposes.
322
+ logs.log(f'Got task with cmd {task.command} args {task.argument} '
323
+ f'job {task.job} from {regular_queue()} queue.')
324
return task
325
326
task = get_fuzz_task()
0 commit comments