Export run_as_background_process from the module API (#15577)

This commit is contained in:
Shay 2023-05-15 13:11:21 -07:00 committed by GitHub
parent f2905d827f
commit ba572647b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
changelog.d/15577.misc Normal file
View file

@ -0,0 +1 @@
Export `run_as_background_process` from the module API.

View file

@ -156,6 +156,7 @@ __all__ = [
"parse_json_object_from_request",
"respond_with_html",
"run_in_background",
"run_as_background_process",
"cached",
"NOT_SPAM",
"UserID",