cloudwatch_scheduler
cloudwatch_scheduler copied to clipboard
config.queue_name not being used when executing the rake task.
Hi. Thank you for creating this amazing gem.
I'm trying to set it up on a rails7.1/ruby3.2 project. As per documentation I have created the config/cloudwatch_scheduler.rb file and I have set config.queue_name to a custom queue name, instead of the default but when I execute the rake task to provision the queue and the events (rake cloudwatch_scheduler:setup) that is still creating the queue with default name: cloudwatch_scheduler. I have checked the code and cannot see anything obvious that could be causing the issue. am I doing something wrong? can you please tell me if I'm missing some step or where could be the issue.
Thanks in advance.