Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Scheduler] Fixscheduler.task tag arguments optionality#61307

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

@jan-pintr
Copy link
Contributor

QA
Branch?7.3
Bug fix?yes
New feature?no
Deprecations?no
Issues-
LicenseMIT

According tothis comment there is a change in behaviour after#60741 which causes requiring specifyarguments parameter when taggingscheduler.task manually. This pull request makesarguments parameter back optional.

$myService->tag('scheduler.task', [    'trigger' => 'every',    'frequency' => 15,    'arguments' => null, // <- had to add this line to avoid a Warning: Undefined array key "arguments"]);

@nicolas-grekas
Copy link
Member

Thank you@jan-pintr.

@nicolas-grekasnicolas-grekasforce-pushed thefix-sheduler-task-tag-arguments-optionality branch fromd966e61 toad08041CompareAugust 5, 2025 09:22
@nicolas-grekasnicolas-grekas merged commitd46d595 intosymfony:7.3Aug 5, 2025
11 checks passed
@fabpotfabpot mentioned this pull requestAug 29, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@xabbuhxabbuhxabbuh approved these changes

@kbondkbondAwaiting requested review from kbondkbond is a code owner

Assignees

No one assigned

Projects

None yet

Milestone

7.3

Development

Successfully merging this pull request may close these issues.

4 participants

@jan-pintr@nicolas-grekas@xabbuh@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp