Changes between Initial Version and Version 1 of Ticket #34159, comment 1
- Timestamp:
- Nov 15, 2022, 4:10:06 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34159, comment 1
initial v1 1 1 > Ideally I'd set a timer so that any request that takes 4+ seconds to solve is killed and retried, 2 and a secondary timer so that any request that has been retried 7 times redirects to an error page,3 on the error page implement some javascript to re-request the page.2 > and a secondary timer so that any request that has been retried 7 times redirects to an error page, 3 > on the error page implement some javascript to re-request the page. 4 4 5 5 I think this would work well as a third-party app. Certainly prototyping it there would be appropriate, following up on the DevelopersMailingList to discuss inclusion at that point.