run method name, resulting in something like: MyWorker#run.
You can recognize events from Que with the name perform_job.que in the event timeline on the performance incident detail page.
Active Job support
The Que integration is compatible with Active Job. Upgrade to version 2.11.0 of the Ruby gem or newer for improved support.Example application
We have an example application in our examples repository on GitHub.- AppSignal + Rails 5 + Que The example shows how to set up a Rails 5 app with Que monitored by AppSignal.