DS
Size: a a a
DS
B
AI
AI
AI
AI
VK
k
class Attack
def initialize(a,b,c)
end
def start
b = Sidekiq::Batch.new
b.on(:success, Attack)
b.jobs do
job.perform_async
end
end
def on_success(_, _)
#
end
end
k
AI
class Attack
def initialize(a,b,c)
end
def start
b = Sidekiq::Batch.new
b.on(:success, Attack)
b.jobs do
job.perform_async
end
end
def on_success(_, _)
#
end
end
k
k
AI
AI
AI
AI
AI
AI
AI
AI