From 2df09a5c57b33cca09e8ee3c725dbed7772e2bcd Mon Sep 17 00:00:00 2001 From: Gustav Karlsson Date: Thu, 12 Dec 2024 12:59:41 +0100 Subject: [PATCH] Readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 24131e86..aea1ce41 100644 --- a/README.md +++ b/README.md @@ -283,8 +283,7 @@ Fetched executions are already locked/picked for this scheduler-instance thus sa (i.e. keep threads busy), set to for example `1.0, 4.0`. Currently hearbeats are not updated for picked executions in queue (applicable if `upperLimitFractionOfThreads > 1.0`). If they stay there for more than `4 * heartbeat-interval` (default `20m`), not starting execution, they will be detected as _dead_ and likely be -unlocked again (determined by `DeadExecutionHandler`). Currently supported by **postgres**. **sql-server** also supports -this, but testing has shown this is prone to deadlocks and thus not recommended until understood/resolved. +unlocked again (determined by `DeadExecutionHandler`). Currently supported by PostgreSQL, SQL Server, MySQL v8+. #### Less commonly tuned