diff --git a/README.md b/README.md index 61b5aa7dd6c8b..d3e87a1af2f4a 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,7 @@ it being synced automatically everyday. | INSTANCE_EVENTS_WEBHOOK | None | Webhook to notify of events such as new user added, signup/invite. Can hook back to windmill to send emails | | GLOBAL_CACHE_INTERVAL | 10\*60 | (Enterprise Edition only) Interval in seconds in between bucket sync of the cache. This interval \* 2 is the time at which you're guaranteed all the worker's caches are synced together. | Worker | | WORKER_TAGS | 'deno,go,python3,bash,flow,hub,dependency' | The worker groups assigned to that workers | Worker | -| DEDICATED_WORKER | None | Unique script to run on that worker. Has to be in the form of : | Worker | +| DEDICATED_WORKER | None | Unique script to run on that worker. Has to be in the form of `:` | Worker | | CUSTOM_TAGS | None | The custom tags assignable to scripts. | Server | | JOB_RETENTION_SECS | 60*60*24\*60 //60 days | **Overriden by the instance settings UI** The time in seconds after which jobs get deleted. Set to 0 or -1 to never delete | | WAIT_RESULT_FAST_POLL_INTERVAL_MS | 50 | The time in between polling for the run_wait_result endpoints in fast poll mode | Server |