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

Multi dispatchers #40

Open
hughjfchen opened this issue Apr 8, 2020 · 0 comments
Open

Multi dispatchers #40

hughjfchen opened this issue Apr 8, 2020 · 0 comments

Comments

@hughjfchen
Copy link

Problem statement

In a real deployment, the number of remote hosts which dispatcher manage may increase to hundreds or thousands. As the number keeps increasing, separate hosts by function/group may ease the management and scalability. However, current dispatcher implementation may cause some conflict when updating jobs status in a multi dispatchers environment.

Steps to reproduce

  1. Run multi dispatchers
  2. submit some jobs
  3. job may run multi times or job status may not correct

Expected result

Job only run once and the status updated accordingly.

Actual result

Job may run multi times or the status not right.

batchd version

Github master

Please specify whether you are using installation from hackage, or building source from github.
Built from github master.

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

No branches or pull requests

2 participants