-
Notifications
You must be signed in to change notification settings - Fork 1
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
Assignment 4 schedule and aggregation of order #12
Comments
Dr4gonbl4de
added a commit
that referenced
this issue
Nov 17, 2018
Dr4gonbl4de
added a commit
that referenced
this issue
Nov 17, 2018
reading client file properly in agent
Dr4gonbl4de
added a commit
that referenced
this issue
Nov 19, 2018
Dr4gonbl4de
added a commit
that referenced
this issue
Nov 19, 2018
most messages working added definition of messages
Dr4gonbl4de
pushed a commit
that referenced
this issue
Nov 22, 2018
using finished() correctly fixed some communications
Dr4gonbl4de
added a commit
that referenced
this issue
Nov 25, 2018
accepting proposals now always working
Dr4gonbl4de
added a commit
that referenced
this issue
Nov 25, 2018
Orders are put into Queue sorted by delivery date
Dr4gonbl4de
added a commit
that referenced
this issue
Nov 25, 2018
Now propagating all scheduled orders
Dr4gonbl4de
added a commit
that referenced
this issue
Nov 25, 2018
Hot fix for sync issues between scheduler and orderprocessing
Dr4gonbl4de
added a commit
that referenced
this issue
Nov 26, 2018
added queue position request and updated documentation accordingly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
order processing checks schedule for feasibility and makes offer
productionManager aggregates accepted orders by delivery date.
The OrderProcessing agent has to send orders to all agents.
OrderProcessingAgent is kind of dump. It just checks which orders has to be calculated net
Output JSON Format List - Sorted List with delivery date (closes deadline first element)
Orders of same day has to be send immediately
Every time you receive an order send it to all agents - scheduled orders send it to Dough Preparation agent
DummyAgent - base class for visualization, clock
The text was updated successfully, but these errors were encountered: