Hey there. Is there a way to perform a differential update of worker settings? For example, I'd li
Hey there.
Is there a way to perform a differential update of worker settings?
For example, I'd like to dynamically bind a setting like so:
However, this method overrides any previously set bindings. Retrieving all current bindings and adding a new one is another approach, but this will eventually fail due to the max body size limit, so I'm looking for another way of doing this and/or new ideas.
Is there a way to perform a differential update of worker settings?
For example, I'd like to dynamically bind a setting like so:
However, this method overrides any previously set bindings. Retrieving all current bindings and adding a new one is another approach, but this will eventually fail due to the max body size limit, so I'm looking for another way of doing this and/or new ideas.

