Skip to content

Commit

Permalink
Merge pull request #692 from vigneshgurusamy/dormant-recent-tags
Browse files Browse the repository at this point in the history
[3.x] Set same ttl for tags as same as recent jobs
  • Loading branch information
taylorotwell authored Oct 21, 2019
2 parents 1532f9c + 0c11871 commit d3bbfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listeners/StoreTagsForRecentJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function handle(JobPushed $event)
})->all();

$this->tags->addTemporary(
config('horizon.trim.recent_failed', config('horizon.trim.recent', 60)),
config('horizon.trim.recent', 60),
$event->payload->id(),
$tags
);
Expand Down

0 comments on commit d3bbfd7

Please sign in to comment.