app_create_context allows to create it immediately in detached state
-
Option to create context in detached state allows to prevent problem with apps installation where created context then is automatically detached when app performs long configuration steps. This is specific case when app i.e. builds indexes on HAF tables (its own are empty still) which probably should be moved to separate early HAF setup phase to allow their management by regular HAF index management functions.
-
wait_for_ready_instance, is_instance_ready functions moved to app_api_impl.sql as they are internal functions. Instead 2 overloaded dedicated
app_wait_for_ready_instance
has been exposed.
Waits for fixing all apps - at least balance tracker and block_explorer.