(feat): Retry queue for ElasticSearch
2/3 discussions resolved
mentioned in merge request !249 (closed)
- Resolved by Emiliano Balbuena
- Resolved by Emiliano Balbuena
- Last updated by Mark Harding
11 11 12 12 class Events 13 13 { 14 /** @var Delegates\DispatchIndexDelegate */ 15 protected $dispatchIndexDelegate; 16 17 /** 18 * Events constructor. 19 * @param Delegates\DispatchIndexDelegate $dispatchIndexDelegate 20 */ 21 public function __construct( 22 $dispatchIndexDelegate = null 23 ) 24 { 25 $this->dispatchIndexDelegate = $dispatchIndexDelegate ?: new Delegates\DispatchIndexDelegate(); - Maintainer
Feels like Delegate should be a manager if we're using it directly inside the events
- Owner
Agree with @brianhatchet
added MR::Requires Changes label