You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using AEMaaCS has as a consequence that scripts might be killed because of pod recycle / deploys. To mitigate this, we could provide a way to create async tasks that are processed in a resilient way
example
Main Script:
executeAsync(parallel = 1) { subScript() }
The text was updated successfully, but these errors were encountered:
Using AEMaaCS has as a consequence that scripts might be killed because of pod recycle / deploys. To mitigate this, we could provide a way to create async tasks that are processed in a resilient way
example
Main Script:
executeAsync(parallel = 1) { subScript() }
The text was updated successfully, but these errors were encountered: