How do I access getPublisher to set another queue inside a task file?
Use Case: I have a large set of data that I pass in a queue to do some task. After the task is complete, the result will be passed to another queue where it will get data from some API and save the data to DB.
ps: It is actually a question, not a bug.