Add more options to the "action" advice #1332
Replies: 2 comments 1 reply
-
You can already specify the following advice action to update a config:
What did you have in mind? |
Beta Was this translation helpful? Give feedback.
-
Ah right. A big design decision for how I wonder if there's a way we could implement batching. We could have some way of allowing a command to specify a custom method for ingesting multiple client requests at the same time. That way we would get the behaviour you describe, still have all the advantages of having it generic, all while not even having to change our existing API. |
Beta Was this translation helpful? Give feedback.
-
At the moment, among the plenty advices that we have, there's the type action.
This advice would allow us to have a command (and flags) to fix the diagnostic.
My proposal is to also add the possibility to specify a partial configuration, in case the issue can be fixed via configuration. This would allow us to do a bulk update by looping through all the diagnostics, without the necessity to run multiple commands to fix the issue.
This would come in handy in case we have lot of issues related to invalid licenses.
Beta Was this translation helpful? Give feedback.
All reactions