RemoteRedis: mount a tiny Sinatra app in your Rails app to provide a tiny, restricted API to Redis
This is a very specific corner case, where a few hundred thousand jobs needed to be executed on some dedicated workstations, but instantly report to the production app and keep Redis up to date. This was a long migration of s3 assets from attachement_fu to paperclip.
Projects would have to go from not migrated to migrating and migrated; while the workstations were trying to consume 7 years worth of assets and thousands of projects, the production app could also trigger the instant migration of a not migrated project if a user was accessing the project.








