mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
Let's be more aggressive with purging old WebHookEvent records.
This commit is contained in:
parent
6090994cdf
commit
6def5a344a
@ -1,6 +1,6 @@
|
||||
module Jobs
|
||||
class PurgeOldWebHookEvents < Jobs::Scheduled
|
||||
every 1.week
|
||||
every 1.day
|
||||
|
||||
def execute(_)
|
||||
WebHookEvent.purge_old
|
||||
|
Loading…
Reference in New Issue
Block a user