79230628

Date: 2024-11-27 14:13:09
Score: 1
Natty:
Report link

OverRiding Adapter at Job Level

class SendmessageJob < ApplicationJob
  queue_as :default
  self.queue_adapter = :async
  
  
  def perform(*args)
    # TwilioMessenger.send_text_message(full_message)
  end
end
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Muneeb Ahmad