> 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/fr/knowledge-base/how-to-articles/recycle-devolutions-server-application-pool-nightly.md).

# Recycler le pool d'applications Devolutions Server chaque nuit

La valeur par défaut définie dans les paramètres ***Regular Time Interval*** des paramètres avancés d'un pool d'applications IIS est utilisée pour recycler le pool d'applications toutes les 29 heures. Parfois, nous devons recycler le pool d'applications chaque nuit pour éviter d'obtenir une application web qui ne répond pas.

1. Ouvrir le gestionnaire IIS.
2. Développer l'arborescence et sélectionner le nœud ***Application Pools***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4135.png" alt=""><figcaption></figcaption></figure>
3. Sélectionner le pool d'applications de Devolutions Server et ouvrir le menu ***Advanced Settings*** depuis le volet Actions à droite.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4136.png" alt=""><figcaption></figcaption></figure>
4. Faire défiler la liste jusqu'en bas et régler ***Regular Time Interval*** à la valeur 0.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4137.png" alt=""><figcaption></figcaption></figure>
5. Sélectionner le paramètre ***Specific Times*** et cliquer sur le bouton des points de suspension.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4138.png" alt=""><figcaption></figcaption></figure>
6. Cliquer sur le bouton ***Add*** dans le dialogue ***TimeSpan Collection Editor*** pour ajouter une nouvelle entrée.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4139.png" alt=""><figcaption></figcaption></figure>
7. Définir l'heure à laquelle le pool d'applications sera recyclé. Cette heure doit être définie au format 24 heures. La capture d'écran suivante est configurée pour recycler chaque nuit à 1:00 AM.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4140.png" alt=""><figcaption></figcaption></figure>
8. Enfin, cliquer sur ***OK*** pour enregistrer la modification.


---

# 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/fr/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.
