Open
Description
This one is about web-server implementation. Current implementation is writing data into the tables and as response gives only how many rows is added and how many rows are new
but it would be very useful if /tasks/{id}
endpoint (or something similar) will respond with actual data retrieved by specific task.
Also would be nice to have a module identifier for each task in a queue to know which module is running.
Do you have any plans on implementing this?