You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to trigger an instance reload whenever the git repository changes. This is mainly to clear the uWSGI cache as each page (after generated) is put there and served using the 'cache internal router'
Reloading the whole server (only to clear the cache) seems overkill, so a
--touch-cache-clear
would be a great (and cheap) solution
The text was updated successfully, but these errors were encountered:
i think the way of "touch" files has been abused (see logrotate and logreopen). The master fifo way is a lot better for sure. We can eventually add a command to clear the cache.
In a project (my company website) i have added
touch-reload = .git/index
to trigger an instance reload whenever the git repository changes. This is mainly to clear the uWSGI cache as each page (after generated) is put there and served using the 'cache internal router'
Reloading the whole server (only to clear the cache) seems overkill, so a
--touch-cache-clear
would be a great (and cheap) solution
The text was updated successfully, but these errors were encountered: