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 );