Mohamed Sohail 天明

Results 136 comments of Mohamed Sohail 天明

Well tbh, such a feature alongside #997 should not live in this library. It could either be a util or live outside the library. One reason is that a quick...

This PR might have to wait until the Go version directive in the mod file is updated as some of these are new features.

Some dependencies have been upgraded (Yet to be released). Right now the plan is to immediately support 1.19 and 1.20 (see #719). The CI test suite needs to be updated...

Could this be manually triggered using a script? or something similar to the /archive endpoint and a force an update on the description?

> Are there any open blockers or concerns that the community could help with this PR or an alternate implementation? Almost every PR is blocked by a lack of an...

> my redis has multiple asynq service tasks You could use different redis db id/number (namespace) and create multiple lightweight go-redis connection pools for each of them.

Encountered this on a seff hosted setup. ``` storage | finished migrations storage | {"level":"info","time":"2023-08-02T08:17:32.759Z","pid":1,"hostname":"472de14ff501","msg":"Server listening at http://0.0.0.0:5000"} storage | Server listening at http://0.0.0.0:5000 storage | {"level":"error","time":"2023-08-02T08:17:32.761Z","pid":1,"hostname":"472de14ff501","error":"{\"_error\":{\"errno\":-2,\"code\":\"ENOENT\",\"syscall\":\"mkdir\",\"path\":\"=var/lib/storage/stub\"},\"name\":\"Error\",\"message\":\"ENOENT: no such file...

This looks like a feasible approach. In my use case I want archive state > 180 but < 1M from the head block. So it makes sense to wipe the...

Same error for me too