Skip to content

Commit 69d0a49

Browse files
committed
drop support for pulse worker
1 parent f97187a commit 69d0a49

File tree

6 files changed

+0
-53
lines changed

6 files changed

+0
-53
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ environments:
246246
strategy: without-load-balancing|with-load-balancing
247247

248248
asset-url: # defaults to aws.cloudfront
249-
pulse-worker: false
250249
mysqldump: false
251250

252251
domain: example.com # standalone apps only

src/Commands/StartCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class StartCommand extends SteppedCommand implements RunsOnAws
1818
Steps\Start\All\SyncLogrotateStep::class,
1919
Steps\Start\All\SyncHousekeepingCronStep::class,
2020
Steps\Start\Scheduler\SyncSchedulerCronStep::class,
21-
Steps\Start\All\SyncPulseWorkerStep::class,
2221
Steps\Start\Queue\SyncQueueWorkerStep::class,
2322
Steps\Start\Queue\SyncQueueLandlordWorkerStep::class,
2423
Steps\Start\Queue\SyncQueueTenantWorkerStep::class,

src/Steps/Start/All/SyncPulseWorkerStep.php

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/Steps/Stop/Queue/StopWorkOnQueueStep.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class StopWorkOnQueueStep implements RunsOnAwsQueue
1212

1313
public function __invoke(): StepResult
1414
{
15-
// stop pulse, queue workers
1615
$this->stopSupervisorWorkers();
1716

1817
return StepResult::SUCCESS;

src/Steps/Stop/Scheduler/StopWorkOnSchedulerStep.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public function __invoke(): StepResult
1818
{
1919
$name = Manifest::name();
2020

21-
// stop pulse
2221
$this->stopSupervisorWorkers();
2322

2423
// disable scheduling

stubs/supervisor/pulse-worker.conf.stub

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)