django-rq icon indicating copy to clipboard operation
django-rq copied to clipboard

Work-horse proccess was terminated unexpectedly

Open alekaizer opened this issue 8 years ago • 3 comments

Hi,

I'm facing a problem on my workers when I perform a call to a distant server using requests

in the main process, it goes well, and works, but when I delay, it crashes and move the job to failed queue, and from the failed queue, the exc_info is Work-horse proccess was terminated unexpectedly

It took me a while to track it down, and looking on rq repo, I've seen those two tickets, they are closed, but the issue still on django-rq

#702 #473

Is there another work around to have the requests perform ?

alekaizer avatar Dec 19 '16 17:12 alekaizer

I'm now getting this error. @alekaizer were you able to find a fix?

wroscoe avatar Apr 10 '18 16:04 wroscoe

@wroscoe unfortunately no, had to go with Celery

alekaizer avatar May 14 '18 00:05 alekaizer

Use urllib3 this worked for me

pollitux avatar Jul 05 '18 23:07 pollitux