Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

istiak-tridip
Copy link
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
38 checks passed
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