limitations.asciidoc 932 B

12345678910111213141516171819202122232425262728
  1. [[watcher-limitations]]
  2. == Watcher Limitations
  3. [float]
  4. === Watches Are Not Updated When File Based Scripts Change
  5. When you refer to a file script in a watch, the watch itself is not updated
  6. if you change the script on the filesystem.
  7. Currently, the only way to reload a file script in a watch is to delete
  8. the watch and recreate it.
  9. [float]
  10. === Watcher UI
  11. When you create a new watch or edit an existing watch, if you navigate away
  12. from the page without saving your changes they will be lost without warning.
  13. Make sure to save your changes before leaving the page.
  14. image::watcher-ui-edit-watch.png[]
  15. [float]
  16. === Security Integration
  17. When {security} is enabled, a watch stores information about what the user who
  18. stored the watch is allowed to execute **at that time**. This means, if those
  19. permissions change over time, the watch will still be able to execute with the
  20. permissions that existed when the watch was created.