external-task/fetchAndLock API issue

After I call external-task/fetchAndLock API,
Why it return [] to me? The response should not be like that.

Hello @Lawrence ,

this means that no external tasks are available at the moment. As soon as there are tasks available under topicName “worker1”, you will be able to fetch and lock them.

I hope this helps

Jonathan