Replies: 2 comments
-
Is this for Background Jobs or Commands Feature? It's not really possible with the current design but can you include a use-case with your feature requests so I can determine how common and useful the use case is or if there's an alternative way to achieve it, e.g. when are you wanting to schedule a command with a different Retry Policy than what's statically defined for that command type on the Route attribute definition? and which parts of the policy are you wanting to change? |
Beta Was this translation helpful? Give feedback.
-
ok, it's not currently possible since Commands are not executed with any per instance context or configuration so any configuration for it can only be registered against the command Type. There is a Otherwise you could change behavior between production and test/debug builds with a conditional symbol: #if !DEBUG I'll leave this feature request open, if we end up adding per instance configuration on executing commands. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Would be nice to have a configurable RetryPolicy per Command rather than a global or hardcoded one in the RetryAttribute?
Beta Was this translation helpful? Give feedback.
All reactions