-
Notifications
You must be signed in to change notification settings - Fork 91
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
Allow the startup hook to run asynchronously for mutable content #618
Milestone
Comments
ghenzler
added a commit
that referenced
this issue
Nov 16, 2021
IMHO we need to distinguish between the two executions of the startup hook
|
exactly, from description:
this is your case 2 |
ghenzler
added a commit
that referenced
this issue
Nov 17, 2021
ghenzler
added a commit
that referenced
this issue
Nov 18, 2021
…k-to-run-async-for-mutable-content #618 Allow startup hook to run asynchronously for mutable content
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The AC Tool potentially can run a fairly long time (>1 minute) for mutable content if there is a large magnitude.
For those cases and when being on AEMaaCS having the AC Tool applied to mutable content via Startup Hook, there should be an option to run the AC Tool asynchronously (to not block startup of pods during AEMaaCS deployment)
To start with this option should not be the default, possibly it makes sense to make it the default later.
The text was updated successfully, but these errors were encountered: