I don’t see any reason why you can’t not use bull with parse server. You just need to install the package on your parse server project and queue items using cloud code functions or triggers, for example. For consuming the queue, you can even use the same parse server project, but I’d personally prefer to run separate processes to consume the queue.