Open
Description
Right now the import thread fetches remote function definitions, actor definitions, custom class definitions (needed for custom serialization callbacks). It should be possible to get rid of the extra thread and to simply fetch these values from Redis when they are needed (though that could add latency the first time a remote function is invoked on a worker).
This would also address an issue brought up in #824.