async_helper.rb revision 8b1b7a8f043abe64b77df0571534f41de0808ae1
# Creates a async_<methodname> method that
# enqueues the corresponding method call.
methods.each do |method|
end
end
end
# Enqueues a method to run in the background
# 1 second in the future should be after finishing the SQL transaction
end
# Enqueues a method to run in the future
'class' => Worker,
'retry' => false,
end
end