Hi I’ve tried out ActiveJob and was wondering if there are plans to implement success/error/failure hooks when running jobs. For instance, Delayed::Job implements the following set of hooks (GitHub - collectiveidea/delayed_job: Database based asynchronous priority queue system -- Extracted from Shopify) which we can easily include in the JobWrapper. I do understand that not all of the queuing backends support the above mentioned hooks so I was wondering if there is something else we can do.