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

feat: Implement shedding identity queue #343

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Commits on Feb 20, 2024

  1. feat: Implement shedding identity queue

    Previously, customers could queue a boundless limit of identify
    requests. The SDK would work its way through this FIFO queue, processing
    all intermediate but unnecessary requests.
    
    With this change, intermediate identify requests will be shed from the
    processing queue.
    
    NOTE: To preserve backwards compatibility, the original identify method
    will queue up "unsheddable" tasks which will continue to queue as
    before. Usage of the new `identify` method will allow developers to
    opt-in to this new behavior.
    keelerm84 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9054985 View commit details
    Browse the repository at this point in the history