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
The issue is fetching values, which searches for all the uses of the custom attribute in all the tasks. It's never actually used either, so should definitely be removed.
When I introduced the PR to add custom attributes, it does so using the following query:
Apparently, when running towards our production or staging cluster, this query is too heavy, or takes too long time, resulting in a timeout.
Is there anything about this that should be expensive? I feel like fetching maybe roughly 200 custom attributes should be relatively simple.
The text was updated successfully, but these errors were encountered: