Requests in Azure Web Apps are limited to 230 seconds (see here).
The update is close to and currently exceeding that limit. Haven't verified but I think querying GitHub for and creating the emoji preferences table takes the longest.
Should make the update a background task, rather than a request that hangs. Or quick fix may be to revert to only checking the top comment in the GitHub issue (currently check the first few, I think, to deal with cases where reactions were not to the top-level comment).
Requests in Azure Web Apps are limited to 230 seconds (see here).
The update is close to and currently exceeding that limit. Haven't verified but I think querying GitHub for and creating the emoji preferences table takes the longest.
Should make the update a background task, rather than a request that hangs. Or quick fix may be to revert to only checking the top comment in the GitHub issue (currently check the first few, I think, to deal with cases where reactions were not to the top-level comment).