Skip to content

Not enumerating global handlers causes write requests to hang #5

@jaybuff

Description

@jaybuff

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions