Skip to content

Instantly share code, notes, and snippets.

@bwarren2
Created June 25, 2014 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bwarren2/e6a9a0b009aaa553e1a4 to your computer and use it in GitHub Desktop.
Save bwarren2/e6a9a0b009aaa553e1a4 to your computer and use it in GitHub Desktop.
Error Email
#Error Email
Task app.management.tasks.api_calls.ApiCall with id b670e373-1274-472e-8771-ba2d5d0aa1d0 raised exception:
'SoftTimeLimitExceeded()'
Task was called with args: [] kwargs: {'mode': '<mode>', 'api_context': <app.management.tasks.api_calls.ApiContext object at 0x2bba190>}.
The contents of the full traceback was:
Traceback (most recent call last):
File "/app/.heroku/python/lib/python2.7/site-packages/celery/app/trace.py", line 283, in trace_task
uuid, retval, SUCCESS, request=task_request,
File "/app/.heroku/python/lib/python2.7/site-packages/celery/backends/base.py", line 254, in store_result
request=request, **kwargs)
File "/app/.heroku/python/lib/python2.7/site-packages/celery/backends/base.py", line 487, in _store_result
self.set(self.get_key_for_task(task_id), self.encode(meta))
File "/app/.heroku/python/lib/python2.7/site-packages/celery/backends/redis.py", line 160, in set
return self.ensure(self._set, (key, value), **retry_policy)
File "/app/.heroku/python/lib/python2.7/site-packages/celery/backends/redis.py", line 149, in ensure
**retry_policy
File "/app/.heroku/python/lib/python2.7/site-packages/kombu/utils/__init__.py", line 243, in retry_over_time
return fun(*args, **kwargs)
File "/app/.heroku/python/lib/python2.7/site-packages/celery/backends/redis.py", line 169, in _set
pipe.execute()
File "/app/.heroku/python/lib/python2.7/site-packages/redis/client.py", line 2154, in execute
return execute(conn, stack, raise_on_error)
File "/app/.heroku/python/lib/python2.7/site-packages/redis/client.py", line 2025, in _execute_transaction
connection.send_packed_command(all_cmds)
File "/app/.heroku/python/lib/python2.7/site-packages/redis/connection.py", line 313, in send_packed_command
self._sock.sendall(command)
File "/app/.heroku/python/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
File "/app/.heroku/python/lib/python2.7/site-packages/billiard/pool.py", line 229, in soft_timeout_sighandler
raise SoftTimeLimitExceeded()
SoftTimeLimitExceeded: SoftTimeLimitExceeded()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment