Context:
Running into a weird bug with our SIP trunk stability that seems directly correlated with our weekly WFM schedule publish window. We are based in Chicago (America/Chicago), so the publish happens every Monday at 07:00 AM CST. The environment is Genesys Cloud (EU-West-1) with a custom SIP trunk provider. When the POST /api/v2/wfm/schedules/{scheduleId}/publish call executes, we see a spike in 486 Busy Here errors on inbound calls for the next 15 minutes. The SIP logs show the endpoints failing to re-register properly with the proxy during this high-load window. We have verified that the agent capacity is sufficient, so it is not a resource exhaustion issue on the cloud side. The WFM API returns a 200 OK, but the telephony layer lags behind. We are using the standard Genesys Cloud SDK for Python to trigger the publish.
Question:
Is there a known dependency between the WFM schedule commit and SIP registration refresh cycles? Should we be implementing a delay or a specific webhook to trigger a SIP re-registration after the schedule is live, or is this a configuration issue with our trunk provider’s keep-alive settings?