-
Notifications
You must be signed in to change notification settings - Fork 103
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
Migration to Rails 8 #1084
Migration to Rails 8 #1084
Conversation
@ychaker I hate that I have to manually track the status of long running jobs myself.... See 396c0a6 for the fact I had to build this myself. ActiveStorage lets me say "hey book, do you have a file attached", but in the ActiveJob world I can't say "Hey book, do you have an export job queued or running"? Very annoying.... |
@reid-rigo See 396c0a6 for what I ended up with. I couldn't get json to work super nice, annoying t deal with nils etc.. Having said that, I can imagine that i may want to track more data in hte future, maybe specific to a type of job, and then i move towards json data strucutre? Or, just more activerecord objects and tables? |
Use the pages_controller, and some magic intercepting to make
This reverts commit 5907f2a.
I gave up on removing Sprockets... Instead I updated the various Gems to work with Rails 8. Sign.... |
Description
Introduce solid cable as first step to removing redis. Next will be be solid job.
Motivation and Context
Simplify deployment. For example, a client has to build terraform for Quepid, and they need quepid, mysql AND redis. Let's remove redis. Plus cost.
How Has This Been Tested?
Screenshots or GIFs (if appropriate):
Types of changes
Checklist: