access concern method in a rails activeJob
Assuming a concern that services multiple controllers, there is an issue when it comes to an ActiveJob, because of the parsing sequence, the behaviour is different from running commands in the console, where one would state include GenericMethods
before executing any of its methods.
do Rails Active Job support backoff retry strategies?
Does Rails ActiveJob support below retry strategies ?