-
Hi, I want to know how to recover one failed healthy subgraph if subgraph sync failed because of rpc issue?
For now, i just re-deploy one, and wait it sync to latest block. Any better idea?
Conn…
-
## Setup
### Versions
- **Rust:** 1.70.0
- **Diesel:** 2.1.0
- **Diesel_async:** 0.3.0
- **Database:** (Postgres Ubuntu Latest)
- **Operating System** Mac
### Feature Flags
- **die…
-
steps:
```rust
use cookie::{time::Duration, Cookie};
use ntex::{
http::Response,
web::{
types::{Json, State},
Responder,
},
};
use reqwest::Client;…
-
### Bug report
I'm running graph node in a docker compose set and I've noticed that v0.31.0-rc.1 reliably panics on startup. Here are all the logs I see when starting with this image.
Here's my t…
-
It's likely I'm doing something stupid since this is so trivial, but I figure I'd put it here anyway in case someone else has the issue. I did a search and found some other issues related to hangs, b…
-
### Describe the bug
I'm trying the following code:
```rust
async fn foo() -> Result {
let host = "localhost";
let port = 4566;
let db = "dev";
let user = "root";
let…
-
This is how we currently attempt to limit the indexer's execution time:
```rust
let res = timeout(
Duration::from_secs(self.timeout),
spawn_blocking(move || fun.cal…
-
### Bug Description
I looked into all similar issues but I still can't understand what is the issue here.
Here is how I create a pool and I get the
`Error: pool timed out while waiting for an open…
-
I know this issue appeared several times, but from the issues I found I concluded you assume the issue to be fixed.
We very much see this not to be the case in many latest versions.
Currently we use…
-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
The latest graph-node docker image can't connect to postgres image.
**If the current behavior is a b…