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
Currently the tasks breaks if localconf is not writable which makes it impossible to use this extension on instances with locked file systems.
Check for write permissions is not needed in all cases and should only be triggered if there is a need to write to localconf file (settings change).
Use case:
Read new labels of updated extensions while no settings change was made.
Maybe even the "ConfigurationChanged" could be done in a different way without writing to localconf at all?
The text was updated successfully, but these errors were encountered:
WebsiteDeveloper
changed the title
Index scheduler task should run on read only file systems
[FEATURE] Index scheduler task should run on read only file systems
Jan 15, 2019
Currently the tasks breaks if localconf is not writable which makes it impossible to use this extension on instances with locked file systems.
Check for write permissions is not needed in all cases and should only be triggered if there is a need to write to localconf file (settings change).
Use case:
Read new labels of updated extensions while no settings change was made.
Maybe even the "ConfigurationChanged" could be done in a different way without writing to localconf at all?
The text was updated successfully, but these errors were encountered: