-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Description
Hello 👋,
Currently to check if a recurring task is using solid_queue as a queue adapter or not, queue_adapter_name is used[1]. This means that by default a custom solid queue adapter will be effectively identified as such if it named SolidQueueAdapter.
At first we didn't named ours like that and had a hard time troubleshooting this issue, as the recurring jobs were successfully inserted in SolidQueue::Job, but not in SolidQueue::RecurringJob.
Would it be possible to enhance the check so that it checks the queue_adapter ancestors? I believe this is the easiest and best solution in my case.
[1]
| job_class.queue_adapter_name.inquiry.solid_queue? |
Metadata
Metadata
Assignees
Labels
No labels