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

Closes #18224: Apply all registered request processors when running custom scripts #18225

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

jeremystretch
Copy link
Member

Closes: #18224

Invoke all context managers listed in registry['request_processors'] when running a custom script background job.

@jeremystretch jeremystretch merged commit 0b9ead3 into develop Dec 16, 2024
6 checks passed
@jeremystretch jeremystretch deleted the 18224-script-processors branch December 16, 2024 16:55
@@ -100,5 +100,7 @@ def run(self, data, request=None, commit=True, **kwargs):

# Execute the script. If commit is True, wrap it with the event_tracking context manager to ensure we process
Copy link
Contributor

Choose a reason for hiding this comment

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

Given the removed code line below, is the comment now obsolete? ("If commit is True, wrap it with the event_tracking context manager...")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Apply all registered request processors when running custom scripts
3 participants