From 2aa9024eede567ae4daa97df62e32f57265096bc Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Tue, 20 May 2014 08:44:00 -0700 Subject: Fix boogs, stub not implemented adapters --- lib/active_job/queue_adapters/inline_adapter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/active_job/queue_adapters/inline_adapter.rb') diff --git a/lib/active_job/queue_adapters/inline_adapter.rb b/lib/active_job/queue_adapters/inline_adapter.rb index cad600a765..4afd4f708e 100644 --- a/lib/active_job/queue_adapters/inline_adapter.rb +++ b/lib/active_job/queue_adapters/inline_adapter.rb @@ -14,7 +14,7 @@ module ActiveJob sleep(interval) if interval > 0 job.new.perform *Parameters.deserialize(args) rescue => ex - ActiveSupport::Notifications.instrument "error.perform.active_job", adapter: self, job: job, params: args, error: ex + ActiveSupport::Notifications.instrument "perform_error.active_job", adapter: self, job: job, params: args, error: ex end end end -- cgit v1.2.3