Thomas Crambert

Results 4 issues of Thomas Crambert

Hello ๐Ÿ‘‹, The check [estimated_number_of_threads](https://github.com/rails/solid_queue/blob/ef7b4d0cf8c8cab61a59692cece8e390d3e2bedc/lib/solid_queue/configuration.rb#L195) assumes a worker will always be started. In case the configuration specifies to boot only a scheduler or a dispatcher, the estimation will return three...

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...

Hello ๐Ÿ‘‹, Currently, thereโ€™s no configuration option to specify if a scheduler should be started or not, this is decided if a recurring task file is given or not. In...

Having only one file to configure recurring tasks is not optimal when handling several engines within the same codebase that are isolated from each other. With these changes, it will...