We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51785b commit 5fe88e5Copy full SHA for 5fe88e5
src/worker/jobs/trustpub/delete_jtis.rs
@@ -13,6 +13,7 @@ pub struct DeleteExpiredJtis;
13
14
impl BackgroundJob for DeleteExpiredJtis {
15
const JOB_NAME: &'static str = "trustpub::delete_expired_jtis";
16
+ const DEDUPLICATED: bool = true;
17
18
type Context = Arc<Environment>;
19
0 commit comments