Skip to content

retry waits needlessly after the last execution#64

Merged
norberttech merged 3 commits intoaeon-php:1.xfrom
maciejlebkowski:fix/superfluous-wait
Sep 15, 2023
Merged

retry waits needlessly after the last execution#64
norberttech merged 3 commits intoaeon-php:1.xfrom
maciejlebkowski:fix/superfluous-wait

Conversation

@maciejlebkowski
Copy link
Copy Markdown
Contributor

Description

Given the callable constantly fails.

Expected: the wait is called only between executions:

{exec 1} [wait] {exec 2} [wait] {exec 3}

Actual: it is additionally called one more time at the end, slowing down the process

-{exec 1} [wait] {exec 2} [wait] {exec 3}
+{exec 1} [wait] {exec 2} [wait] {exec 3} [wait]

Change Log

Added

Fixed

  • retry waits needlessly after the last execution

Changed

Updated

Removed

Deprecated

Security


@norberttech norberttech enabled auto-merge (squash) September 15, 2023 18:04
@norberttech norberttech merged commit 9853c2b into aeon-php:1.x Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants