-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Scheduler] Document hashed Cron expression #19441
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
[Scheduler] Document hashed Cron expression #19441
Conversation
Hey! Oh no, it looks like you have made this PR towards a branch that is not maintained anymore. :/ Cheers! Carsonbot |
Hashed Cron Expression | ||
~~~~~~~~~~~~~~~~~~~~~~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to make a sub section, which char should I use ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We use the ...........
separator for those sections. I did this while merging your PR.
|
||
If you have many trigger scheduled at same time (for example, at midnight, ``0 0 * * *``) | ||
this could create a very long running schedule right at this time. | ||
This may cause an issue if a task has a memory leak. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like this sentence. Maybe we should talk about real use case.
If I remember fabpot talk about email campaign
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about writing bottle neck like lot of I/O, memory spike, etc etc?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to me its a nice addition to this component 👍🏻
12ffac5
to
f41721c
Compare
Merged! Thanks Antoine. |
Follow #19440
Try document symfony/symfony#49792
I copied a lot https://github.com/zenstruck/schedule-bundle/blob/1.x/doc/define-tasks.md#hashed-cron-expression