Skip to content

[11.x] Fix withoutOverlapping for grouped scheduled closures#53680

Merged
taylorotwell merged 2 commits into
laravel:11.xfrom
istiak-tridip:fix-schedule_group_53673
Nov 27, 2024
Merged

[11.x] Fix withoutOverlapping for grouped scheduled closures#53680
taylorotwell merged 2 commits into
laravel:11.xfrom
istiak-tridip:fix-schedule_group_53673

Conversation

@istiak-tridip

Copy link
Copy Markdown
Contributor

Description

The issue stems from combining the withoutOverlapping and call methods. The call method requires a name when used with withoutOverlapping. In schedule groups, the withoutOverlapping attribute was being set without the ability to provide a name or description, leading to the problem. This PR addresses and resolves this behavior.

Issue #53673 can be closed once this PR is merged.

@taylorotwell taylorotwell merged commit 285d4b7 into laravel:11.x Nov 27, 2024
@istiak-tridip istiak-tridip deleted the fix-schedule_group_53673 branch November 27, 2024 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants