kestra
kestra copied to clipboard
feat: Implements message protection for the JDBC Queue
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