瀏覽代碼

Added generate-unique-key documentation

Related to #58
Marc 11 年之前
父節點
當前提交
f17377d0ee
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -152,6 +152,10 @@ Also we must config gearman cache, using doctrine cache.
             # If empty name will not be modified
             # Useful for rename jobs in different environments
             job_prefix: null
+            
+            # Autogenerate unique key in jobs/tasks if not set
+            # This key is unique given a Job name and a payload serialized
+            generate-unique-key: true
 
         # Server list where workers and clients will connect to
         # Each server must contain host and port