You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned here
At the moment the full sync will only create or update matching entities on the Ayon side.
The delete of entities is only handled by the event handlers after a full sync.
Another related issue - if the kitsu processor service is down for a period of time, syncs can be missed. An option would be to sync all linked projects from Ayon -> Kitsu Kitsu -> Ayon on service start.
The text was updated successfully, but these errors were encountered:
Sync all linked projects from Ayon -> Kitsu on service start might not be what you want. If you remove a bunch of things in Kitsu you don't want them to reappear randomly.
To truly fix this we would need to split out the listener into its own service, like I did in my sync-pr. That way the listener would stack all events and wait until the processor can accept them.
As mentioned here
At the moment the full sync will only create or update matching entities on the Ayon side.
The delete of entities is only handled by the event handlers after a full sync.
Another related issue - if the kitsu processor service is down for a period of time, syncs can be missed. An option would be to sync all linked projects from
Ayon -> KitsuKitsu -> Ayon on service start.The text was updated successfully, but these errors were encountered: