Skip to content

Commit

Permalink
📝 update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gowrizrh committed Jun 29, 2024
1 parent 8bd548e commit 493e07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Service/AsyncEvent/RetryManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private function assertDelayQueue(int $backoff, string $queueName, string $retry
}

/**
* Exponential back off. Change the exponent to determine cubical back off or quartic back off
* Quadratic back off: x^2
*
* @param int $deathCount
* @return int
Expand Down
2 changes: 1 addition & 1 deletion Test/Integration/FailoverTopologyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function testDelayQueueCreation(): void
}, $bindings);

/**
* Exponential backoff delay queues
* Quadratic backoff delay queues
*/
$this->assertContains('event.retry.init', $destinations);
$this->assertContains('event.delay.4', $destinations);
Expand Down

0 comments on commit 493e07e

Please sign in to comment.