Skip to content

Commit e8db13a

Browse files
author
Miika Ojamo
committed
Added mention about unsent messages to readme
1 parent d544ef0 commit e8db13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ message._send()
7171
```
7272

7373
Note the difference of these two. `send()` is classmethod, `_send()` normal. `_send()` is available for mass operations,
74-
which you probably want to use with celery or similar and save all messages before start sending. Both tracks delivery
75-
statuses, so only calling method differs.
74+
which you probably want to use with celery or similar and save all messages before start sending. Unsent messages have status
75+
"Queued" Both tracks delivery statuses, so only calling method differs.
7676

7777
Nexmo allows 5 messages per second by default. If you are throttled, RetryError is raised. Messages and delivery data
7878
are saved to the database.

0 commit comments

Comments
 (0)