Redis – RQ is unable to find the task using string like function ref
I've have a fastapi server and I want to implement background task using Redis and RQ. I've created FASTAPI_SERVER, REDIS_SERVER and WORKER_SERVER in docker-compose. Here is what my fastapi code looks like for creating a task in Redis Queue: @app.get("/api/greet")…