Replies: 1 comment 2 replies
-
|
For now, ignoring resources based on the Until then, looks like there's nothing else we could do to improve the experience. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In this user defined annotation PR we introduced a new auto generated $inflight "construct" that is also added to the tree.json output.
For this code:
we are getting new additions to the tree.json, such as:
Which make our Console view looks like:
When this visual annotation issue will be implemented, we could add a default visibility (false) for those types of $inflight auto generated "constructs".
We need to find a way of to remove those from the Console until the above issue will be solved.
My suggestion for now would be to ignore all "$inflight" prefixed resources and constructs.
Regarding the additional
cloud.Queue-OnMessageHandler-31b6af0d(can be seen in the image above), I don't have an idea for how to ignore it.@Chriscbr @eladb @skyrpex @polamoros
What do you say?
Beta Was this translation helpful? Give feedback.
All reactions