Skip to content

Usability: listen for jobs coming to multiple workers at once #129

Description

@vibraphone

It would be nice to be able to listen for a job coming in on any of several workers. That way a process could start a "handshake" worker to answer metadata queries (like directory listings or whether a given file can be loaded) and another "session"-based worker that contains a model or mesh loaded into memory which might require several operations.

The issue is that the session-based worker will be tagged and thus not respond to requests without extra work from the client.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions