Is there some internal queue api could be used by parse server developer?

Hello,

Is there some internal queue api could be used by parse server developer? Something similar to below:

Currently we used bull in our project, which we are planning to migrate to parse server. Or we could just use bull with no change?

Thanks!

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.

1 Like