In T400928, we noticed that in beta, organizers are unable to email participants, which is implemented via EmailUsersJob. I did some debugging in T400928#11053888, reusing some of the commands from T387631. What seems to happen is that:
- MediaWiki pushes the job to the job queue
- The job event is POSTed to eventgate-main, and this is successful (HTTP 201)
- However, kafkacat does not show the job being enqueued
On top of that, checking /srv/mw-log/JobExecutor.log, there are only instances of newcomerTasksCacheRefreshJob and no other job, which seems suspicious, and possibly a sign that this affects many more jobs than just the organizer emails.