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

Release GoodJob 2.0 #307

Closed
bensheldon opened this issue Jul 25, 2021 · 1 comment
Closed

Release GoodJob 2.0 #307

bensheldon opened this issue Jul 25, 2021 · 1 comment

Comments

@bensheldon
Copy link
Owner

bensheldon commented Jul 25, 2021

Objectives:

  • Remove existing deprecations
  • Change default Dev execution mode to async_server
  • Require running rails g good_job:update for schema migrations
  • Change lock key from good_jobs.id to good_jobs.active_job_id
  • Allow a "hot" upgrade path that doesn't require burdensome orchestration (eg don't require shutting down workers)

Other opportunities:

  • Remove/reset "update" migrations

Upgrade path:

  • Release a v1.99 that is contains a full set of deprecation warnings and forward compatibility with v2.0
  • Developers would need to upgrade to v1.99, migrate, deploy and restart workers. Then upgrade to v2.0
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

1 participant