Azure / azure-sdk-tools

Tools repository leveraged by the Azure SDK team.
MIT License
113 stars 177 forks source link

Increment the date condition for updating a meeting #8894

Closed maririos closed 1 month ago

maririos commented 2 months ago

Currently we are using UTC date format when we filter a meeting from the calendar. We use -1 and +1 days difference, but because of time zones, there are cases where the meetings are not found. We should increase the day difference by 2.

Affected flow: Calendar - Update child

maririos commented 2 months ago

This was blocking a meeting update for the SDK arch board. I have modified the flow in prod, triggered a re-run, and once verified it was working and the user was unblocked, I deleted the solution layer. This means the users is unblocked but the error is still persistent in PROD. I have applied the fix to DEV, so next time we deploy the Scheduler, this change will go live.