Hello!
I am using Shotgun webhooks to trigger on certain events and perform some actions using my own script. My script is using the python api. I am setting the session_uuid in the python API for my Shotgun instance so that any updates I make are updated automatically in the user’s browser session.
I am seeing that for most events, I do see that the updated data in the browser does flash and refresh without requiring a browser refresh. However, for retired entity events, these changes require a manual browser refresh for the changes to be reflected on screen. I am wondering if this is expected behavior or if there is a way to get data to automatically refresh in this scenario.
Thank you!