Roland Kuhn
Roland Kuhn
The limit should be taken from DefaultParams, IIRC.
To be clear: this issue is about running out of file descriptors due to open sockets. I don’t recall in which situation we actually observed this.
Hmm, this looks weird. What kind of delay did you add where? This might well be something that needs fixing.
Ah, interesting, yes: if getting responses from Actyx takes longer than the 2sec cycle then there will be problems. But that is part of the design in that we don’t...
Sure, go ahead! We don’t use this github assignment mechanism.
This is partially done, will need more thinking on which parts to do next.
As a smaller proposal I’d try to model this with two new features: aggregating into an object with dynamic keys, and lambdas. The right-hand side of the `:` separator could...
You’re asking the right question: before introducing lambdas we need to decide on very clear semantics for them. This does not only pertain to capturing behaviour / hygiene, but also...
This is already the case using `KEY(_)` but not yet documented.
This shape of GROUP BY is only needed if we also add lookback. Use-cases with lookback should be implementable with sub-query, which should be clearer when reading the AQL text....