Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnasism authored Mar 16, 2024
1 parent bbf42d6 commit a0db435
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# retry_later

`@retry_later` allows you to execute a function asynchronously in the background and automatically retry it if an exception occurs, up to a specified maximum number of retries.
`@retry_later` allows you to retry the execution of a function asynchronously in the background until it's done.

Why?
### Why?

For example, you can retry sending an email until it's actually sent.
For example, you can retry sending an email until it's sent.

## Installation

For now `git clone` or copy the `retry_later` folder. Will be working on it more.
```bash
pip install retry-later
```

## Usage

Expand Down

0 comments on commit a0db435

Please sign in to comment.