You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #20439 [Scheduler] Add some pointers regarding worker processes deployment (pgorod)
This PR was submitted for the 7.2 branch but it was squashed and merged into the 6.4 branch instead.
Discussion
----------
[Scheduler] Add some pointers regarding worker processes deployment
It took me quite some effort to figure this out...
https://stackoverflow.com/questions/79257466/how-does-symfony-scheduler-component-get-triggered/79257514
It's one of those things that are obvious _after_ you know them, and where you should be looking for them, but not before...
I think the specific mentions of "cron" in the text are valuable (because people will search for it), even though it's not the wisest option (when compared to supervisor etc). The link will take them to the best-practices.
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `7.x` for features of unreleased versions).
-->
Commits
-------
b38b1fa [Scheduler] Add some pointers regarding worker processes deployment
0 commit comments