Skip to content

Commit 5fe88e5

Browse files
authored
Dedupe expired JTI deletion job (#11503)
1 parent f51785b commit 5fe88e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/worker/jobs/trustpub/delete_jtis.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pub struct DeleteExpiredJtis;
1313

1414
impl BackgroundJob for DeleteExpiredJtis {
1515
const JOB_NAME: &'static str = "trustpub::delete_expired_jtis";
16+
const DEDUPLICATED: bool = true;
1617

1718
type Context = Arc<Environment>;
1819

0 commit comments

Comments
 (0)