core icon indicating copy to clipboard operation
core copied to clipboard

Parameter type requirements

Open ZhangChengLin opened this issue 1 month ago • 1 comments

https://github.com/roach-php/core/blob/450ed504c556b2243ea7cc76f44161242a551a5a/src/Spider/BasicSpider.php#L62

The $requestDelay attribute is expected to support expressions, and the target needs to be a specified range of random values ​​(including non-integer numbers).


https://github.com/roach-php/core/blob/653347a121d22438f23f38081a26208ca9389a10/src/Scheduling/RequestSchedulerInterface.php#L40

The parameter type of setDelay is expected to support non-integer formats.

ZhangChengLin avatar Jun 02 '24 03:06 ZhangChengLin