Will laravel lose data when using dual (write jobs inside jobs) queues (jobs)?

problem description

will laravel lose data when using dual (write jobs inside jobs) queues (jobs)?
may lose some data, which is not the case. Chunk used in jobs to process data in blocks

the environmental background of the problems and what methods you have tried

try to change the amount of chunk data from 200 to 50, resulting in the whole queue not running.

Php
Jun.05,2022

what queue kafka is used?

Menu