Batch Job Support
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.
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.
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.