You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need scheduled task to brew beer. If Inventory qty on hand is less than beer.qtyOnhand, brew quantityToBrew - update inventory. Use Spring tasks scheduler
The text was updated successfully, but these errors were encountered:
Shouldn't the task order beer to be brewed if the beer_inventory.quantity_on_hand is equal to or below the beer.min_on_hand, at which point the beer.quantity_to_brew should be scheduled?
(since we don't have the brewing process currently available, updating the inventory automatically is a temporary bridge, but beer should go through stages (could be defined as a time period).
How frequent should the re-order task check the current inventory?
Need scheduled task to brew beer. If Inventory qty on hand is less than beer.qtyOnhand, brew quantityToBrew - update inventory. Use Spring tasks scheduler
The text was updated successfully, but these errors were encountered: