Page 1 of 1

[2.0.66] Find outstanding requests / requests in flight for an entity (chest)

Posted: Sat Sep 06, 2025 10:07 pm
by hgschmie
I was looking for a simple way to find out for a requester or buffer chest how many items are currently "in flight" to be delivered.

Basically programmatic access to this information:
Screenshot 2025-09-06 at 15.07.01.png
Screenshot 2025-09-06 at 15.07.01.png (67.12 KiB) Viewed 526 times
Is that possible?

Re: [2.0.66] Find outstanding requests / requests in flight for an entity (chest)

Posted: Tue Sep 09, 2025 9:14 am
by Bilka
Just the "on the way", right?

Is this something you'd want for example on a requester chest giving all items with counts, or like that tooltip screenshot as a per item query?

Re: [2.0.66] Find outstanding requests / requests in flight for an entity (chest)

Posted: Tue Sep 09, 2025 7:00 pm
by hgschmie
I had a user asking whether it is possible to expose that information to the circuit network (https://github.com/hgschmie/factorio-in ... d/issues/4) and I started poking around to see whether this information is available.

I guess having a way to ask a requester or buffer chest "what is in flight for delivery" and get back a list of all items with counts in flight would be great.

Re: [2.0.66] Find outstanding requests / requests in flight for an entity (chest)

Posted: Thu Sep 11, 2025 11:03 am
by Bilka

Re: [2.0.66] Find outstanding requests / requests in flight for an entity (chest)

Posted: Fri Sep 12, 2025 5:41 pm
by hgschmie
Cool, thanks! This is a part of the lua api that I have not yet ventured into. I think this is what I was looking for.