Page MenuHomeDevCentral

Add an option to disable GitHub HTTP to AMQP replication
Closed, DuplicatePublic

Description

In Nasqueron CI production instance, I see:

app/Listeners/AMQPEventListener.php
+/*
         $events->listen(
             'Nasqueron\Notifications\Events\GitHubPayloadEvent',
             "$class@onGitHubPayload"
         );
+*/

There is currently no use here to send as them raw GitHub payloads to the broker.

Event Timeline

dereckson renamed this task from Add an option to disable GitHub HTTP to AMPQP replication to Add an option to disable GitHub HTTP to AMQP replication.Jul 25 2016, 15:36