Worker calling it self

Hey what is the best way for a worker to call it self as of now? I'm doing this to get over the 1000k sub-requests limit per request.
1 Reply
tien
tien2mo ago
Okay so for the service binding am I suppose to do this?
[[services]]
binding = "THIS"
service = "the-worker-name"
[[services]]
binding = "THIS"
service = "the-worker-name"
feels kinda hacky since I need to first deploy an empty worker else would get an error that "the-worker-name" does not exist