Add a setting for maximum age of events

This commit is contained in:
Dan Milne
2025-11-17 16:17:59 +11:00
parent 830810305b
commit 5d3e35a4ac
5 changed files with 42 additions and 17 deletions

View File

@@ -354,10 +354,4 @@ class ProcessWafEventJobTest < ActiveJob::TestCase
assert_equal 100, Event.count
assert processing_time < 5.seconds, "Processing 100 events should take less than 5 seconds"
end
# Integration with Other Jobs
test "coordinates with BackfillRecentNetworkIntelligenceJob" do
# This would be tested based on how the job enqueues other jobs
# Implementation depends on your specific job coordination logic
end
end