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 f3de73e commit cdc9e2cCopy full SHA for cdc9e2c
src/TaskHandler.php
@@ -78,10 +78,9 @@ 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'])) {
+ if (isset($backoff = $this->config['backoff'])) {
85
$options->backoff = $this->config['backoff'];
86
}
87
0 commit comments