add throttler storage abstraction and multiple durable storage implementations
1pkg opened this issue · 2 comments
1pkg commented
After #1 is implemented we could use marshaled state to store it in persistent storage and unmarshal it back to new throttler. In this issue we need to add storage abstraction that could be accepted and called by existing runners. And add couple of durable storage implementations.
1pkg commented
This most likely needs to be split down to smaller subtasks.
1pkg commented
This needs to be reconsidered.