Updated schematic

This commit is contained in:
Ilan Steemers
2015-06-18 15:55:42 +02:00
parent 5adf92eb27
commit 6a233e63e7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
Currently in the pre-alpha stage and Python 3 only (for now).
### Architecture
![Django Q schema](http://i.imgur.com/jYRb1mJ.png)
![Django Q schema](http://i.imgur.com/wTIeg2T.png)
### Signed Tasks
Tasks are first pickled to Json and then signed using Django's own signing module before being sent to a Redis list. This ensures that task packages on the Redis server can only be excuted and read by clusters and django servers who share the same secret key.
+1 -1
View File
@@ -62,4 +62,4 @@ Todo
I'll add to this README while I'm developing the various parts.
.. |Django Q schema| image:: http://i.imgur.com/jYRb1mJ.png
.. |Django Q schema| image:: http://i.imgur.com/wTIeg2T.png