@@ -34,6 +34,7 @@ class SyncBatchTask extends Command
public function handle()
{
+ sleep(rand(0,10));
$this->disposeHeader();
$this->disposeDetail();
}