Tomohiro Nakagawa
08/10/2022, 10:22 PMredic-cli
in prefect task. My flow runs in ECS cluster in prefect 1.2.0.
I tried ShellTask and I got Command failed with exit code 127
. The command I’m trying to run is something like this.
redis-cli -h myhost --scan --pattern "mypattern" | | xargs redis-cli -h myhost unlink
Is it possible to run this command using ShellTask? I tried to use `RedisExecute`as well but it complains about Secret, and i do not think my redis has password…Any help would be appreciatedMatt Conger
08/10/2022, 10:46 PMTomohiro Nakagawa
08/10/2022, 10:48 PMKhuyen Tran
08/10/2022, 10:52 PMprefect
command on your terminal work?Tomohiro Nakagawa
08/10/2022, 10:53 PMprefect
command works on my terminal. redis-cli
works too on my terminalAnna Geller
08/11/2022, 12:02 AMTomohiro Nakagawa
08/11/2022, 1:18 PM