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

Support for good_job without Rails? #295

Closed
stephanvd opened this issue Jul 13, 2021 · 1 comment
Closed

Support for good_job without Rails? #295

stephanvd opened this issue Jul 13, 2021 · 1 comment

Comments

@stephanvd
Copy link

Liking the look of good_job, thanks for this!

We are evaluating good_job for a Sinatra app that currently uses Delayed::Job through the ActiveJob interface. I have something working in dev for testing purposes by mocking a rails app with only Rails.application.{config, executor} defined and cofiguring good_job by env vars.

Any advise on this approach? Alternatively, given that the contact surface with Rails is pretty small (outside of generators which we won't be using) how would you feel about making good_job rails agnostic?

@bensheldon
Copy link
Owner

@stephanvd Unfortunately I'm not able to add support for non-Rails frameworks to GoodJob. I personally don't have the bandwidth to support it and there is a lot of Rails-specific footprint because there is reliance on Rails initialization, Rails multi-threading, ActiveJob, ActiveRecord, and ActiveSupport. GoodJob really is built for Rails.

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