-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Updates GoodJob to version 3.99 #17327
Conversation
I noticed some DelayedJob leftovers (like tables etc). Can I remove all those references too? |
731bebf
to
5db69da
Compare
5db69da
to
ce43f84
Compare
@machisuji Is this enough for you to give it a try? |
adee493
to
c9c271e
Compare
c9c271e
to
65de5d8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From code standpoint it looks correct. All migrations seem to be validating and creating/removing things appropriately.
Is there something specific that's worth testing locally?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay I'm marking this as approved as I tested a few things with success:
- switched to this branch
- ran the migrations
- created a "reminder" to validate that the worker was doing it's thing
- validated that the reminder was working as expected
- switched back from this branch to my working one
- validated that the application was still working
I think for local env this should be good enough
Preparation steps for the eventual 4.X series upgrade.
Detailed instructions are on the gem's repo.
@machisuji Feel free to take over and run as many tests as necessary.