-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
13 lines (10 loc) · 896 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
[ ] - state entries to be able to debug what's going on, just like an event log
[ ] - add that https://github.com/uber-go/goleak because we never know and we need quality runtime
[ ] - with pause-resume, do we pause-resume sub-workflows too? - we're not testing it... (apparently we do but we need more test and more documentation) we should by default, if parent is pause then children too, even newly created ones - status of the parent determine the behaviour of the children
[ ] - when macbook goes sleep, it stops the workflows - probably not related but investigate
[ ] - Add a `sort.Slice(execs, func(i, j int) bool ` on all list result in the database memory implementation - quality of life
[ ] - Check close - seems okay?
[ ] - Configure logs
[ ] - More tests
[ ] - Optional automatic db cleaning - since we track Runs, we need to have it Run-based
[ ] - `ent` sqlite or raw sqlite?