DavidMcLaughlin commented on a change in pull request #37: Staggered (Variable 
batch) Updates
URL: https://github.com/apache/aurora/pull/37#discussion_r219563548
 
 

 ##########
 File path: src/main/python/apache/aurora/config/schema/base.py
 ##########
 @@ -38,6 +46,7 @@ class UpdateConfig(Struct):
   wait_for_batch_completion   = Default(Boolean, False)
   pulse_interval_secs         = Integer
   sla_aware                   = Default(Boolean, False)
+  update_strategy = Choice([QueueUpdateStrategy, BatchUpdateStrategy, 
VariableBatchUpdateStrategy])
 
 Review comment:
   Nit: align code with existing style. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to