mealstrom icon indicating copy to clipboard operation
mealstrom copied to clipboard

Store FSMs in PostgreSQL

Results 6 mealstrom issues
Sort by recently updated
recently updated
newest added

We may want different Strategies for retrying failed actions. ``` data RetryStrat = Linear Int ^ Retry attempt n will happen after n*a seconds | Exponential Double Double ^ Retry...

One advantage of using the current JSON store is that you can lock a row, append the new transition and write everything back again. Another advantage is that you can...

- [x] Properly namespace everything - [x] Remove unused imports and language pragmas - [x] Do a -Wall run - [ ] Make struct members strict where appropriate - [x]...