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

Zlecanie tasków slave'om #9

Closed
dextero opened this issue Mar 29, 2014 · 2 comments
Closed

Zlecanie tasków slave'om #9

dextero opened this issue Mar 29, 2014 · 2 comments
Assignees
Labels

Comments

@dextero
Copy link
Collaborator

dextero commented Mar 29, 2014

Oczekujące na wykonanie joby powinny być wyciągane z bazy i przekazywane slave'om. Trzeba w jakiś sposób zapamiętać, który slave pracuje nad jakim zadaniem.

@dextero dextero added this to the Iteracja #1 milestone Mar 29, 2014
@dextero dextero added the master label Mar 29, 2014
@radk0s radk0s removed this from the Iteracja #1 milestone Mar 31, 2014
@jswk
Copy link
Collaborator

jswk commented Mar 31, 2014

Scheduler podczas włączania aplikacji wyciąga dane o zleconych wcześniej jobach z bazy.

Podczas pracy informacje o nowych jobach otrzymywane są poprzez szynę zdarzeń.

@jswk
Copy link
Collaborator

jswk commented Apr 6, 2014

Po namyśle doszedłem do wniosku że ta szyna zdarzeń nie jest jednak najszczęśliwszym rozwiązaniem. Lepsze będzie po prostu skorzystanie z callbacków.

Sam Scheduler będzie operował na bazie, nie będzie trzymał podręcznej listy tasków czy jobów.

radk0s added a commit that referenced this issue Apr 6, 2014
Js #13 server architecture and #9 enquing tasks
@dextero dextero closed this as completed Apr 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants