Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth authored May 21, 2024
1 parent 96ce59b commit 1aa726e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Additionally, **test grouping** can be done by running multiple test files in a

![shard6](https://github.com/eventpop/parallelizer/assets/193136/3ac4ed3a-810a-4f87-a0a7-62d200ddda8e)

> [!NOTE]
> Parallelizer provides a tool for implementing a **task queue** using SQS and DynamoDB. It is up to the consumer to implement **task ordering** and **test grouping** by themselves.
## Basic concepts

A **Parallelizer Job** is a collection of _Parallelizer Tasks._ Each parallelizer job has a unique ID, which will be used as the queue ID in SQS. This ID can be reused when retrying a job. This allows completed tasks to be skipped and only the failed tasks to be retried.
Expand Down

0 comments on commit 1aa726e

Please sign in to comment.