Skip to content

Commit

Permalink
Set same ttl for tags as same as recent jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshgurusamy committed Oct 21, 2019
1 parent 1532f9c commit 0c11871
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 0c11871

Please sign in to comment.