forked from scullyio/scully
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sander/rework wait fix (scullyio#808)
* fix(scully): Add wait time before spawning new browser instance If there are more than 500 routes rendered, when this limit is reached a new browser instance is spawned. The async jobs rendering the routes at that moment in the initial browser instance are not waited and thus they are failing with exception and cause the process to stop. Update and add testserver data for 500+ routes. Update test server to hold and serve 501 users. Update snapshots for the newly added users Add test to check extra routes. * fix(scully): rework time calculation to not take minutes and poll for outstanding tasks on browser r * test(scully): upds test for user1&2 and snapshots Co-authored-by: Septimiu Criste <[email protected]>
- Loading branch information
1 parent
2c7d80a
commit cd948bc
Showing
7 changed files
with
40 additions
and
6,013 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.