Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline execution #43

Closed
matti opened this issue Nov 4, 2017 · 4 comments
Closed

Inline execution #43

matti opened this issue Nov 4, 2017 · 4 comments

Comments

@matti
Copy link

matti commented Nov 4, 2017

Rails.application.config.active_job.queue_adapter = :inline

Doesn't seem work - gush still uses redis

@pokonski
Copy link
Contributor

pokonski commented Nov 4, 2017

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

@matti
Copy link
Author

matti commented Nov 4, 2017

sidekiq inline feature is sooo nice for local development..

@pokonski
Copy link
Contributor

pokonski commented Nov 4, 2017

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

@pokonski
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants