Deterministic FindAll for task stores
The following discussion from !2773 (merged) should be addressed:
-
@jdrpereira started a discussion: (+1 comment)
FindAllis currently nondeterministic as there is noORDER BYclause in the implementation, so the CLI output can vary across runs, which is not ideal. Should we update it?