ResourceSync Busy #450
-
I have been trying for hours but am still not able to get resource sync to work. When it works, it delete my resources such the server even though I have
What is causing this? This is a brand new deployment so there isn't really anything that could be locking up ResourceSync as far as I know of. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It looks like the ResourceSync is trying to update its own config during execution, which is failing because the sync is currently running. To resolve it, you can modify the resource sync config in toml to match what is in UI. With managed mode, committing to sync would also resolve this issue. |
Beta Was this translation helpful? Give feedback.
It looks like the ResourceSync is trying to update its own config during execution, which is failing because the sync is currently running. To resolve it, you can modify the resource sync config in toml to match what is in UI. With managed mode, committing to sync would also resolve this issue.