# Akismet - check more often?

**URL:** https://meta.discourse.org/t/akismet-check-more-often/33316
**Category:** Feature
**Tags:** akismet
**Created:** [September 15, 2015, 7:11pm UTC](https://meta.discourse.org/t/akismet-check-more-often/33316 "2015-09-15T19:11:27Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Kensie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kensie/32/108351_2.png) [@Kensie](https://meta.discourse.org/u/Kensie)
#### Post date: [September 15, 2015, 7:11pm UTC](https://meta.discourse.org/t/akismet-check-more-often/33316/1 "2015-09-15T19:11:27Z")

</div>

Akismet plugin is hard coded to check every 10 minutes. We need that check to be more often. Is there a reason it’s at 10/there isn’t UI to change the interval or was this just decided as the best interval for most users?

Thanks!

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [September 15, 2015, 7:28pm UTC](https://meta.discourse.org/t/akismet-check-more-often/33316/2 "2015-09-15T19:28:29Z")

</div>

It is not at 10 minutes, there is an accelerated check for new user posts. Perhaps @eviltrout can elaborate?

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [September 15, 2015, 8:46pm UTC](https://meta.discourse.org/t/akismet-check-more-often/33316/3 "2015-09-15T20:46:46Z")

</div>

Yes here is how it works:

- If a user is TL0 their post is enqueued to be checked as quick as it can be pulled off the work queue. This probably happens within a few seconds unless your server is very busy with some other work.

- Otherwise the posts are checked in a job that is scheduled every 10 mins.

I’d be open to adding a setting to check more often (or less often) than 10 minutes if I heard a good use case. Are you interested in checking higher trust levels more quickly than that?

---

<div class="post-metadata">

### Author: ![Kensie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kensie/32/108351_2.png) [@Kensie](https://meta.discourse.org/u/Kensie)
#### Post date: [September 16, 2015, 7:12pm UTC](https://meta.discourse.org/t/akismet-check-more-often/33316/4 "2015-09-16T19:12:57Z")

</div>

Hmm, I don’t think so, I’m pretty sure that the ones that end up getting through are trust level 0. Let me check with my guys, see what we turn up with now that we know how it actually works.

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [December 4, 2025, 11:36am UTC](https://meta.discourse.org/t/akismet-check-more-often/33316/5 "2025-12-04T11:36:59Z")

</div>


