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

Skip to content

[Scheduler] Document hashed cron expressions #19429

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 17, 2024

Conversation

javiereguiluz
Copy link
Member

@javiereguiluz javiereguiluz commented Jan 16, 2024

Fixes #18255.

I took the list of expressions from the PR #18290 created by @andreybolonin

@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


RecurringMessage::cron('* * * * *', new Message());

Before using it, you have to install the following dependency:
You can also used some special values that represent common cron expressions:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
You can also used some special values that represent common cron expressions:
You can also use some special values that represent common cron expressions:

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed while merging. Thanks.

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.

4 participants