manyfold
manyfold copied to clipboard
Change background activity management to a different system
Currently we have background jobs that run, and are tracked with ActiveJob::Status, but this doesn't give us enough control and has a bunch of problems. We should change to a different approach; perhaps https://github.com/radioactive-labs/chrono_forge, or something else.