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

[Scheduler] Document hashed Cron expression #19441

Merged

Conversation

alamirault
Copy link
Contributor

@carsonbot
Copy link
Collaborator

Hey!

Oh no, it looks like you have made this PR towards a branch that is not maintained anymore. :/
Could you update the PR base branch to target one of these branches instead? 5.4, 6.4, 7.0, 7.1.

Cheers!

Carsonbot

@carsonbot carsonbot added this to the 6.3 milestone Jan 18, 2024
Comment on lines +195 to +196
Hashed Cron Expression
~~~~~~~~~~~~~~~~~~~~~~
Copy link
Contributor Author

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 ?

Copy link
Member

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.
Copy link
Contributor Author

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

Copy link
Contributor

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?

scheduler.rst Outdated Show resolved Hide resolved
scheduler.rst Outdated Show resolved Hide resolved
Copy link
Contributor

@94noni 94noni left a 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 👍🏻

@javiereguiluz javiereguiluz force-pushed the feature/scheduler-hashed-cron-expression branch from 12ffac5 to f41721c Compare January 22, 2024 16:14
@javiereguiluz javiereguiluz merged commit f261b40 into symfony:6.3 Jan 22, 2024
3 checks passed
@javiereguiluz
Copy link
Member

Merged! Thanks Antoine.

@alamirault alamirault deleted the feature/scheduler-hashed-cron-expression branch January 22, 2024 21:43
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.

None yet

4 participants