Skip to content

"redis.exceptions.ResponseError: workers_offload failure" Error in the code #3015

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pjain05 opened this issue Oct 17, 2023 · 1 comment
Open
Labels

Comments

@pjain05
Copy link

pjain05 commented Oct 17, 2023

Version: redis-py 4.5.4 and redis server version is 6.2.10

Platform: Python 3.9 on Alpine Linux v3.11

I have a python Flask microservice which is consuming Redis as both queue and Cache. I am getting the below error trace upon healthcheck failure. This healthcheck is simple wherein it runs only the info() command of Redis. I checked on the internet but couldn't find anything in both the redis and redis-py documentation or over the internet.

Can anyone please explain this error "workers_offload failure"?

Traceback (most recent call last):
  File "/usr/local/runscope/queue/lib/python3.9/site-packages/healthcheck/__init__.py", line 106, in run_check
    passed, output = checker()
  File "/usr/local/runscope/queue/lib/python3.9/site-packages/smart_service/alchemist/redis.py", line 173, in redis_healthcheck
    redis_manager.get_client(port=port).info()
  File "/usr/local/runscope/queue/lib/python3.9/site-packages/redis/commands/core.py", line 980, in info
    return self.execute_command("INFO", **kwargs)
  File "/usr/local/runscope/queue/lib/python3.9/site-packages/redis/client.py", line 1258, in execute_command
    return conn.retry.call_with_retry(
  File "/usr/local/runscope/queue/lib/python3.9/site-packages/redis/retry.py", line 46, in call_with_retry
    return do()
  File "/usr/local/runscope/queue/lib/python3.9/site-packages/redis/client.py", line 1259, in <lambda>
    lambda: self._send_command_parse_response(
  File "/usr/local/runscope/queue/lib/python3.9/site-packages/redis/client.py", line 1235, in _send_command_parse_response
    return self.parse_response(conn, command_name, **options)
  File "/usr/local/runscope/queue/lib/python3.9/site-packages/redis/client.py", line 1275, in parse_response
    response = connection.read_response()
  File "/usr/local/runscope/queue/lib/python3.9/site-packages/redis/connection.py", line 882, in read_response
    raise response
redis.exceptions.ResponseError: workers_offload failure
Copy link
Contributor

This issue is marked stale. It will be closed in 30 days if it is not updated.

@github-actions github-actions bot added the Stale label May 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant