make the TaskStorage API fallible everywhere

This commit is contained in:
Dustin J. Mitchell 2020-01-05 15:39:34 -05:00
parent 611b1cd68f
commit afd11d08a7
11 changed files with 241 additions and 75 deletions

View file

@ -13,3 +13,4 @@
* design expiration
- need to be sure that create / delete operations don't get reversed
* cli tools
* move test-only tools somewhere else (helpers in tests/?)