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
Noting that there's a bunch of different implementations for essentially the same thing across different models, so we should think about this from the point of view of coalescing them into a common Reindexable concern (#6931).
Just had a issue where most of our WDTK passenger processes were tied up and weren't able to response to web traffic.
Which root cause is due to calling
PublicBody#expire_requests
This happens for at least two (maybe more?) occasions.
PublicBody#url_name
is changedCensorRule
applicable to a public body's requests is created/updated/destroyedIn absence of #1240 we should ensure this works without blocking the passenger processes.
Initial attempt at fixing this is at #6967
The text was updated successfully, but these errors were encountered: