简体   繁体   English

终端中的作业处理编号 - laravel 中的队列

[英]Job processing number in terminal - queue in laravel

What is the number next to time in the terminal if it is for processing amount how can I rest it to start from 0 every time running the command php artisan queue:work it starts to continue from last number stop on it, also it possible to change it to string?终端中时间旁边的数字是多少,如果它是用于处理数量,我如何在每次运行命令时从 0 开始休息php artisan queue:work它开始从最后一个数字停止,也可以把它改成字符串?

I try to this command to clear caches php artisan optimize:clear but nothing cahnge我尝试使用此命令清除缓存php artisan optimize:clear but nothing cahnge

在此处输入图片说明

正如@aynber 所说,它是作业 ID,它是作业表中的autoincrement ,因此在确保表中没有数据后,我通过截断表来休息它

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM