#901·kue

Kue without Redis

Author: ColemanGarietyCreated Jun 12, 2016Updated Dec 7, 2020

I'm running an app that (for the foreseeable future) will not be scaled beyond a single running instance. I'd like to keep the job queue in-memory without having to make calls to redis. Am I crazy or is kue unnecessary in this case?

I like the API a whole lot.

Thanks.