Skip to content

Commit 39b1b4f

Browse files
authored
add warning to highlight deprecation of --wait-on-lock configuration option
1 parent deab40b commit 39b1b4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/locks.md

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ Using the `--wait-on-lock` configuration option, you can change how EasyBuild de
7575
how frequently EasyBuild should check whether an existing lock was removed. By specifying a non-zero value `secs`, you
7676
can indicate how many seconds EasyBuild should wait before checking again whether the lock is still in place.
7777

78+
!!! warning
79+
The `--wait-on-lock` configuration option is deprecated, please use `--wait-on-lock-interval` and `--wait-on-lock-limit` instead!
80+
7881
!!! note
7982
If the lock is never removed, the EasyBuild session will never terminate; it will keep checking every `S` seconds whether the lock is still in place.
8083

0 commit comments

Comments
 (0)