We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We may have some server extensions needing to initialize resources asynchronously. There is for now no hook to initialize such resources.
Implement a hook start_extension similar to stop_extension (#526)
start_extension
stop_extension
The text was updated successfully, but these errors were encountered:
cc @hbcarlos
Sorry, something went wrong.
+1 to this idea
👍 we currently hack this into the initialize_settings method.
initialize_settings
Possibly a duplicate of #1203
No branches or pull requests
Problem
We may have some server extensions needing to initialize resources asynchronously. There is for now no hook to initialize such resources.
Proposed Solution
Implement a hook
start_extension
similar tostop_extension
(#526)The text was updated successfully, but these errors were encountered: