Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch Request Robustness #14

Open
insomniacc opened this issue Mar 8, 2023 · 0 comments
Open

Batch Request Robustness #14

insomniacc opened this issue Mar 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@insomniacc
Copy link
Owner

When a batch request reaches a size or processing limit, the system cancels the transaction and returns unprocessed requests in the unserviced JSON array in the response.

as per https://docs.servicenow.com/bundle/sandiego-application-development/page/integrate/inbound-rest/concept/batch-api.html

While currently this is not pressing, the user can adjust to what is necessary based on the batch size, it might be a good feature to check default limits and have adjustable limits (or maybe they should be pulled from the instance).
Any returned/cancelled requests will need to be pushed back to be processed in another batch.

@insomniacc insomniacc added the enhancement New feature or request label Mar 8, 2023
@insomniacc insomniacc added this to the v0.0.2 milestone Mar 8, 2023
@insomniacc insomniacc self-assigned this Mar 8, 2023
@insomniacc insomniacc removed this from the v0.0.2 milestone Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant