func icon indicating copy to clipboard operation
func copied to clipboard

Batch Job Support

Open lkingland opened this issue 8 months ago • 2 comments

We will be enabling batch job support by creating an adapter which will work for Functions of all languages without needing to alter the functions themselves. The user will indicate the Function should be a batch processor, and it will be deployed as a JobSink. Functions will then deploy in tandem a job adapter which reads the job to be processed and invokes the Function with this job as the content of an event. In this way we can adjust how a function is invoked (standard HTTP requests, cloudevent, or a batch job cloudevent) without needing to alter the Function implementation itself. Note this may only support CloudEvent functions.

lkingland avatar Apr 25 '25 03:04 lkingland

This issue is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of inactivity. Reopen the issue with /reopen. Mark the issue as fresh by adding the comment /remove-lifecycle stale.

github-actions[bot] avatar Jul 25 '25 01:07 github-actions[bot]

This issue is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of inactivity. Reopen the issue with /reopen. Mark the issue as fresh by adding the comment /remove-lifecycle stale.

github-actions[bot] avatar Oct 28 '25 01:10 github-actions[bot]