-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: processRecurrence is slow #9722
Comments
|
The slowness comes from the time zone processing https://github.com/jkbrzt/rrule/blob/9f2061febeeb363d03352efe33d30c33073a0242/src/datewithzone.ts#L32 |
what in the world is that package doing internally?!?! |
Elevating to P1 since this is a synchronous call & it lasts 23 seconds, which would cause any requests that hit the same server to timeout |
this is basically crashing every request that comes in while processRecurrence runs. |
The mutation takes >15s, see logs 🔒 We only run it every 5min so it's not an issue at the moment, but it should be faster.
Also testing processRecurrence times out sometimes https://github.com/ParabolInc/parabol/actions/runs/8982173873/job/24669192689?pr=9720
The text was updated successfully, but these errors were encountered: