From 0c11871891cd5126a8b3540dea8c75d8b663b6dc Mon Sep 17 00:00:00 2001 From: Vignesh Gurusamy Date: Mon, 21 Oct 2019 18:52:13 +0530 Subject: [PATCH] Set same ttl for tags as same as recent jobs --- src/Listeners/StoreTagsForRecentJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Listeners/StoreTagsForRecentJob.php b/src/Listeners/StoreTagsForRecentJob.php index 62897a2e..60416b0a 100644 --- a/src/Listeners/StoreTagsForRecentJob.php +++ b/src/Listeners/StoreTagsForRecentJob.php @@ -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 );