Hi All,We faced one issue during deployment to production. We have an API which triggers a process model and we are saving into database using write to records. Yesterday we added a new column to that record and it was getting deployed. During that deployment window, we received some cases via API. Details were getting written to database but while trying to query data, no data was being retrieved. The record was being updated and sync was occuring during that time. This is the first time we are facing such issue. Has anyone faced similar issue? Any reason this might have occured??
Discussion posts and replies are publicly visible
I've never noticed myself. But if you want to be able to receive API notifications while doing some maintenance, perhaps you should look at a more robust integration pattern.
What happens when you do upgrades etc?
When doing upgrades, it comes under maintenance window. So we are assuming we will not receive requests since all endpoints will return 401 error. We dont want to receive notifications while performing maintenance but it should not throw any error like whatever we experienced. Since its the first time such issue has occured, we want to understand if anyone has faced such issue.