Open
Conversation
Introduces an extensible API utility for streamlined CRUD operations, pagination, concurrency management, and error handling with retry logic. Enables flexible logging and spinner control to improve developer experience and user feedback. Facilitates integration with Knack views and supports role-based debug visibility.
… into feature/ktl.api
Co-authored-by: CSWinnall <10554243+CSWinnall@users.noreply.github.com>
Co-authored-by: CSWinnall <10554243+CSWinnall@users.noreply.github.com>
Co-authored-by: CSWinnall <10554243+CSWinnall@users.noreply.github.com>
Co-authored-by: CSWinnall <10554243+CSWinnall@users.noreply.github.com>
Co-authored-by: CSWinnall <10554243+CSWinnall@users.noreply.github.com>
Co-authored-by: CSWinnall <10554243+CSWinnall@users.noreply.github.com>
Co-authored-by: CSWinnall <10554243+CSWinnall@users.noreply.github.com>
…ions Co-authored-by: CSWinnall <10554243+CSWinnall@users.noreply.github.com>
Co-authored-by: CSWinnall <10554243+CSWinnall@users.noreply.github.com>
…API fetches" This reverts commit e848927.
Co-authored-by: CSWinnall <10554243+CSWinnall@users.noreply.github.com>
Tags: eliminate redundant fetch API calls by using view render data
Enhances tag update logic by fetching full record data via API before processing, ensuring accurate record lookups even when local data is incomplete. Adds early exit if no valid records, improves user feedback, and logs detailed errors when records are missing or fetch fails. Reduces risk of partial updates and improves reliability for bulk tag operations.
Co-authored-by: CSWinnall <10554243+CSWinnall@users.noreply.github.com>
Replace alert() with ktl.core.selectOption() in bulk operations
Introduces explicit handling and counting of HTTP 429 (rate limit) responses during batch update and delete operations. Provides a callback for 429s to enable better monitoring and logs a summary after processing. Improves visibility into rate limiting issues during concurrent API requests.
… into feature/ktl.api
Introduces a concurrent record creation method with adaptive concurrency and rate limiting, enabling efficient bulk inserts while respecting API quotas and handling rate limit errors. Improves retry logic by honoring Retry-After headers and adding minimum delays for 429 responses. Refactors bulk copy operations to leverage new batching, progress, and error reporting. Enhances reliability and throughput for high-volume data operations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces a concurrent record creation method with adaptive concurrency and rate limiting, enabling efficient bulk inserts while respecting API quotas and handling rate limit errors. Improves retry logic by honoring Retry-After headers and adding minimum delays for 429 responses. Refactors bulk copy operations to leverage new batching, progress, and error reporting.
Enhances reliability and throughput for high-volume data operations.