If you enable unknown jobs with this config setting:
"allow_unknown_jobs": 1,
And do not specify "do_create_global_status_v1" as a handler gearbox will not be able to create status objects and write requests will hang.
Perhaps the known_job_name method in JobManager should require a job with the given name has been registered rather than just returning true if allow_unknown_jobs is true.