-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
workflow - logs on test systems are flooded because of missing config entry #2450
Comments
not reproducible - errors seems to go away when restarting the UI The following error is not the same issue: this is triggered when changing settings - or even when visiting settings pages? During app import when clicking into various settings pages, we get the error:
|
|
debugging this revealed that the config is permanently read but there seems to be no activity in-between reads. Could also provoke a situation (during continuous config reading) where we could not save the modelling settings because in WriteToDatabase the semaphoreSlim.WaitAsync was not available (even though read locking was turned off at the time) . subscription getConfigItemsByUser($userId: Int) {
config(where: {config_user: {_eq: $userId}}) {
config_key
config_value
}
} But the save never went through (in fact no settings save was possible). |
Jun 13 09:26:47 srv-name fworch-ui[1660376]: 2024-06-13T09:26:47+02:00 Debug - Load Global Config Items (Config.cs in line 99), Config item with key "reqReducedView" could not be found. Using default value.
Could you have a look and maybe fix this in your current PR?
Would be good to know who/why this entry is permanently read.
The text was updated successfully, but these errors were encountered: