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

safe_update support #99

Open
haizaar opened this issue May 4, 2021 · 2 comments
Open

safe_update support #99

haizaar opened this issue May 4, 2021 · 2 comments

Comments

@haizaar
Copy link

haizaar commented May 4, 2021

Good day,

We have a situation where two processes update Zendesk ticket and quite often step on each other's toes causing lost updates.

After doing some research, I found that ZD API indeed supports cooperative locking mechanism as described here: https://develop.zendesk.com/hc/en-us/articles/360059146153#protecting-against-ticket-update-collisions

It will be really great to have this supported in go-zendesk.
WDYT?

@eggman64
Copy link
Member

That's a really good idea :)

@alexei-led
Copy link
Contributor

This PR #106 implements the safe_update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants