Max Kaplan
Max Kaplan
### Description Create a runtime for reading from storage, and (eventually) pushing out to a receiving server TODO: - [ ] tests - [ ] cleanup ### Test Plan ---...
This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/2261)
We are trying to use mypy-protobuf to generate types for our pb, and are running into a problem where pyre is unhappy with `builtins.int` not being a type, even though...
when looking at an instance type for a node pool, it shows "available" memory. Is there a way to get this from the API? 
When states cycle A->B->A->B, there are a truly exponential number of states that get created. Two such cycles are enough to cause 10s + loading times for pages, and realistically...
### Description Many threads for fetching -> channel -> many threads for processing Should allow the indexer to be much more vertically scalable Locally am seeing 1.5x-2x previous TPS (3k),...
# 🐛 Bug ``` backend-worker_1 | [2021-03-03 19:57:14,626] [PID 262] [Thread-1] [dramatiq.worker.ConsumerThread(default)] [DEBUG] Pushing message 'eaec5a30-e055-49a2-96f4-72d10c223d8f' onto work queue. backend-worker_1 | [2021-03-03 19:57:15,302] [PID 262] [Thread-3] [wallet-service:transaction] [ERROR] Error in...
# Worker Flow - The application starts by initializing a `Worker` instance with the necessary configurations such as the processor configuration, database connection string, GRPC data service address, and other...
Ensure migrations are compatible with more horizontally scalable DBs