We have been using the push queue for a very long time and have no problem consuming tasks from the dev server.
However, during the implementation of the new push queue service, it became difficult to figure out how to do the same on the dev server.
Basically from the documents, we can see that you should use the REST api (we cannot use the direct api queue, since it is consumed by an external application) to rent / delete a task with an endpoint
https:
But obviously, this will not work on the local dev server, and it seems that this is not said about any place.
Just wondering, can anyone ever come across the same question, can shed some light?
source
share