File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 582582 strategy : 'canary' ,
583583 options : {
584584 max_in_flight : 10 ,
585+ web_instances : 5 ,
586+ memory_in_mb : 1024 ,
587+ disk_in_mb : 1024 ,
588+ log_rate_limit_in_bytes_per_second : -1 ,
585589 canary : {
586590 steps : [ { instance_weight : 1 } , { instance_weight : 2 } ]
587591 }
603607 strategy : 'canary' ,
604608 options : {
605609 max_in_flight : 10 ,
610+ web_instances : 5 ,
611+ memory_in_mb : 1024 ,
612+ disk_in_mb : 1024 ,
613+ log_rate_limit_in_bytes_per_second : -1 ,
606614 canary : {
607615 steps : [ { instance_weight : 1 } , { instance_weight : 2 } ]
608616 }
627635 'strategy' => 'canary' ,
628636 'max-in-flight' => 10 ,
629637 'canary-steps' => [ { 'instance_weight' => 1 } , { 'instance_weight' => 2 } ] ,
638+ 'instances' => 5 ,
639+ 'memory' => 1024 ,
640+ 'disk' => 1024 ,
641+ 'log-rate' => -1 ,
630642 'app-id' => OpenSSL ::Digest ::SHA256 . hexdigest ( app_model . guid ) ,
631643 'user-id' => OpenSSL ::Digest ::SHA256 . hexdigest ( user . guid )
632644 }
649661 'strategy' => 'canary' ,
650662 'max-in-flight' => 10 ,
651663 'canary-steps' => [ { 'instance_weight' => 1 } , { 'instance_weight' => 2 } ] ,
664+ 'instances' => 5 ,
665+ 'memory' => 1024 ,
666+ 'disk' => 1024 ,
667+ 'log-rate' => -1 ,
652668 'app-id' => OpenSSL ::Digest ::SHA256 . hexdigest ( app_model . guid ) ,
653669 'user-id' => OpenSSL ::Digest ::SHA256 . hexdigest ( user . guid ) ,
654670 'revision-id' => OpenSSL ::Digest ::SHA256 . hexdigest ( revision . guid )
You can’t perform that action at this time.
0 commit comments