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.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
ActiveJob Scheduling | 0 | 548 | June 10, 2020 | |
ActiveJob automatic retries | 0 | 176 | January 1, 2015 | |
New gem: delayed_job-active_job | 0 | 115 | April 1, 2025 | |
Why isn't there a solid queue adapter? | 2 | 301 | May 24, 2024 | |
Sneakers Queue Adapter is kinda useless | 2 | 433 | May 11, 2020 |