nicolasburtey

Results 230 comments of nicolasburtey

could be a relevant issue for @openoms to look at

is the graphql interface meant to be update for filtering and searching, but one basic (without filtering and searching) already exist?

probably a good commit to add here: https://github.com/GaloyMoney/galoy/commit/ee68eb86825824f342b6c73409576a2b20a230bf

@alexbosworth @ryanthegentry this features would really be helpful for us

related PR: https://github.com/GaloyMoney/galoy/pull/1188

> A workaround is to subscribe to all invoices and then individually subscribe to the invoices where you want hold state updates this doesn't work for our use case: we...

so, pod1 "invoice-listeners" start, run `subcribeToInvoices` pod2 "invoice-creator" start, run periodically `invoiceCreate` pod1 will receive event even for invoice created after `subcribeToInvoices` has started?

ok, I thought this was only for already existing invoices. this could work then. do you know if there could be issues listening to 10k+ invoices?

bumping this up. this is why it's a significant issue on our end: - we are using hodl invoice because we want to some logic before settling an invoice -...