Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit 3039d55

Browse files
authored
Known issue symlink (#60)
* Update README.md
1 parent 31ade31 commit 3039d55

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,14 @@ If both are specified, APPSODY_CONTROLLER_IMAGE will be used.
115115
## Controller behavior
116116

117117
- As of release 0.2.4 only file related events will trigger ON_CHANGE actions by the controller. Directory events such as mkdir, rmdir, chmod, etc will not trigger ON_CHANGE actions.
118+
118119
- As of release 0.2.4 a potential problem with how events occuring in the APPSODY_WATCH_IGNORE_DIR are handled has been fixed. Such events are now preprocessed by the watcher code, rather than post processed once the event reaches the controller.
119120

120121
## Known issues
121122

122-
If the Appsody stack of interest uses a script file (.sh for example) that is then edited by the `vi` editor while the script is running, the file modification time is not updated on the container file system until the script ends. What this means is that the ON_CHANGE action is not triggered when `vi` writes the file.
123+
- If the Appsody stack of interest uses a script file (.sh for example) that is then edited by the `vi` editor while the script is running, the file modification time is not updated on the container file system until the script ends. What this means is that the ON_CHANGE action is not triggered when `vi` writes the file.
124+
125+
- The use of symlinks within the directories that the controller monitors for file changes might result in undefined behavior.
123126

124127
## Contributing
125128

0 commit comments

Comments
 (0)