What is the retention policy on asynchronous request results in MATLAB Production Server?

3 visualizaciones (últimos 30 días)
Once the results for an asynchronous request are ready, how long will they remain available to retrieve from the server?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 29 de Mzo. de 2024
Editada: MathWorks Support Team el 29 de Mzo. de 2024 a las 10:33
A MATLAB Production Server instance will retain responses to completed asynchronous requests until/unless any of the follow are true:
1) The client deletes the asynchronous request and it’s response after consuming it. For more information refer to the following link:
2) The '--request-timeout' option was configured in the 'main_config' file. Enabling this lets the server delete a completed asynchronous request after the specified time period. For more information refer to the following link:
3) The '--server-memory-threshold' and '--server-memory-threshold-overflow-action' options were configured in the 'main_config' file. Together these options decide when the server will take action on accumulated requests and what that action will be. The server can either purge or archive responses. For more information refer to the following link:

Más respuestas (0)

Categorías

Más información sobre Server Management en Help Center y File Exchange.

Productos


Versión

R2016b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by