Ver código fonte

Added generate-unique-key documentation

Related to #58
Marc 11 anos atrás
pai
commit
f17377d0ee
1 arquivos alterados com 4 adições e 0 exclusões
  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