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
If any input source of a Cookie Cutter Application throws an Error from within the start function / the message iterator then the entire Application should shut down. This is potentially not working in version 1.2 with Concurrent Message Processor and multiple input sources. Let's add unit tests that verify this behavior for all permutations of
Modes
Serial
Concurrent
RPC
Input Sources
Single
Multiple
Error Handling Modes
LogAndContinue
LogAndFail
The text was updated successfully, but these errors were encountered:
If any input source of a Cookie Cutter Application throws an Error from within the
start
function / the message iterator then the entire Application should shut down. This is potentially not working in version 1.2 with Concurrent Message Processor and multiple input sources. Let's add unit tests that verify this behavior for all permutations ofModes
Input Sources
Error Handling Modes
The text was updated successfully, but these errors were encountered: