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
The name choice for OrderIntakeStore::drain_new_orders was poor since it's unclear why it returns None.
We should rename it to try_drain_new_orders_if_no_cancellations which tells you that you get the orders ONLY if we have no cancellations.
The text was updated successfully, but these errors were encountered:
The name choice for
OrderIntakeStore::drain_new_orders
was poor since it's unclear why it returns None.We should rename it to
try_drain_new_orders_if_no_cancellations
which tells you that you get the orders ONLY if we have no cancellations.The text was updated successfully, but these errors were encountered: