Skip to content
This repository was archived by the owner on Aug 8, 2019. It is now read-only.

Commit 80ec155

Browse files
committed
Merge pull request #61 from rps/master
clean up readme
2 parents 44d096b + ee15747 commit 80ec155

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,16 @@ RQ returns a complete HTTP URL for each enqueued message, therefore you must con
101101
<a name='section_Hip_Tips'></a>
102102
## Hip Tips
103103

104-
* Scripts should be idempotent if at all possible. You should assume that
104+
* Scripts should be idempotent if at all possible.
105105
* Messages should not go to error frequently
106-
* RQ can retry a message if the error is transient. let you kno. If this is happening, something is wrong with your assumptions.
106+
* RQ can retry a message if the error is transient. If this is happening, something is wrong with your assumptions.
107107
* Do not fire and forget an RQ message.
108108
* It is ok to be more lax in side of the queue script that processes that message
109109
* Log output that might help someone other than you diagnose the issue
110110
* Crypto - sign and encrypt your message before giving it to RQ. Secure channels is too hard of a problem.
111111
* Use the status system for progress updates
112112
* Do not run RQ in production with the name 'localhost'
113-
* Master passing.Do not access other message directories unless the message is `done`
113+
* Master passing - Do not access other message directories unless the message is `done`
114114
* Don't take too long via the Web UI, there is a X second timeout
115115

116116
<a name='section_Config_Files'></a>

0 commit comments

Comments
 (0)