Tags work: `ChargeCreditCard.enqueue(card.id, user_id: current_user.id, job_options: { tags: ["hello"] })` Tags don't work: `ChargeCreditCard.perform_later(card.id, user_id: current_user.id, job_options: { tags: ["hello"] })` Maybe I miss something?
Tags work:
ChargeCreditCard.enqueue(card.id, user_id: current_user.id, job_options: { tags: ["hello"] })Tags don't work:
ChargeCreditCard.perform_later(card.id, user_id: current_user.id, job_options: { tags: ["hello"] })Maybe I miss something?