mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
fix cleanup idStr string
This commit is contained in:
@@ -33,7 +33,7 @@ class Cleanup extends Command
|
||||
$action = $this->option('action');
|
||||
$beginId = $this->option('begin_id');
|
||||
$endId = $this->option('end_id');
|
||||
$idStr = $this->option('id_str');
|
||||
$idStr = $this->option('id_str') ?: "";
|
||||
$commentRequestId = $this->option('request_id');
|
||||
$delay = $this->option('delay') ?: 0;
|
||||
$this->info("beginId: $beginId, endId: $endId, idStr: $idStr, commentRequestId: $commentRequestId, delay: $delay, action: $action");
|
||||
|
||||
@@ -49,7 +49,7 @@ class CalculateUserSeedBonus implements ShouldQueue
|
||||
|
||||
public $tries = 1;
|
||||
|
||||
public $timeout = 600;
|
||||
public $timeout = 3600;
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
|
||||
Reference in New Issue
Block a user