I'm having problems using redis queue in my Ubuntu Server 22.04 (running AWS with 16GB of Ram and 4 CPU cores).
I have a web application using docker compose with Python 3.10, Redis 7.0.11, Redis Queue 1.14.0.
In my application I send a task to redis queue that uses EvalML library to find the best ML model for a set of variables.
I think there is a bug with Ubuntu server and RQ. Please if anyone knows anything I would be very grateful.
I tested my webapp correctly inside WSL2 and also MacOS Monterrey using docker compose. However inside Ubuntu Server 22.04 with docker it shows this error