This repository was archived by the owner on Aug 8, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments