The data pipeline uses FunctionApp (implemented in JAVA) that is triggered if a new message is sent into a Azure Queue Storage. The message is moved automatically to the -poison queue if the FunctionApp is failed. The time-to-live of created messages is 7 days by default. Is it possible to increase the value? We would like to set TTL=-1 for messages in the -poison queue. How can we achieve it? Do you know any workaround for that?