Implement a new worker based on gevent for Python 3 and rq 0.7.1 and gevent 1.2.1 ###Crash Official Worker use os.fork() to spawn a child process to execute a job, so if the job cause the process ...