mirror of
https://github.com/win32service/Win32ServiceBundle.git
synced 2026-04-26 10:18:02 +02:00
Unrecognized options "time-limit" and "failure-limit" #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nkrewcun on GitHub (Sep 18, 2024).
Originally assigned to: @macintoshplus on GitHub.
I tried setting up the time-limit or failure-limit in my yaml config file like so:
But encountered the following error:
I also tried putting single quotes around the options but still get the same error.
The Symfony ArrayNode seems to be normalizing the options by changing the - to an _ and it prevents the use of these two options.
Could you fix this please?
@macintoshplus commented on GitHub (Oct 21, 2024):
See #16
@macintoshplus commented on GitHub (Oct 23, 2024):
Fixed in release v2.0.1