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 6233bab commit f3de73eCopy full SHA for f3de73e
src/TaskHandler.php
@@ -78,6 +78,7 @@ private function run(IncomingTask $task): void
78
79
public function getWorkerOptions(): WorkerOptions
80
{
81
+ // test
82
$options = new WorkerOptions;
83
84
if (isset($this->config['backoff'])) {
0 commit comments