17
¿Alguien ha intentado eliminar errores de apical worker using pdb? Siempre que sea un punto de interrupción se encuentra (ya sea mediante la ejecución de celeryd a través de AP, o por pdb.set_trace()
), me golpeó el siguiente error:depuración de apry de djcelery a través de pdb
Error while handling action event.
Traceback (most recent call last):
File "/home/jeeyo/workspace3/uwcr/subscriptions/tasks.py", line 79, in process_action_event
func(action_event)
File "/home/jeeyo/workspace3/uwcr/subscriptions/tasks.py", line 36, in new_user_email
send_registration_email(username, new_user.get_profile().plaintext_password)
File "/home/jeeyo/workspace3/uwcr/looers/email.py", line 18, in send_registration_email
'Your password from UWCoopRankings', user
File "/home/jeeyo/workspace3/uwcr/looers/email.py", line 61, in send_email
if isinstance(to, basestring):
File "/home/jeeyo/workspace3/uwcr/looers/email.py", line 61, in send_email
if isinstance(to, basestring):
File "/usr/lib/python2.6/bdb.py", line 46, in trace_dispatch
return self.dispatch_line(frame)
File "/usr/lib/python2.6/bdb.py", line 65, in dispatch_line
if self.quitting: raise BdbQuit
BdbQuit
Cualquier solución a esto?
El enlace ha cambiado. http://docs.celeryproject.org/en/latest/tutorials/debugging.html –
¡El enlace ha cambiado ... otra vez! http://docs.celeryproject.org/en/latest/userguide/debugging.html – nachopro