nim-dagger/codex/sales
markspanbroek d3a22a7b7b
Fix slot queue push (#542)
* [sales] remove availability check before adding to slot queue

* [sales] add missing return statement

* [tests] remove 'eventuallyCheck' helper

* [sales] remove reservations from slot queue

* [tests] rename module `eventually` -> `always`

* [sales] increase slot queue size

Because it will now also hold items for which we haven't
checked availability yet.
2023-09-04 16:42:09 +02:00
..
states refactor: merging proving module into sales (#469) 2023-08-21 12:26:43 +02:00
reservations.nim Improve integration testing client (CodexClient) and json serialization (#514) 2023-09-01 15:44:41 +10:00
salesagent.nim Cancel and wait for asyncstatemachine futures when stopping (#493) 2023-07-31 15:09:34 +10:00
salescontext.nim refactor: merging proving module into sales (#469) 2023-08-21 12:26:43 +02:00
salesdata.nim Slot queue (#455) 2023-07-25 12:50:30 +10:00
slotqueue.nim Fix slot queue push (#542) 2023-09-04 16:42:09 +02:00
statemachine.nim refactor: merging proving module into sales (#469) 2023-08-21 12:26:43 +02:00