nasa / bplib

Apache License 2.0
30 stars 13 forks source link

Fix #127, process cache pending_list as a triggered job #141

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

This was previously handled during polling cycles, so bundles that are pending have to wait until the next cycle. Making it scheduled improves throughput/response time.

Fixes #127