lib/tunemygc/spies/active_job.rb in tunemygc-1.0.16 vs lib/tunemygc/spies/active_job.rb in tunemygc-1.0.17
- old
+ new
@@ -44,15 +44,14 @@
yield
tunemygc_after_perform
end
def tunemygc_before_perform
- TuneMyGc.snapshot(:PROCESSING_STARTED)
+ TuneMyGc.processing_started
end
def tunemygc_after_perform
- TuneMyGc.snapshot(:PROCESSING_ENDED)
- TuneMyGc.interposer.check_uninstall
+ TuneMyGc.processing_ended
end
end
end
def disabled_hooks_module
\ No newline at end of file