From 551bb385e7e1d9efc14700006f2fa0955d7748ba Mon Sep 17 00:00:00 2001 From: Husam Aamer Date: Wed, 24 Sep 2025 11:06:12 +0300 Subject: [PATCH] Fix REFRESH_WORKER documentation link --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 3b0f14b0..0c057424 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -6,7 +6,7 @@ This document outlines the environment variables available for configuring the ` | Environment Variable | Description | Default | | -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | -| `REFRESH_WORKER` | When `true`, the worker pod will stop after each completed job to ensure a clean state for the next job. See the [RunPod documentation](https://docs.runpod.io/docs/handler-additional-controls#refresh-worker) for details. | `false` | +| `REFRESH_WORKER` | When `true`, the worker pod will stop after each completed job to ensure a clean state for the next job. See the [RunPod documentation]([https://docs.runpod.io/docs/handler-additional-controls#refresh-worker](https://docs.runpod.io/serverless/workers/handler-functions#worker-refresh)) for details. | `false` | | `SERVE_API_LOCALLY` | When `true`, enables a local HTTP server simulating the RunPod environment for development and testing. See the [Development Guide](development.md#local-api) for more details. | `false` | ## Logging Configuration