Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Scheduler] Document events #19450

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

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

alamirault
Copy link
Contributor

Fix #19023
Fix #19033

Comment on lines +520 to +522
$schedule = $event->getSchedule();
$context = $event->getMessageContext();
$message = $event->getMessage();
Copy link
Contributor Author

@alamirault alamirault Jan 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right know, we don't explain in the scheduler documentation:

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we're missing things ... but let's do that in other PRs. The idea with the Scheduler docs is to move very fast (even if that breaks some things) to compensate a bit the big delay in merging these docs. Thanks.

@alamirault alamirault changed the base branch from 7.1 to 6.4 January 22, 2024 21:44
@alamirault alamirault force-pushed the feature/scheduler-events branch from 747b47e to 445075c Compare January 22, 2024 21:44
@javiereguiluz javiereguiluz modified the milestones: 7.1, 6.4 Jan 23, 2024
@javiereguiluz javiereguiluz merged commit 2450c15 into symfony:6.4 Jan 23, 2024
@javiereguiluz
Copy link
Member

Thanks Antoine! I'm glad to merge as many PRs as possible about the scheduler.

@alamirault alamirault deleted the feature/scheduler-events branch December 22, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Scheduler] Add FailureEvent [Scheduler] pre_run and post_run events
3 participants