chaps-io / gush

Fast and distributed workflow runner using ActiveJob and Redis
MIT License
1.03k stars 103 forks source link

Inline execution #43

Closed matti closed 2 years ago

matti commented 6 years ago
Rails.application.config.active_job.queue_adapter = :inline

Doesn't seem work - gush still uses redis

pokonski commented 6 years ago

Yep, because Gush stores the workflow status and jobs in Redis regardless of ActiveJob adapter.

matti commented 6 years ago

sidekiq inline feature is sooo nice for local development..

pokonski commented 6 years ago

True, the storage could be extracted into am adapter and for testing then writing a memory adapter would be a good solution.

pokonski commented 2 years ago

Closing due to inactivity, as it's quite a lot of work and no one else expressed the need for it