Add 'tags' to event model. Add a dataimport system - currently for MaxMind zip files
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
class ProcessWafPoliciesJob < ApplicationJob
|
||||
queue_as :waf_policies
|
||||
|
||||
retry_on StandardError, wait: :exponentially_longer, attempts: 3
|
||||
retry_on StandardError, wait: 5.seconds, attempts: 3
|
||||
|
||||
def perform(network_range_id:, event_id: nil)
|
||||
# Find the network range
|
||||
|
||||
Reference in New Issue
Block a user