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

Skip to content

[Scheduler] Add a simple Scheduler class for when the component is used standalone #49729

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
Mar 19, 2023

Conversation

fabpot
Copy link
Member

@fabpot fabpot commented Mar 19, 2023

Q A
Branch? 6.3
Bug fix? no
New feature? yes
Deprecations? no
Tickets n/a
License MIT
Doc PR -
$handler = new SomeHandler();
$scheduler = new Scheduler([SomeJob::class => new SomeHandler()], [$someProvider->getSchedule(), $anotherSchedule]);
$scheduler->run();

@fabpot fabpot force-pushed the scheduler-simple-worker branch from b220ea4 to 269c7c7 Compare March 19, 2023 13:22
@fabpot fabpot force-pushed the scheduler-simple-worker branch from 269c7c7 to 4f6a78e Compare March 19, 2023 13:33
@fabpot fabpot force-pushed the scheduler-simple-worker branch from edb1550 to 0f5422c Compare March 19, 2023 13:41
@fabpot fabpot merged commit ecd57a6 into symfony:6.3 Mar 19, 2023
@fabpot fabpot deleted the scheduler-simple-worker branch March 19, 2023 13:45
@fabpot fabpot mentioned this pull request May 1, 2023
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.

5 participants