> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/es/knowledge-base/how-to-articles/recycle-devolutions-server-application-pool-nightly.md).

# Reciclar el grupo de aplicaciones de Devolutions Server cada noche

El valor predeterminado establecido en los parámetros ***Regular Time Interval*** de la configuración avanzada de un grupo de aplicaciones de IIS se utiliza para reciclar el grupo de aplicaciones cada 29 horas. En ocasiones, necesitamos reciclar el grupo de aplicaciones cada noche para evitar obtener una aplicación web que no responda.

1. Abra IIS Manager.
2. Expanda el árbol y seleccione el nodo ***Application Pools***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4135.png" alt=""><figcaption></figcaption></figure>
3. Seleccione el grupo de aplicaciones de Devolutions Server y abra el menú ***Advanced Settings*** desde el panel Actions situado a la derecha.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4136.png" alt=""><figcaption></figcaption></figure>
4. Desplace la lista hasta la parte inferior y establezca ***Regular Time Interval*** en el valor 0.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4137.png" alt=""><figcaption></figcaption></figure>
5. Seleccione el parámetro ***Specific Times*** y haga clic en el botón de puntos suspensivos.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4138.png" alt=""><figcaption></figcaption></figure>
6. Haga clic en el botón ***Add*** del cuadro de diálogo ***TimeSpan Collection Editor*** para añadir una nueva entrada.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4139.png" alt=""><figcaption></figcaption></figure>
7. Establezca la hora a la que se reciclará el grupo de aplicaciones. Esta hora debe indicarse en formato de 24 horas. La siguiente captura de pantalla está configurada para reciclar cada noche a la 1:00 AM.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4140.png" alt=""><figcaption></figcaption></figure>
8. Por último, haga clic en ***OK*** para guardar la modificación.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/server/es/knowledge-base/how-to-articles/recycle-devolutions-server-application-pool-nightly.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
