Jannis Pohlmann
Jannis Pohlmann
@joesixpack This suggests there was an invalid `POST /` request sent to the indexer agent's management API, without a `{ "query": ... }` in the body. Do you have a...
## `/network` request stats (last 6 hours) ``` | Status | Requests (total) | Percent | |--------+------------------+---------| | | 778000 | 100.00 | | 200 | 679700 | 87.37 |...
The total number of requests I'd expect in 6 hours is something like: ``` total_requests = n_indexers * (3600 * 6 / 120) * (n_services + 1) * c ```...
I've seen about 200 IE010 errors over 5 minutes on average, over the last 6 hours. That's 0.6/s, which adds up to 14,400 failed IE010s over 6 hours. Compared to...
@lutter Have your concerns been addressed yet? It reads more like it is relevant to query execution rather than merging, i.e. #12 rather than this PR.
For reference, Prisma are still working on this as well (I believe they only have counting implemented at the moment). Their current proposal is based on a Relay-style connection/edges/nodes API:...
I generally like this a lot. It is more verbose but it clearly separates common and specific fields at every level. A few comments: * I'm not sure I like...
@davekaj I disagree about plugins vs. data sources. In Brandon's information model, they are still all the same. What the information model refers to as `storage` covers both, blockchains _and_...
Until #6 is merged, this PR should probably be against #6 instead of `master`, so it only includes the query execution changes.
@chrismurrph Sorry for not responding until now. I've been running into the same error with various other boot projects. I haven't yet figured out what causes it but the issue...