django-rq
django-rq copied to clipboard
Work-horse proccess was terminated unexpectedly
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
Is there another work around to have the requests perform ?
I'm now getting this error. @alekaizer were you able to find a fix?
@wroscoe unfortunately no, had to go with Celery
Use urllib3 this worked for me