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
When an action is already updated but activations with an old revision arrive, this error can happen.
It is not supposed to happen in a normal case but it might happen when a cache invalidation issue happens for some reason.
logging.error(this, s"An unknown DB connection error occurred while fetching an action: $e.")
80
+
logging.error(
81
+
this,
82
+
s"An unknown DB error occurred while fetching action ${creation.invocationNamespace}/${creation.action} for creation ${creation.creationId}, error: $e.")
0 commit comments