Closed alfredbaudisch closed 3 years ago
Updated from critical
to medium-priority
because it only happens when root_path
still doesn't exist in the server, and is left to be created by RepositoryProviders.Git
in the first pull (as soon as the application is started).
Sometimes FileWatcher gets stuck and does not react for new file events and does not send content to be rebuilt when it gets started (when the application is started).
Conditions
remote_repository_url
.root_path
doesn't exist when the application is started, because then theroot_path
physical folder is created byRepositoryProviders.Git
on the first repository pull (as soon as the application is started).How to Reproduce
remote_repository_url
). Or just clone alfredbaudisch/pardall_markdown_phoenix_demo.root_path
must be set to a folder that still doesn't exist.iex -S mix phx.server
root_path
folder and clone the content from the Git repository into itContent reloader is already busy processing 1 event(s) (for a total of 1 pending event(s)). Will re-schedule. If this happens frequently, consider increasing the [...]
but the content will never be parsed and built.Report