in a test purpose, created below:
Route::get('/test-item/{subId}', function ($subId) {
// Retry logic: Retry 3 times with 3 seconds delay between attempts
$maxRetries = 3;
$retryDelay = 3; // in seconds
$result = retry($maxRetries, function () use ($subId) {
try {
// Dispatch the event to broadcast
Log::info("