-
-
Notifications
You must be signed in to change notification settings - Fork 919
move dispatcher in kwargs #1639
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
base: dev-3.x
Are you sure you want to change the base?
Conversation
❌ Changelog is required!You need to add a brief description of the changes to the Changes file should be named like The content of the file should be a brief description of the changes in Possible categories are: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev-3.x #1639 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 484 484
Lines 12206 12206
=========================================
Hits 12206 12206
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Any news? changelog is required |
| ) | ||
|
|
||
| workflow_data = { | ||
| "dispatcher": self, |
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.
startup/shutdown hooks should also have access to the Disaptcher, so you can't remove this line.
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.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Description
moved dispatcher as kwarg to feed_update
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: