Server apps can face issues when executing server side listener method (onStartAppMigration
)
and stop with an exception. We have seen cases where such server side failures caused the migrations of several apps to expire,
as their cloud apps were not aware of server side failure and had not updated their transfer status to a settled state
within 14-day time period.
This feature is available for app migrations using CCMA v3.3.7 and JCMA v1.7.2 onwards.
Your cloud app will be notified with webhook event of type listener-errored
(Connect) or a Forge event of type avi:ecosystem.migration:errored:listener
(Forge) when the execution of your server side listener
method onStartAppMigration
has stopped with an exception.
For Forge migrations, the event will also include details such as the type of exception and stack trace to facilitate easier debugging.
onStartAppMigration
,
we recommend your cloud app to update the transfer status to a meaningful settled status based on
data received so far from your server app.Rate this page: