Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle multiple actor for same job case #10

Open
brandonpille opened this issue Mar 16, 2023 · 0 comments
Open

Handle multiple actor for same job case #10

brandonpille opened this issue Mar 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@brandonpille
Copy link
Contributor

We currently expect jobs to be for one specific actor. But it could be that two actors are handeling the same jobs. We need to decide how to handle that. Possibilities (just thinking here):

  • We make all actors handle the job
    • We mark the job as completed if all actors handled the job
    • We mark the job as completed if one of the actors handled the job
    • We mark the job as completed if most actors completed the job
    • We allow the choice for prior 3 methods via the job description
  • We make one actor handle the job which could be:
    • the first in the list
    • the fastest
  • We introduce priorities in actors (highest priority gets to execute the job)
@brandonpille brandonpille added the enhancement New feature or request label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant