Skip to content
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

Error - modulo by zero #204

Open
ghost opened this issue Aug 25, 2016 · 0 comments
Open

Error - modulo by zero #204

ghost opened this issue Aug 25, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 25, 2016

Originally reported by: Jason R. Coombs (Bitbucket: jaraco, GitHub: jaraco)


We recently saw this in the VR logs for a failed swarm:

Traceback (most recent call last):
  File "/app/.heroku/venv/lib/python2.7/site-packages/vr/server/tasks.py", line 87, in wrapper
    func(*args, **kwargs)
  File "/app/.heroku/venv/lib/python2.7/site-packages/vr/server/tasks.py", line 556, in swarm_release
    host = hosts[x % hostcount]
ZeroDivisionError: integer division or modulo by zero

@ghost ghost added major bug labels Sep 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants