@@ -91,7 +91,7 @@ public static function provideConfigs()
91
91
'predis_options ' => null ,
92
92
'ssl ' => null ,
93
93
'redelivery_delay ' => 300 ,
94
- 'consume_strategy ' => 'blocking ' ,
94
+ 'consume_strategy ' => 'non_blocking ' ,
95
95
],
96
96
];
97
97
@@ -113,7 +113,7 @@ public static function provideConfigs()
113
113
'predis_options ' => null ,
114
114
'ssl ' => null ,
115
115
'redelivery_delay ' => 300 ,
116
- 'consume_strategy ' => 'blocking ' ,
116
+ 'consume_strategy ' => 'non_blocking ' ,
117
117
],
118
118
];
119
119
@@ -135,7 +135,7 @@ public static function provideConfigs()
135
135
'predis_options ' => null ,
136
136
'ssl ' => null ,
137
137
'redelivery_delay ' => 300 ,
138
- 'consume_strategy ' => 'blocking ' ,
138
+ 'consume_strategy ' => 'non_blocking ' ,
139
139
],
140
140
];
141
141
@@ -158,7 +158,7 @@ public static function provideConfigs()
158
158
'ssl ' => null ,
159
159
'foo ' => 'bar ' ,
160
160
'redelivery_delay ' => 300 ,
161
- 'consume_strategy ' => 'blocking ' ,
161
+ 'consume_strategy ' => 'non_blocking ' ,
162
162
],
163
163
];
164
164
@@ -181,7 +181,7 @@ public static function provideConfigs()
181
181
'ssl ' => null ,
182
182
'foo ' => 'bar ' ,
183
183
'redelivery_delay ' => 300 ,
184
- 'consume_strategy ' => 'blocking ' ,
184
+ 'consume_strategy ' => 'non_blocking ' ,
185
185
],
186
186
];
187
187
@@ -204,7 +204,7 @@ public static function provideConfigs()
204
204
'ssl ' => null ,
205
205
'foo ' => 'bar ' ,
206
206
'redelivery_delay ' => 300 ,
207
- 'consume_strategy ' => 'blocking ' ,
207
+ 'consume_strategy ' => 'non_blocking ' ,
208
208
],
209
209
];
210
210
@@ -228,7 +228,7 @@ public static function provideConfigs()
228
228
'ssl ' => null ,
229
229
'foo ' => 'bar ' ,
230
230
'redelivery_delay ' => 300 ,
231
- 'consume_strategy ' => 'blocking ' ,
231
+ 'consume_strategy ' => 'non_blocking ' ,
232
232
],
233
233
];
234
234
@@ -252,7 +252,7 @@ public static function provideConfigs()
252
252
'ssl ' => null ,
253
253
'foo ' => 'bar ' ,
254
254
'redelivery_delay ' => 300 ,
255
- 'consume_strategy ' => 'blocking ' ,
255
+ 'consume_strategy ' => 'non_blocking ' ,
256
256
],
257
257
];
258
258
@@ -276,7 +276,7 @@ public static function provideConfigs()
276
276
'ssl ' => null ,
277
277
'foo ' => 'bar ' ,
278
278
'redelivery_delay ' => 300 ,
279
- 'consume_strategy ' => 'blocking ' ,
279
+ 'consume_strategy ' => 'non_blocking ' ,
280
280
],
281
281
];
282
282
@@ -299,7 +299,7 @@ public static function provideConfigs()
299
299
'ssl ' => null ,
300
300
'foo ' => 'bar ' ,
301
301
'redelivery_delay ' => 300 ,
302
- 'consume_strategy ' => 'blocking ' ,
302
+ 'consume_strategy ' => 'non_blocking ' ,
303
303
],
304
304
];
305
305
@@ -322,7 +322,7 @@ public static function provideConfigs()
322
322
'predis_options ' => null ,
323
323
'ssl ' => null ,
324
324
'redelivery_delay ' => 300 ,
325
- 'consume_strategy ' => 'blocking ' ,
325
+ 'consume_strategy ' => 'non_blocking ' ,
326
326
],
327
327
];
328
328
@@ -345,7 +345,7 @@ public static function provideConfigs()
345
345
'predis_options ' => null ,
346
346
'ssl ' => null ,
347
347
'redelivery_delay ' => 300 ,
348
- 'consume_strategy ' => 'blocking ' ,
348
+ 'consume_strategy ' => 'non_blocking ' ,
349
349
],
350
350
];
351
351
@@ -368,7 +368,7 @@ public static function provideConfigs()
368
368
'predis_options ' => null ,
369
369
'ssl ' => null ,
370
370
'redelivery_delay ' => 300 ,
371
- 'consume_strategy ' => 'blocking ' ,
371
+ 'consume_strategy ' => 'non_blocking ' ,
372
372
],
373
373
];
374
374
@@ -395,7 +395,7 @@ public static function provideConfigs()
395
395
'verify_peer ' => '1 ' ,
396
396
],
397
397
'redelivery_delay ' => 300 ,
398
- 'consume_strategy ' => 'blocking ' ,
398
+ 'consume_strategy ' => 'non_blocking ' ,
399
399
],
400
400
];
401
401
}
0 commit comments