We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Could the QueueConsumer interface be updated to automatically TaskExecutionResult.fail() on an uncaught exception? The pattern of
try { // Process } catch (e: Exception) { // log exception // return TaskExecutionResult.fail() }
isn't compatible with top-level Spring exception handlers and leads to the catch and log pattern.
catch and log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Could the QueueConsumer interface be updated to automatically TaskExecutionResult.fail() on an uncaught exception? The pattern of
isn't compatible with top-level Spring exception handlers and leads to the
catch and log
pattern.The text was updated successfully, but these errors were encountered: