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

Sync : Delete entities before creation ? #698

Closed
mmorel-35 opened this issue Jun 15, 2022 · 2 comments
Closed

Sync : Delete entities before creation ? #698

mmorel-35 opened this issue Jun 15, 2022 · 2 comments

Comments

@mmorel-35
Copy link
Contributor

When we change the names of some entities (most of the time consumers) we receive some 409 conflict errors.
The root cause seems to be that the creation of the entities happen before their deletion.

What we usually do is manual deletion before running the deck sync on those entities.

@GGabriele
Copy link
Collaborator

Hi @mmorel-35, would you mind providing some sample config and steps to make sure we reproduce on our end exactly what you are seeing?

@mmorel-35
Copy link
Contributor Author

Hi!
first create a consumer a consumer with a name and a defined custom_id and some selected tag.
Then change the name of the consumer with the same tag and same custom_id.
Try to sync the consumer.
You shall have a 409 conflict error.
If it's not enough, I can provide an example tomorrow

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