Created a new method in async_handler to process the posts that are list independed. Not batching is required and the data argument is of type any. Usefull for virtual data source and file source endpoints where the payload is just a string of jsonl, newline delimited objects.
Can you please add the comment you posted above as a comment to the new async method that you created so that it helps us remember why we created this one when we take a look at the code in a few months' time?
Since you submitted your PR, the PR that covers returning the full job details for async methods has been accepted. Can you please adjust the code for your new async method to return the job details instead of the boolean value?
Created a new method in async_handler to process the posts that are list independed. Not batching is required and the data argument is of type any. Usefull for virtual data source and file source endpoints where the payload is just a string of jsonl, newline delimited objects.