Page MenuHomePhabricator

Create JobQueue implementation that posts to EventBus
Closed, ResolvedPublic

Description

We need to create the JobQueueEventBus.php that posts jobs to EventBus according to the schema designed in T157094

The class should only support producer-side methods since the consumer-side methods and actual job execution will be handled by the Event-Platform infrastructure and ChangeProp

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Change 349015 had a related patch set uploaded (by Ppchelko):
[mediawiki/extensions/EventBus@master] WIP: Create the JobQueue backend that pushes to EventBus

https://gerrit.wikimedia.org/r/349015

Change 349015 merged by jenkins-bot:
[mediawiki/extensions/EventBus@master] Create the JobQueue backend that pushes to EventBus

https://gerrit.wikimedia.org/r/349015

The JobQueueEventBus was merged, deployed and tested. Resolving.