I have a workflow where I trigger a task using http, ex https://api.trigger.dev/api/v1/helloworld
In the header, I have my account secret key.
When this task gets picked up, is there any limitation to what worker picks up the task? That is, if I have a local dev worker started with my secret key, is that the only worker that can pick up that task, or does that task request go into some more generic pool?
I feel like I’ve seen behaviour that indicates the latter (some other runner has picked up the request, not just my own). Oh, the other note is that it appeared that more than one worker picked up the same task. Is that possible?