Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kagkarlsson committed Dec 12, 2024
1 parent f342f8d commit 2df09a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2df09a5

Please sign in to comment.