-
Notifications
You must be signed in to change notification settings - Fork 331
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
fix: Increase process recurrence timeout #9665
Conversation
We know this might be long running, so adding a separate long running timeout. We're not reusing the adhoc timeout as this is excessive and might obfuscate issues in the query.
I'm testing in an on-demand-env and I'm still seeing some error 🤔
Docker image is built using our Github Action. |
Can I somehow see the datadog logs of that instance? |
We do not have Datadog logs on that environment to save costs. You can see the logs using k9s! You have already do that in the past I think! |
That doesn't show me the graphql traces sadly. |
You could also use Google Console logging here for example |
It seems the job runs every second, that's a bit much. I suggest setting it to run every minute at most and then we can check again. |
Do the changes yourself on the on-demand-env branch, apply using the pipeline and test! |
Seems to work just fine with the lower frequency. |
Fixes #9664
We know this might be long running, so adding a separate long running timeout. We're not reusing the adhoc timeout as this is excessive and might obfuscate issues in the query.
Testing scenarios
parabol/packages/server/utils/PubSubPromise.ts
Line 57 in 4f49f95
CHRONOS_PROCESS_RECURRENCE='* * * * *'
to your.env
yarn build && yarn start
Final checklist