Is there a way to schedule a job at a specific time with delayed_job through the "delay" method, not through handle_asynchronously? Something like:
class.delay.method(param), :run_at => Proc.new {time}
Is there a way to schedule a job at a specific time with delayed_job through the "delay" method, not through handle_asynchronously? Something like:
class.delay.method(param), :run_at => Proc.new {time}