"destruk" wrote:
Thanks Enterr. I suppose the point is - if you're using a task node, only run one of each type at a time if you require a callback for it or if it needs to complete in a specific order.
I believe you can run multiple instances of the same Task-extending component - but for the event handlers to distinguish which does what, should set some field(s) inside, e.g. to let it know which URLs it's working on now or such. Re-using the same Task instance seems risky if the previous execution has not finished yet.