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
On running Redis ListPop task, the data should be popped, and the output uri should contain the popped data.
Actual Behaviour
On running Redis ListPop task, the data gets popped. In the Outputs tab, the count of data popped is correctly reflected. The Outputs also contain uri but the file is empty. I verified that the file is empty based on size and its preview content.
Steps To Reproduce
Execute the ListPush example flow that pushes data into the list.
Execute the ListPop example flow to pop the data.
Check the output of the flow containing ListPop task.
Environment Information
Kestra Version: 0.15.5
Plugin version: 0.15.5
Operating System (OS / Docker / Kubernetes): Docker
Expected Behavior
On running Redis ListPop task, the data should be popped, and the output uri should contain the popped data.
Actual Behaviour
On running Redis ListPop task, the data gets popped. In the Outputs tab, the count of data popped is correctly reflected. The Outputs also contain uri but the file is empty. I verified that the file is empty based on size and its preview content.
![Screenshot 2024-03-23 at 6 30 44 PM](https://private-user-images.githubusercontent.com/6594483/316242988-0fe023d6-ca7f-4eac-b92e-d8c7385637f3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2OTM4MzEsIm5iZiI6MTczOTY5MzUzMSwicGF0aCI6Ii82NTk0NDgzLzMxNjI0Mjk4OC0wZmUwMjNkNi1jYTdmLTRlYWMtYjkyZS1kOGM3Mzg1NjM3ZjMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTZUMDgxMjExWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDk4OGI3YmNjZDBlOTllYWIzMzlmMWY3N2YxZTk0OGYyNmUyZGMxMDE2NjhkZWVjNTNlMjNkOTg1NjgyN2VkMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.H1BKjg9dC1tlZ7joCxdDxJJWq6PMBKRm1ycFmoDRLuc)
Steps To Reproduce
Environment Information
Example flow
ListPush flow:
ListPop flow
The text was updated successfully, but these errors were encountered: