Skip to content

Release 0.1.0

Choose a tag to compare

@zepgram zepgram released this 23 Feb 12:35
· 12 commits to main since this release

[0.1.0] release

  • remove isParallelize parameter in processors, it can be determined by maxChildrenProcess === 1
  • handle notion of idempotent/non-idempotent query, if a query is not idempotent, then it can be handled by a fallback system based on the initial collection query whose result is modified dynamically by each child iteration.
  • fallback system may not be required on idempotent query, as each child as his dedicated page to execute because the query result will not change on each iteration.
  • handle idempotent parameter to true if there is only one child to run processes, pagination will be correct until the end.