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

Track workers across different working groups #110

Open
a-tze opened this issue Aug 22, 2015 · 1 comment
Open

Track workers across different working groups #110

a-tze opened this issue Aug 22, 2015 · 1 comment

Comments

@a-tze
Copy link
Collaborator

a-tze commented Aug 22, 2015

Issue migrated from trac ticket # 110

component: webapp | priority: major

2015-08-22 23:08:00: @jjeising created the issue


The worker group assignment is currently transparently updated, saving the last group a worker used to authenticate. When multiple scripts are running on one worker with different working groups this causes confusion (e.g. if_storage_ temporary used worker group_minions_).

There are multiple possible enhancements here. First it should be tracked which services a worker (currently) runs scripts for. It may also be useful to track workers across different working groups (e.g. with last seen).

The second enhancement is about the ticket log: it should be shown there which working group the worker was currently in when completing (or beginning) an action.

@a-tze
Copy link
Collaborator Author

a-tze commented Mar 2, 2016

2016-03-02 20:10:53: @a-tze commented


Maybe something like this:

if there is an update to last seen, e.g. a worker authenticates within a Worker group 2 where it has not been before, apply following logic:

  • create worker in WG2
  • leave entry in WG1 (the one it used before)
  • display workers like 'WG/hoststring'
  • implement AJAX delete button in worker view

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