mirror of
https://github.com/kestra-io/kestra.git
synced 2026-02-03 00:00:56 -05:00
Using `@Nullable` here hides a configuration issue where watching is enabled but due to mis-configuration (ex: the directory to watch didn't exist) the WatchService cannot be created by Micronaut. Part-of: https://github.com/kestra-io/kestra/issues/13700