I’m looking for a Celery alternative for my Meteor app. I’ve used job-collection in the past, but I had issues with jobs not running on time, or being skipped, or being run multiple times (on Galaxy when scaling up), etc. I moved out job processing to a separate Flask app because of this, but ideally I don’t want to keep doing that.