bullet-train-pro / bullet_train-action_models

Other
5 stars 1 forks source link

Allow action models to specify which Sidekiq queue they should run on. #91

Closed andrewculver closed 1 year ago

andrewculver commented 1 year ago

Action Model can define which Sidekiq queue they should run on like so:

def sidekiq_queue
  "imports"
end