-
Notifications
You must be signed in to change notification settings - Fork 7
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
Setting timeout seconds #4
Comments
I don't know the scenario, and I encounter the status page exceeded CPU time limit recently, So the timeout setting seems no use? |
Actually CPU time limit would make the whole process to die, so that looking for the process to end normally within CPU time. And for Enterprise Workers, CPU time is much longer, so that it takes a long time to reach it. also makes update slower. |
Ok, I can investigate it laterly, and PR is welcome 👀 |
Is it resolved by setting timeout for fetch data? cf-worker-status-page-pro/src/helpers/monitors.ts Lines 7 to 29 in 18c4524
|
For the servers which is not responding, it would be a good idea to make a timeout in seconds.
It will also be great if we would able to set the actual timeout time on config.
The text was updated successfully, but these errors were encountered: