im trying to build an example of sending batch API requests to another server and having the work being done there. but....is this even possible?

Comments

Jaypan’s picture

Yes. You can use the Queue API for this. The Batch API is used when there is user action. The Queue API is used for background processes with no user interaction.