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

Commit

Permalink
Merge pull request #61 from rps/master
Browse files Browse the repository at this point in the history
clean up readme
  • Loading branch information
sodabrew committed Aug 18, 2014
2 parents 44d096b + ee15747 commit 80ec155
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,16 @@ RQ returns a complete HTTP URL for each enqueued message, therefore you must con
<a name='section_Hip_Tips'></a>
## Hip Tips

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

<a name='section_Config_Files'></a>
Expand Down

0 comments on commit 80ec155

Please sign in to comment.