tdugard Posted Wednesday at 09:54 AM Report Share Posted Wednesday at 09:54 AM Hi ftrack dev team, For my local sync project with ftrack db i need to process the event table in ftrack. Several issues : - User creation/deletion arent replcated in that table (using event hub the user creation/deletion fires an event) - Event table isn't formatted as good as the event hub event data (using old api db.all.task, db.all.show, etc...) resulting in some brain twisting to get all working. Why can the event hub be replicated 1:1 to the event table history ? - Project creation has en entry in Event collection but not the project deletion - In the event hub the project deletion fires an event that's good but all the entities tied to the project don't fires a deletion event so once the project is deleted all assetbuilds / notes / tasks / shots etc.. are still presents. The behavior should be like when you delete an entity in ftrack all child entities are deleted (like assets in a folder when you delete the folder) You can ask why i'm using event history instead of event hub (that has still flaws), the answer is simple, if my listener failed i need to replacated all events that occured when it was offline. Thanks for your time. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now