We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Your software version (Screenshot of your startup)
Detail description about this issue(error/log)
Some reproducible code blocks and steps
reproducible
steps
class TestTask extends Task { protected $title; public function __construct($title) { $this->title = $title; } public function handle() { sleep(rand(1, 3)); info($this->title . ". " . date("Y-m-d H:i:s")); } } //-------------- $title = Base::generatePassword(2, 22); for($i = 1; $i <= 1000; $i++) { $t = new TestTask($title . '-' . $i); $t->delay(rand(1, 3)); Task::deliver($t); }
The text was updated successfully, but these errors were encountered:
hhxsv5
No branches or pull requests
Your software version (Screenshot of your startup)
Detail description about this issue(error/log)
Some
reproducible
code blocks andsteps
The text was updated successfully, but these errors were encountered: