kestra icon indicating copy to clipboard operation
kestra copied to clipboard

feat: Implements message protection for the JDBC Queue

Open loicmathieu opened this issue 6 months ago • 2 comments

Allow to set a limit in size for messages, when exceeded, the message will be refused by the Queue. The JDBC executor and worker has been updated to handle a too big message and fail the execution.

Fixes #4631

loicmathieu avatar Aug 16 '24 10:08 loicmathieu