  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.68ms DONE
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.13ms DONE
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.32ms DONE
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.80ms DONE
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.35ms DONE
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.21ms DONE
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.57ms DONE
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.86ms DONE
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.28ms DONE
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.64ms DONE
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 21:55:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.78ms DONE
  2026-07-29 21:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 21:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.75ms DONE
  2026-07-29 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.09ms DONE
  2026-07-29 21:58:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 21:58:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.39ms DONE
  2026-07-29 21:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 21:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.64ms DONE
  2026-07-29 22:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  162.69ms DONE
  2026-07-29 22:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.94ms DONE
  2026-07-29 22:02:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:02:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.72ms DONE
  2026-07-29 22:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.98ms DONE
  2026-07-29 22:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.56ms DONE
  2026-07-29 22:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.66ms DONE
  2026-07-29 22:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.52ms DONE
  2026-07-29 22:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.85ms DONE

   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))

  2026-07-29 22:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.25ms DONE
  2026-07-29 22:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.29ms DONE
  2026-07-29 22:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.05ms DONE
  2026-07-29 22:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.73ms DONE
  2026-07-29 22:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  271.32ms DONE
  2026-07-29 22:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.40ms DONE
  2026-07-29 22:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.48ms DONE
  2026-07-29 22:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.82ms DONE
  2026-07-29 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.73ms DONE
  2026-07-29 22:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  178.81ms DONE
  2026-07-29 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.46ms DONE
  2026-07-29 22:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.46ms DONE
  2026-07-29 22:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.79ms DONE
  2026-07-29 22:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.24ms DONE
  2026-07-29 22:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.95ms DONE
  2026-07-29 22:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.12ms DONE
  2026-07-29 22:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.01ms DONE
  2026-07-29 22:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.06ms DONE
  2026-07-29 22:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.41ms DONE
  2026-07-29 22:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.78ms DONE
  2026-07-29 22:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.73ms DONE
  2026-07-29 22:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.83ms DONE
  2026-07-29 22:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.72ms DONE
  2026-07-29 22:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.65ms DONE
  2026-07-29 22:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.90ms DONE
  2026-07-29 22:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.66ms DONE
  2026-07-29 22:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.22ms DONE
  2026-07-29 22:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.21ms DONE
  2026-07-29 22:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  123.94ms DONE
  2026-07-29 22:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.58ms DONE
  2026-07-29 22:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.92ms DONE
  2026-07-29 22:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.85ms DONE
  2026-07-29 22:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.57ms DONE
  2026-07-29 22:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.36ms DONE
  2026-07-29 22:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.49ms DONE
  2026-07-29 22:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.04ms DONE
  2026-07-29 22:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.03ms DONE
  2026-07-29 22:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.59ms DONE
  2026-07-29 22:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.70ms DONE
  2026-07-29 22:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.39ms DONE
  2026-07-29 22:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.97ms DONE
  2026-07-29 22:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.85ms DONE
  2026-07-29 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.14ms DONE
  2026-07-29 22:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.21ms DONE
  2026-07-29 22:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.07ms DONE
  2026-07-29 22:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.88ms DONE
  2026-07-29 22:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.43ms DONE
  2026-07-29 22:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.18ms DONE
  2026-07-29 22:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 22:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.41ms DONE
  2026-07-29 23:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  119.77ms DONE
  2026-07-29 23:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.65ms DONE
  2026-07-29 23:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.50ms DONE
  2026-07-29 23:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.16ms DONE
  2026-07-29 23:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.27ms DONE
  2026-07-29 23:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.98ms DONE
  2026-07-29 23:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.65ms DONE
  2026-07-29 23:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.75ms DONE
  2026-07-29 23:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.18ms DONE
  2026-07-29 23:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.82ms DONE
  2026-07-29 23:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.88ms DONE
  2026-07-29 23:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.47ms DONE
  2026-07-29 23:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.24ms DONE
  2026-07-29 23:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.74ms DONE
  2026-07-29 23:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.16ms DONE
  2026-07-29 23:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.99ms DONE
  2026-07-29 23:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.37ms DONE
  2026-07-29 23:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  292.28ms DONE
  2026-07-29 23:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.22ms DONE
  2026-07-29 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.90ms DONE
  2026-07-29 23:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  137.05ms DONE
  2026-07-29 23:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.69ms DONE
  2026-07-29 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.04ms DONE
  2026-07-29 23:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.05ms DONE
  2026-07-29 23:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.99ms DONE
  2026-07-29 23:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.02ms DONE
  2026-07-29 23:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.09ms DONE
  2026-07-29 23:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.71ms DONE
  2026-07-29 23:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.91ms DONE
  2026-07-29 23:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.06ms DONE
  2026-07-29 23:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.09ms DONE
  2026-07-29 23:31:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:31:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.05ms DONE
  2026-07-29 23:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.89ms DONE
  2026-07-29 23:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.00ms DONE
  2026-07-29 23:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.42ms DONE
  2026-07-29 23:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.61ms DONE
  2026-07-29 23:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.78ms DONE
  2026-07-29 23:37:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:37:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.20ms DONE
  2026-07-29 23:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.68ms DONE
  2026-07-29 23:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.05ms DONE
  2026-07-29 23:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.43ms DONE
  2026-07-29 23:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.33ms DONE
  2026-07-29 23:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.55ms DONE
  2026-07-29 23:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.36ms DONE
  2026-07-29 23:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.31ms DONE
  2026-07-29 23:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  125.44ms DONE
  2026-07-29 23:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.60ms DONE
  2026-07-29 23:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.66ms DONE
  2026-07-29 23:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.83ms DONE
  2026-07-29 23:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.57ms DONE
  2026-07-29 23:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  603.09ms DONE
  2026-07-29 23:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.34ms DONE
  2026-07-29 23:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.21ms DONE
  2026-07-29 23:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.85ms DONE
  2026-07-29 23:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.88ms DONE
  2026-07-29 23:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.45ms DONE
  2026-07-29 23:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.73ms DONE
  2026-07-29 23:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  95.24ms DONE
  2026-07-29 23:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.09ms DONE
  2026-07-29 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-29 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.14ms DONE
  2026-07-30 00:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.74ms DONE
  2026-07-30 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.26ms DONE
  2026-07-30 00:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.00ms DONE
  2026-07-30 00:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.87ms DONE
  2026-07-30 00:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.95ms DONE
  2026-07-30 00:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.84ms DONE
  2026-07-30 00:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.44ms DONE
  2026-07-30 00:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.54ms DONE
  2026-07-30 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.53ms DONE
  2026-07-30 00:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.21ms DONE
  2026-07-30 00:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  196.67ms DONE
  2026-07-30 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.52ms DONE
  2026-07-30 00:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  204.81ms DONE
  2026-07-30 00:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.04ms DONE
  2026-07-30 00:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.10ms DONE
  2026-07-30 00:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.48ms DONE
  2026-07-30 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.13ms DONE
  2026-07-30 00:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  167.14ms DONE
  2026-07-30 00:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.60ms DONE
  2026-07-30 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.37ms DONE
  2026-07-30 00:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.90ms DONE
  2026-07-30 00:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.88ms DONE
  2026-07-30 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.34ms DONE
  2026-07-30 00:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.52ms DONE
  2026-07-30 00:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.39ms DONE
  2026-07-30 00:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.70ms DONE
  2026-07-30 00:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.93ms DONE
  2026-07-30 00:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.39ms DONE
  2026-07-30 00:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  187.64ms DONE
  2026-07-30 00:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.94ms DONE
  2026-07-30 00:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.75ms DONE
  2026-07-30 00:31:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:31:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.52ms DONE
  2026-07-30 00:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.23ms DONE
  2026-07-30 00:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.97ms DONE
  2026-07-30 00:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.51ms DONE
  2026-07-30 00:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.50ms DONE
  2026-07-30 00:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.96ms DONE
  2026-07-30 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.80ms DONE
  2026-07-30 00:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.07ms DONE
  2026-07-30 00:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.26ms DONE
  2026-07-30 00:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.83ms DONE
  2026-07-30 00:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.04ms DONE
  2026-07-30 00:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  130.34ms DONE
  2026-07-30 00:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  137.17ms DONE
  2026-07-30 00:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.09ms DONE
  2026-07-30 00:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.48ms DONE
  2026-07-30 00:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.99ms DONE
  2026-07-30 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.52ms DONE
  2026-07-30 00:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.73ms DONE
  2026-07-30 00:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.35ms DONE
  2026-07-30 00:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  183.15ms DONE
  2026-07-30 00:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.64ms DONE
  2026-07-30 00:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.90ms DONE
  2026-07-30 00:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.90ms DONE
  2026-07-30 00:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.67ms DONE
  2026-07-30 00:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.72ms DONE
  2026-07-30 00:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.91ms DONE
  2026-07-30 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.03ms DONE
  2026-07-30 00:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.34ms DONE
  2026-07-30 00:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 00:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.35ms DONE
  2026-07-30 01:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  239.71ms DONE
  2026-07-30 01:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.45ms DONE
  2026-07-30 01:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.76ms DONE
  2026-07-30 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.24ms DONE
  2026-07-30 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.89ms DONE
  2026-07-30 01:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  159.27ms DONE
  2026-07-30 01:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.01ms DONE
  2026-07-30 01:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.02ms DONE
  2026-07-30 01:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.50ms DONE
  2026-07-30 01:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  294.82ms DONE
  2026-07-30 01:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.92ms DONE
  2026-07-30 01:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.36ms DONE
  2026-07-30 01:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.38ms DONE
  2026-07-30 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.90ms DONE
  2026-07-30 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.89ms DONE
  2026-07-30 01:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.85ms DONE
  2026-07-30 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.46ms DONE
  2026-07-30 01:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.16ms DONE
  2026-07-30 01:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.52ms DONE
  2026-07-30 01:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.43ms DONE
  2026-07-30 01:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.77ms DONE
  2026-07-30 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.92ms DONE
  2026-07-30 01:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.22ms DONE
  2026-07-30 01:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.12ms DONE
  2026-07-30 01:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.00ms DONE
  2026-07-30 01:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  95.27ms DONE
  2026-07-30 01:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.75ms DONE
  2026-07-30 01:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.91ms DONE
  2026-07-30 01:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.22ms DONE
  2026-07-30 01:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.21ms DONE
  2026-07-30 01:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.47ms DONE
  2026-07-30 01:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.29ms DONE
  2026-07-30 01:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.72ms DONE
  2026-07-30 01:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.37ms DONE
  2026-07-30 01:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.46ms DONE
  2026-07-30 01:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.17ms DONE
  2026-07-30 01:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.32ms DONE
  2026-07-30 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.21ms DONE
  2026-07-30 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.39ms DONE
  2026-07-30 01:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.44ms DONE
  2026-07-30 01:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  171.30ms DONE
  2026-07-30 01:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.51ms DONE
  2026-07-30 01:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.65ms DONE
  2026-07-30 01:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.71ms DONE
  2026-07-30 01:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.41ms DONE
  2026-07-30 01:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.82ms DONE
  2026-07-30 01:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.52ms DONE
  2026-07-30 01:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.86ms DONE
  2026-07-30 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.38ms DONE
  2026-07-30 01:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.77ms DONE
  2026-07-30 01:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  103.89ms DONE
  2026-07-30 01:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.05ms DONE
  2026-07-30 01:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.32ms DONE
  2026-07-30 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.01ms DONE
  2026-07-30 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.38ms DONE
  2026-07-30 01:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.73ms DONE
  2026-07-30 01:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.61ms DONE
  2026-07-30 01:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.13ms DONE
  2026-07-30 01:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.41ms DONE
  2026-07-30 01:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 01:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.04ms DONE
  2026-07-30 02:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  145.68ms DONE
  2026-07-30 02:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.70ms DONE
  2026-07-30 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.86ms DONE
  2026-07-30 02:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.23ms DONE
  2026-07-30 02:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.59ms DONE
  2026-07-30 02:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.72ms DONE
  2026-07-30 02:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.79ms DONE
  2026-07-30 02:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.90ms DONE
  2026-07-30 02:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  123.97ms DONE
  2026-07-30 02:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.49ms DONE
  2026-07-30 02:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  194.35ms DONE
  2026-07-30 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.08ms DONE
  2026-07-30 02:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.93ms DONE
  2026-07-30 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.22ms DONE
  2026-07-30 02:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.94ms DONE
  2026-07-30 02:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.62ms DONE
  2026-07-30 02:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.51ms DONE
  2026-07-30 02:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.72ms DONE
  2026-07-30 02:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.84ms DONE
  2026-07-30 02:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-07-30 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.74ms DONE
  2026-07-30 02:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.37ms DONE
  2026-07-30 02:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.83ms DONE
  2026-07-30 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.78ms DONE
  2026-07-30 02:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.00ms DONE
  2026-07-30 02:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.95ms DONE
  2026-07-30 02:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.54ms DONE
  2026-07-30 02:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.69ms DONE
  2026-07-30 02:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.90ms DONE
  2026-07-30 02:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.20ms DONE
  2026-07-30 02:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.27ms DONE
  2026-07-30 02:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.43ms DONE
  2026-07-30 02:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.00ms DONE
  2026-07-30 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.06ms DONE
  2026-07-30 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.73ms DONE
  2026-07-30 02:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.18ms DONE
  2026-07-30 02:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.51ms DONE
  2026-07-30 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.01ms DONE
  2026-07-30 02:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.25ms DONE
  2026-07-30 02:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.23ms DONE
  2026-07-30 02:40:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:40:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.60ms DONE
  2026-07-30 02:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.57ms DONE
  2026-07-30 02:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.10ms DONE
  2026-07-30 02:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.05ms DONE
  2026-07-30 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.90ms DONE
  2026-07-30 02:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.00ms DONE
  2026-07-30 02:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.94ms DONE
  2026-07-30 02:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.07ms DONE
  2026-07-30 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.42ms DONE
  2026-07-30 02:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.22ms DONE
  2026-07-30 02:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.99ms DONE
  2026-07-30 02:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.92ms DONE
  2026-07-30 02:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.86ms DONE
  2026-07-30 02:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.58ms DONE
  2026-07-30 02:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.84ms DONE
  2026-07-30 02:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.69ms DONE
  2026-07-30 02:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.76ms DONE
  2026-07-30 02:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.89ms DONE
  2026-07-30 02:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.48ms DONE
  2026-07-30 02:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 02:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.54ms DONE
  2026-07-30 03:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  232.78ms DONE
  2026-07-30 03:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.71ms DONE
  2026-07-30 03:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.14ms DONE
  2026-07-30 03:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.40ms DONE
  2026-07-30 03:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.27ms DONE
  2026-07-30 03:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.52ms DONE
  2026-07-30 03:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.90ms DONE
  2026-07-30 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.23ms DONE
  2026-07-30 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.87ms DONE
  2026-07-30 03:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.67ms DONE
  2026-07-30 03:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.73ms DONE
  2026-07-30 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.12ms DONE
  2026-07-30 03:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.59ms DONE
  2026-07-30 03:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.74ms DONE
  2026-07-30 03:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.83ms DONE
  2026-07-30 03:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.97ms DONE
  2026-07-30 03:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.36ms DONE
  2026-07-30 03:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.42ms DONE
  2026-07-30 03:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.32ms DONE
  2026-07-30 03:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.44ms DONE
  2026-07-30 03:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.74ms DONE
  2026-07-30 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.36ms DONE
  2026-07-30 03:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.65ms DONE
  2026-07-30 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.84ms DONE
  2026-07-30 03:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.76ms DONE
  2026-07-30 03:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.05ms DONE
  2026-07-30 03:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.34ms DONE
  2026-07-30 03:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.71ms DONE
  2026-07-30 03:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.73ms DONE
  2026-07-30 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.25ms DONE
  2026-07-30 03:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.01ms DONE
  2026-07-30 03:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.86ms DONE
  2026-07-30 03:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.82ms DONE
  2026-07-30 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.49ms DONE
  2026-07-30 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.98ms DONE
  2026-07-30 03:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  758.28ms DONE
  2026-07-30 03:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.85ms DONE
  2026-07-30 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.70ms DONE
  2026-07-30 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.42ms DONE
  2026-07-30 03:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.93ms DONE
  2026-07-30 03:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.32ms DONE
  2026-07-30 03:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.35ms DONE
  2026-07-30 03:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.58ms DONE
  2026-07-30 03:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.14ms DONE
  2026-07-30 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.14ms DONE
  2026-07-30 03:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.12ms DONE
  2026-07-30 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.55ms DONE
  2026-07-30 03:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.02ms DONE
  2026-07-30 03:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.34ms DONE
  2026-07-30 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.03ms DONE
  2026-07-30 03:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.03ms DONE
  2026-07-30 03:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.64ms DONE
  2026-07-30 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.99ms DONE
  2026-07-30 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.25ms DONE
  2026-07-30 03:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.34ms DONE
  2026-07-30 03:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.16ms DONE
  2026-07-30 03:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.09ms DONE
  2026-07-30 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.27ms DONE
  2026-07-30 03:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.35ms DONE
  2026-07-30 03:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 03:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.48ms DONE
  2026-07-30 04:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  251.91ms DONE
  2026-07-30 04:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.05ms DONE
  2026-07-30 04:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.69ms DONE
  2026-07-30 04:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.79ms DONE
  2026-07-30 04:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.94ms DONE
  2026-07-30 04:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.42ms DONE
  2026-07-30 04:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  181.30ms DONE
  2026-07-30 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.02ms DONE
  2026-07-30 04:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.86ms DONE
  2026-07-30 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.43ms DONE
  2026-07-30 04:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.50ms DONE
  2026-07-30 04:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.05ms DONE
  2026-07-30 04:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.36ms DONE
  2026-07-30 04:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.07ms DONE
  2026-07-30 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.46ms DONE
  2026-07-30 04:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  162.53ms DONE
  2026-07-30 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.62ms DONE
  2026-07-30 04:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.25ms DONE
  2026-07-30 04:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.51ms DONE
  2026-07-30 04:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  398.64ms DONE
  2026-07-30 04:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  503.73ms DONE
  2026-07-30 04:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.22ms DONE
  2026-07-30 04:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.62ms DONE
  2026-07-30 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.87ms DONE
  2026-07-30 04:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.00ms DONE
  2026-07-30 04:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.28ms DONE
  2026-07-30 04:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.36ms DONE
  2026-07-30 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.18ms DONE
  2026-07-30 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.19ms DONE
  2026-07-30 04:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.75ms DONE
  2026-07-30 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.28ms DONE
  2026-07-30 04:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.88ms DONE
  2026-07-30 04:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.34ms DONE
  2026-07-30 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.01ms DONE
  2026-07-30 04:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.20ms DONE
  2026-07-30 04:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.30ms DONE
  2026-07-30 04:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.01ms DONE
  2026-07-30 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.85ms DONE
  2026-07-30 04:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.94ms DONE
  2026-07-30 04:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.28ms DONE
  2026-07-30 04:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.08ms DONE
  2026-07-30 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.34ms DONE
  2026-07-30 04:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.94ms DONE
  2026-07-30 04:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.14ms DONE
  2026-07-30 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.61ms DONE
  2026-07-30 04:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.63ms DONE
  2026-07-30 04:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.20ms DONE
  2026-07-30 04:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.98ms DONE
  2026-07-30 04:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.02ms DONE
  2026-07-30 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.88ms DONE
  2026-07-30 04:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.51ms DONE
  2026-07-30 04:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.05ms DONE
  2026-07-30 04:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.57ms DONE
  2026-07-30 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.47ms DONE
  2026-07-30 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.73ms DONE
  2026-07-30 04:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.38ms DONE
  2026-07-30 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.61ms DONE
  2026-07-30 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.32ms DONE
  2026-07-30 04:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.30ms DONE
  2026-07-30 04:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 04:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.96ms DONE
  2026-07-30 05:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.48ms DONE
  2026-07-30 05:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.40ms DONE
  2026-07-30 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.73ms DONE
  2026-07-30 05:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.46ms DONE
  2026-07-30 05:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.80ms DONE
  2026-07-30 05:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.99ms DONE
  2026-07-30 05:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.98ms DONE
  2026-07-30 05:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.56ms DONE
  2026-07-30 05:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.54ms DONE
  2026-07-30 05:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.46ms DONE
  2026-07-30 05:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.20ms DONE
  2026-07-30 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.41ms DONE
  2026-07-30 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.47ms DONE
  2026-07-30 05:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.73ms DONE
  2026-07-30 05:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.85ms DONE
  2026-07-30 05:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.63ms DONE
  2026-07-30 05:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.80ms DONE
  2026-07-30 05:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.25ms DONE
  2026-07-30 05:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.78ms DONE
  2026-07-30 05:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.03ms DONE
  2026-07-30 05:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  102.28ms DONE
  2026-07-30 05:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.09ms DONE
  2026-07-30 05:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.91ms DONE
  2026-07-30 05:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.82ms DONE
  2026-07-30 05:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.72ms DONE
  2026-07-30 05:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.19ms DONE
  2026-07-30 05:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.45ms DONE
  2026-07-30 05:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.50ms DONE
  2026-07-30 05:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.55ms DONE
  2026-07-30 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.21ms DONE
  2026-07-30 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.01ms DONE
  2026-07-30 05:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.88ms DONE
  2026-07-30 05:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.59ms DONE
  2026-07-30 05:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.17ms DONE
  2026-07-30 05:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.02ms DONE
  2026-07-30 05:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.73ms DONE
  2026-07-30 05:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.86ms DONE
  2026-07-30 05:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.47ms DONE
  2026-07-30 05:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.69ms DONE
  2026-07-30 05:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.23ms DONE
  2026-07-30 05:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  251.85ms DONE
  2026-07-30 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.97ms DONE
  2026-07-30 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.76ms DONE
  2026-07-30 05:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.85ms DONE
  2026-07-30 05:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.06ms DONE
  2026-07-30 05:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.72ms DONE
  2026-07-30 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.72ms DONE
  2026-07-30 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.64ms DONE
  2026-07-30 05:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.94ms DONE
  2026-07-30 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.95ms DONE
  2026-07-30 05:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.63ms DONE
  2026-07-30 05:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.63ms DONE
  2026-07-30 05:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.02ms DONE
  2026-07-30 05:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.53ms DONE
  2026-07-30 05:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.72ms DONE
  2026-07-30 05:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.13ms DONE
  2026-07-30 05:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.35ms DONE
  2026-07-30 05:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.01ms DONE
  2026-07-30 05:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.07ms DONE
  2026-07-30 05:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 05:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.32ms DONE
  2026-07-30 06:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  196.08ms DONE
  2026-07-30 06:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.38ms DONE
  2026-07-30 06:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.31ms DONE
  2026-07-30 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.20ms DONE
  2026-07-30 06:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.27ms DONE
  2026-07-30 06:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.88ms DONE
  2026-07-30 06:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.72ms DONE
  2026-07-30 06:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.07ms DONE
  2026-07-30 06:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.56ms DONE
  2026-07-30 06:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.00ms DONE
  2026-07-30 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.70ms DONE
  2026-07-30 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.29ms DONE
  2026-07-30 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.16ms DONE
  2026-07-30 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.89ms DONE
  2026-07-30 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.29ms DONE
  2026-07-30 06:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.31ms DONE
  2026-07-30 06:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.27ms DONE
  2026-07-30 06:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.64ms DONE
  2026-07-30 06:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:18:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  544.65ms DONE
  2026-07-30 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.53ms DONE
  2026-07-30 06:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  210.78ms DONE
  2026-07-30 06:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  231.04ms DONE
  2026-07-30 06:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  189.90ms DONE
  2026-07-30 06:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.96ms DONE
  2026-07-30 06:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.46ms DONE
  2026-07-30 06:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  121.19ms DONE
  2026-07-30 06:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.69ms DONE
  2026-07-30 06:27:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:27:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  168.10ms DONE
  2026-07-30 06:28:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:28:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.15ms DONE
  2026-07-30 06:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.94ms DONE
  2026-07-30 06:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  143.70ms DONE
  2026-07-30 06:31:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:31:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.80ms DONE
  2026-07-30 06:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.46ms DONE
  2026-07-30 06:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.96ms DONE
  2026-07-30 06:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.69ms DONE
  2026-07-30 06:35:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:35:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  103.56ms DONE
  2026-07-30 06:36:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:36:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.45ms DONE
  2026-07-30 06:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.85ms DONE
  2026-07-30 06:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.38ms DONE
  2026-07-30 06:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.20ms DONE
  2026-07-30 06:40:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:40:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.57ms DONE
  2026-07-30 06:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.31ms DONE
  2026-07-30 06:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.31ms DONE
  2026-07-30 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.60ms DONE
  2026-07-30 06:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.61ms DONE
  2026-07-30 06:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.71ms DONE
  2026-07-30 06:46:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:46:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.37ms DONE
  2026-07-30 06:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.45ms DONE
  2026-07-30 06:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.47ms DONE
  2026-07-30 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.49ms DONE
  2026-07-30 06:50:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:50:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.62ms DONE
  2026-07-30 06:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.08ms DONE
  2026-07-30 06:52:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:52:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.22ms DONE
  2026-07-30 06:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.16ms DONE
  2026-07-30 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.82ms DONE
  2026-07-30 06:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.08ms DONE
  2026-07-30 06:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.81ms DONE
  2026-07-30 06:57:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:57:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.08ms DONE
  2026-07-30 06:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.96ms DONE
  2026-07-30 06:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 06:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.09ms DONE
  2026-07-30 07:00:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:00:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  449.13ms DONE
  2026-07-30 07:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.51ms DONE
  2026-07-30 07:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.64ms DONE
  2026-07-30 07:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.57ms DONE
  2026-07-30 07:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.71ms DONE
  2026-07-30 07:05:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:05:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.19ms DONE
  2026-07-30 07:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  164.63ms DONE
  2026-07-30 07:07:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:07:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.19ms DONE
  2026-07-30 07:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.68ms DONE
  2026-07-30 07:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:09:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  131.16ms DONE
  2026-07-30 07:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  243.17ms DONE
  2026-07-30 07:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.67ms DONE
  2026-07-30 07:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.21ms DONE
  2026-07-30 07:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.32ms DONE
  2026-07-30 07:14:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:14:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.25ms DONE
  2026-07-30 07:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.50ms DONE
  2026-07-30 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.85ms DONE
  2026-07-30 07:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  477.32ms DONE
  2026-07-30 07:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  174.80ms DONE
  2026-07-30 07:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.86ms DONE
  2026-07-30 07:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.19ms DONE
  2026-07-30 07:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.16ms DONE
  2026-07-30 07:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.55ms DONE
  2026-07-30 07:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.56ms DONE
  2026-07-30 07:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.51ms DONE
  2026-07-30 07:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.99ms DONE
  2026-07-30 07:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.12ms DONE
  2026-07-30 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.16ms DONE
  2026-07-30 07:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.14ms DONE
  2026-07-30 07:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.27ms DONE
  2026-07-30 07:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.36ms DONE
  2026-07-30 07:31:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:31:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.64ms DONE
  2026-07-30 07:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.77ms DONE
  2026-07-30 07:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  194.06ms DONE
  2026-07-30 07:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.77ms DONE
  2026-07-30 07:35:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:35:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.81ms DONE
  2026-07-30 07:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.06ms DONE
  2026-07-30 07:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.62ms DONE
  2026-07-30 07:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.37ms DONE
  2026-07-30 07:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  423.44ms DONE
  2026-07-30 07:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  193.62ms DONE
  2026-07-30 07:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.87ms DONE
  2026-07-30 07:42:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:42:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.78ms DONE
  2026-07-30 07:43:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:43:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.47ms DONE
  2026-07-30 07:44:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:44:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  197.17ms DONE
  2026-07-30 07:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  126.39ms DONE
  2026-07-30 07:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.18ms DONE
  2026-07-30 07:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.01ms DONE
  2026-07-30 07:48:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:48:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.44ms DONE
  2026-07-30 07:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.58ms DONE
  2026-07-30 07:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.03ms DONE
  2026-07-30 07:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:51:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.47ms DONE
  2026-07-30 07:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.11ms DONE
  2026-07-30 07:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.71ms DONE
  2026-07-30 07:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.88ms DONE
  2026-07-30 07:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  166.49ms DONE
  2026-07-30 07:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.92ms DONE
  2026-07-30 07:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.82ms DONE
  2026-07-30 07:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.18ms DONE
  2026-07-30 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  144.62ms DONE
  2026-07-30 08:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  286.00ms DONE
  2026-07-30 08:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.51ms DONE
  2026-07-30 08:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.42ms DONE
  2026-07-30 08:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.44ms DONE
  2026-07-30 08:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.70ms DONE
  2026-07-30 08:05:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:05:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  179.16ms DONE
  2026-07-30 08:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.43ms DONE
  2026-07-30 08:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.27ms DONE
  2026-07-30 08:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.04ms DONE
  2026-07-30 08:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:09:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  138.86ms DONE
  2026-07-30 08:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.61ms DONE
  2026-07-30 08:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.75ms DONE
  2026-07-30 08:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.69ms DONE
  2026-07-30 08:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  318.55ms DONE
  2026-07-30 08:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.84ms DONE
  2026-07-30 08:15:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:15:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.70ms DONE
  2026-07-30 08:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  242.97ms DONE
  2026-07-30 08:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  411.90ms DONE
  2026-07-30 08:18:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:18:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  265.55ms DONE
  2026-07-30 08:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  254.81ms DONE
  2026-07-30 08:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  170.22ms DONE
  2026-07-30 08:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:21:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  114.68ms DONE
  2026-07-30 08:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.56ms DONE
  2026-07-30 08:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.15ms DONE
  2026-07-30 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.21ms DONE
  2026-07-30 08:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.97ms DONE
  2026-07-30 08:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.75ms DONE
  2026-07-30 08:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.00ms DONE
  2026-07-30 08:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.26ms DONE
  2026-07-30 08:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.77ms DONE
  2026-07-30 08:30:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:30:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.03ms DONE
  2026-07-30 08:31:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:31:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.25ms DONE
  2026-07-30 08:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.14ms DONE
  2026-07-30 08:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.41ms DONE
  2026-07-30 08:34:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:34:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.69ms DONE
  2026-07-30 08:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.67ms DONE
  2026-07-30 08:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.65ms DONE
  2026-07-30 08:37:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:37:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.34ms DONE
  2026-07-30 08:38:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:38:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.24ms DONE
  2026-07-30 08:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.50ms DONE
  2026-07-30 08:40:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:40:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  190.93ms DONE
  2026-07-30 08:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.29ms DONE
  2026-07-30 08:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.72ms DONE
  2026-07-30 08:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.56ms DONE
  2026-07-30 08:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  128.99ms DONE
  2026-07-30 08:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.29ms DONE
  2026-07-30 08:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.33ms DONE
  2026-07-30 08:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.09ms DONE
  2026-07-30 08:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.77ms DONE
  2026-07-30 08:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.92ms DONE
  2026-07-30 08:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.25ms DONE
  2026-07-30 08:51:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:51:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.28ms DONE
  2026-07-30 08:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.75ms DONE
  2026-07-30 08:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.80ms DONE
  2026-07-30 08:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  135.01ms DONE
  2026-07-30 08:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.42ms DONE
  2026-07-30 08:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  178.05ms DONE
  2026-07-30 08:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.31ms DONE
  2026-07-30 08:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.72ms DONE
  2026-07-30 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.73ms DONE
  2026-07-30 09:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.85ms DONE
  2026-07-30 09:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.80ms DONE
  2026-07-30 09:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.19ms DONE
  2026-07-30 09:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.84ms DONE
  2026-07-30 09:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.21ms DONE
  2026-07-30 09:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  272.04ms DONE
  2026-07-30 09:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.59ms DONE
  2026-07-30 09:07:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:07:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.24ms DONE
  2026-07-30 09:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.86ms DONE
  2026-07-30 09:09:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:09:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  333.11ms DONE
  2026-07-30 09:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.59ms DONE
  2026-07-30 09:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.57ms DONE
  2026-07-30 09:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.21ms DONE
  2026-07-30 09:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.22ms DONE
  2026-07-30 09:14:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:14:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.28ms DONE
  2026-07-30 09:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.24ms DONE
  2026-07-30 09:16:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:16:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.66ms DONE
  2026-07-30 09:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.81ms DONE
  2026-07-30 09:18:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:18:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.40ms DONE
  2026-07-30 09:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.49ms DONE
  2026-07-30 09:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  239.91ms DONE
  2026-07-30 09:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.25ms DONE
  2026-07-30 09:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.52ms DONE
  2026-07-30 09:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.57ms DONE
  2026-07-30 09:24:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:24:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.07ms DONE
  2026-07-30 09:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  188.45ms DONE
  2026-07-30 09:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.84ms DONE
  2026-07-30 09:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.05ms DONE
  2026-07-30 09:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.23ms DONE
  2026-07-30 09:29:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:29:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.65ms DONE
  2026-07-30 09:30:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:30:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.18ms DONE
  2026-07-30 09:31:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:31:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.20ms DONE
  2026-07-30 09:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.44ms DONE
  2026-07-30 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.75ms DONE
  2026-07-30 09:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.46ms DONE
  2026-07-30 09:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.08ms DONE
  2026-07-30 09:36:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:36:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.86ms DONE
  2026-07-30 09:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.48ms DONE
  2026-07-30 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.66ms DONE
  2026-07-30 09:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.09ms DONE
  2026-07-30 09:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.55ms DONE
  2026-07-30 09:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.95ms DONE
  2026-07-30 09:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.36ms DONE
  2026-07-30 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.40ms DONE
  2026-07-30 09:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.46ms DONE
  2026-07-30 09:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.34ms DONE
  2026-07-30 09:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  124.96ms DONE
  2026-07-30 09:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.09ms DONE
  2026-07-30 09:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.47ms DONE
  2026-07-30 09:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.34ms DONE
  2026-07-30 09:50:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:50:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  195.13ms DONE
  2026-07-30 09:51:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:51:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.89ms DONE
  2026-07-30 09:52:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:52:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.04ms DONE
  2026-07-30 09:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.75ms DONE
  2026-07-30 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.98ms DONE
  2026-07-30 09:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.54ms DONE
  2026-07-30 09:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  105.10ms DONE
  2026-07-30 09:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.69ms DONE
  2026-07-30 09:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.79ms DONE
  2026-07-30 09:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 09:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.20ms DONE
  2026-07-30 10:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  153.40ms DONE
  2026-07-30 10:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  190.67ms DONE
  2026-07-30 10:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.95ms DONE
  2026-07-30 10:03:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:03:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.59ms DONE
  2026-07-30 10:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.33ms DONE
  2026-07-30 10:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  115.35ms DONE
  2026-07-30 10:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  100.09ms DONE
  2026-07-30 10:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.66ms DONE
  2026-07-30 10:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  181.05ms DONE
  2026-07-30 10:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  235.68ms DONE
  2026-07-30 10:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.61ms DONE
  2026-07-30 10:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.94ms DONE
  2026-07-30 10:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.30ms DONE
  2026-07-30 10:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.81ms DONE
  2026-07-30 10:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  224.01ms DONE
  2026-07-30 10:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.35ms DONE
  2026-07-30 10:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.10ms DONE
  2026-07-30 10:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.42ms DONE
  2026-07-30 10:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.76ms DONE
  2026-07-30 10:19:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:19:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  409.28ms DONE
  2026-07-30 10:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  638.87ms DONE
  2026-07-30 10:21:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:21:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.82ms DONE
  2026-07-30 10:22:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:22:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.35ms DONE
  2026-07-30 10:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.67ms DONE
  2026-07-30 10:24:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:24:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  372.16ms DONE
  2026-07-30 10:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  230.00ms DONE
  2026-07-30 10:26:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:26:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.59ms DONE
  2026-07-30 10:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.66ms DONE
  2026-07-30 10:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.73ms DONE
  2026-07-30 10:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.31ms DONE
  2026-07-30 10:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  366.39ms DONE
  2026-07-30 10:31:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:31:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.63ms DONE
  2026-07-30 10:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.18ms DONE
  2026-07-30 10:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.00ms DONE
  2026-07-30 10:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  124.74ms DONE
  2026-07-30 10:35:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:35:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.94ms DONE
  2026-07-30 10:36:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:36:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.00ms DONE
  2026-07-30 10:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.44ms DONE
  2026-07-30 10:38:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:38:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.51ms DONE
  2026-07-30 10:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.04ms DONE
  2026-07-30 10:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  291.20ms DONE
  2026-07-30 10:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  221.28ms DONE
  2026-07-30 10:42:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:42:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.50ms DONE
  2026-07-30 10:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.21ms DONE
  2026-07-30 10:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  106.64ms DONE
  2026-07-30 10:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.23ms DONE
  2026-07-30 10:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.76ms DONE
  2026-07-30 10:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.78ms DONE
  2026-07-30 10:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.01ms DONE
  2026-07-30 10:49:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:49:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.06ms DONE
  2026-07-30 10:50:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:50:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  257.89ms DONE
  2026-07-30 10:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.62ms DONE
  2026-07-30 10:52:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:52:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-07-30 10:53:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:53:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.72ms DONE
  2026-07-30 10:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.78ms DONE
  2026-07-30 10:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.57ms DONE
  2026-07-30 10:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.06ms DONE
  2026-07-30 10:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.76ms DONE
  2026-07-30 10:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.40ms DONE
  2026-07-30 10:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 10:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.08ms DONE
  2026-07-30 11:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.39ms DONE
  2026-07-30 11:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  214.98ms DONE
  2026-07-30 11:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.87ms DONE
  2026-07-30 11:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.47ms DONE
  2026-07-30 11:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.78ms DONE
  2026-07-30 11:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  304.86ms DONE
  2026-07-30 11:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.10ms DONE
  2026-07-30 11:07:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:07:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.84ms DONE
  2026-07-30 11:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  307.52ms DONE
  2026-07-30 11:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.74ms DONE
  2026-07-30 11:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.66ms DONE
  2026-07-30 11:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.37ms DONE
  2026-07-30 11:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.67ms DONE
  2026-07-30 11:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.43ms DONE
  2026-07-30 11:14:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:14:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  127.01ms DONE
  2026-07-30 11:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.17ms DONE
  2026-07-30 11:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.97ms DONE
  2026-07-30 11:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.60ms DONE
  2026-07-30 11:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  262.78ms DONE
  2026-07-30 11:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.65ms DONE
  2026-07-30 11:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  267.41ms DONE
  2026-07-30 11:21:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:21:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  328.32ms DONE
  2026-07-30 11:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.48ms DONE
  2026-07-30 11:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.65ms DONE
  2026-07-30 11:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.50ms DONE
  2026-07-30 11:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.72ms DONE
  2026-07-30 11:26:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:26:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.96ms DONE
  2026-07-30 11:27:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:27:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  129.43ms DONE
  2026-07-30 11:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.40ms DONE
  2026-07-30 11:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.24ms DONE
  2026-07-30 11:30:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:30:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.93ms DONE
  2026-07-30 11:31:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:31:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.27ms DONE
  2026-07-30 11:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:32:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.26ms DONE
  2026-07-30 11:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.04ms DONE
  2026-07-30 11:34:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:34:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.13ms DONE
  2026-07-30 11:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  416.49ms DONE
  2026-07-30 11:36:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:36:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.52ms DONE
  2026-07-30 11:37:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  250.31ms DONE
  2026-07-30 11:38:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:38:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  162.99ms DONE
  2026-07-30 11:39:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:39:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.36ms DONE
  2026-07-30 11:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.72ms DONE
  2026-07-30 11:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.96ms DONE
  2026-07-30 11:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.42ms DONE
  2026-07-30 11:43:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:43:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.44ms DONE
  2026-07-30 11:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.02ms DONE
  2026-07-30 11:45:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:45:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  303.17ms DONE
  2026-07-30 11:46:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:46:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  282.15ms DONE
  2026-07-30 11:47:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:47:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.13ms DONE
  2026-07-30 11:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.32ms DONE
  2026-07-30 11:49:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:49:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.81ms DONE
  2026-07-30 11:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.91ms DONE
  2026-07-30 11:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.24ms DONE
  2026-07-30 11:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  89.72ms DONE
  2026-07-30 11:53:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:53:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.46ms DONE
  2026-07-30 11:54:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:54:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.66ms DONE
  2026-07-30 11:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.32ms DONE
  2026-07-30 11:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.56ms DONE
  2026-07-30 11:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.93ms DONE
  2026-07-30 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.61ms DONE
  2026-07-30 11:59:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 11:59:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  166.77ms DONE
  2026-07-30 12:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1s DONE
  2026-07-30 12:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.90ms DONE
  2026-07-30 12:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.30ms DONE
  2026-07-30 12:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.45ms DONE
  2026-07-30 12:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.49ms DONE
  2026-07-30 12:05:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:05:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.50ms DONE
  2026-07-30 12:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.30ms DONE
  2026-07-30 12:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.14ms DONE
  2026-07-30 12:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.39ms DONE
  2026-07-30 12:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.18ms DONE
  2026-07-30 12:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.63ms DONE
  2026-07-30 12:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.42ms DONE
  2026-07-30 12:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.40ms DONE
  2026-07-30 12:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.68ms DONE
  2026-07-30 12:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.79ms DONE
  2026-07-30 12:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  172.34ms DONE
  2026-07-30 12:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.62ms DONE
  2026-07-30 12:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.81ms DONE
  2026-07-30 12:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.55ms DONE
  2026-07-30 12:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.36ms DONE
  2026-07-30 12:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  121.86ms DONE
  2026-07-30 12:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.67ms DONE
  2026-07-30 12:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.48ms DONE
  2026-07-30 12:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.18ms DONE
  2026-07-30 12:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.31ms DONE
  2026-07-30 12:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  368.62ms DONE
  2026-07-30 12:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  103.13ms DONE
  2026-07-30 12:27:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:27:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.63ms DONE
  2026-07-30 12:28:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:28:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.67ms DONE
  2026-07-30 12:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.32ms DONE
  2026-07-30 12:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.81ms DONE
  2026-07-30 12:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.93ms DONE
  2026-07-30 12:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.90ms DONE
  2026-07-30 12:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.78ms DONE
  2026-07-30 12:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.22ms DONE
  2026-07-30 12:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.77ms DONE
  2026-07-30 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.69ms DONE
  2026-07-30 12:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  174.26ms DONE
  2026-07-30 12:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.50ms DONE
  2026-07-30 12:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.78ms DONE
  2026-07-30 12:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.90ms DONE
  2026-07-30 12:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.20ms DONE
  2026-07-30 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.11ms DONE
  2026-07-30 12:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.37ms DONE
  2026-07-30 12:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  168.83ms DONE
  2026-07-30 12:45:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:45:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  201.63ms DONE
  2026-07-30 12:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.38ms DONE
  2026-07-30 12:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  108.92ms DONE
  2026-07-30 12:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.56ms DONE
  2026-07-30 12:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.21ms DONE
  2026-07-30 12:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  205.73ms DONE
  2026-07-30 12:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.08ms DONE
  2026-07-30 12:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.55ms DONE
  2026-07-30 12:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.80ms DONE
  2026-07-30 12:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.26ms DONE
  2026-07-30 12:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.27ms DONE
  2026-07-30 12:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.61ms DONE
  2026-07-30 12:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.77ms DONE
  2026-07-30 12:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.91ms DONE
  2026-07-30 12:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 12:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.07ms DONE
  2026-07-30 13:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.72ms DONE
  2026-07-30 13:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.52ms DONE
  2026-07-30 13:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.64ms DONE
  2026-07-30 13:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.24ms DONE
  2026-07-30 13:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.26ms DONE
  2026-07-30 13:05:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:05:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.01ms DONE
  2026-07-30 13:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.83ms DONE
  2026-07-30 13:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.74ms DONE
  2026-07-30 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.31ms DONE
  2026-07-30 13:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.97ms DONE
  2026-07-30 13:10:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:10:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  225.52ms DONE
  2026-07-30 13:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.19ms DONE
  2026-07-30 13:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.72ms DONE
  2026-07-30 13:13:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:13:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.44ms DONE
  2026-07-30 13:14:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:14:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.33ms DONE
  2026-07-30 13:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.76ms DONE
  2026-07-30 13:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.75ms DONE
  2026-07-30 13:17:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:17:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  194.83ms DONE
  2026-07-30 13:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.99ms DONE
  2026-07-30 13:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.72ms DONE
  2026-07-30 13:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  204.93ms DONE
  2026-07-30 13:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.48ms DONE
  2026-07-30 13:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.95ms DONE
  2026-07-30 13:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.72ms DONE
  2026-07-30 13:24:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:24:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.37ms DONE
  2026-07-30 13:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.44ms DONE
  2026-07-30 13:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.33ms DONE
  2026-07-30 13:27:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:27:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  366.42ms DONE
  2026-07-30 13:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.24ms DONE
  2026-07-30 13:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.56ms DONE
  2026-07-30 13:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.35ms DONE
  2026-07-30 13:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.38ms DONE
  2026-07-30 13:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.10ms DONE
  2026-07-30 13:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.18ms DONE
  2026-07-30 13:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.08ms DONE
  2026-07-30 13:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.04ms DONE
  2026-07-30 13:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.18ms DONE
  2026-07-30 13:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.51ms DONE
  2026-07-30 13:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  95.64ms DONE
  2026-07-30 13:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.51ms DONE
  2026-07-30 13:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.01ms DONE
  2026-07-30 13:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.42ms DONE
  2026-07-30 13:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.13ms DONE
  2026-07-30 13:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.46ms DONE
  2026-07-30 13:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.19ms DONE
  2026-07-30 13:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.75ms DONE
  2026-07-30 13:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.46ms DONE
  2026-07-30 13:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.46ms DONE
  2026-07-30 13:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.39ms DONE
  2026-07-30 13:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.46ms DONE
  2026-07-30 13:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.38ms DONE
  2026-07-30 13:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.09ms DONE
  2026-07-30 13:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.18ms DONE
  2026-07-30 13:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.13ms DONE
  2026-07-30 13:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.26ms DONE
  2026-07-30 13:55:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:55:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.89ms DONE
  2026-07-30 13:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.74ms DONE
  2026-07-30 13:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.18ms DONE
  2026-07-30 13:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.83ms DONE
  2026-07-30 13:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 13:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.97ms DONE
  2026-07-30 14:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.84ms DONE
  2026-07-30 14:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.10ms DONE
  2026-07-30 14:02:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:02:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.81ms DONE
  2026-07-30 14:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.81ms DONE
  2026-07-30 14:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.51ms DONE
  2026-07-30 14:05:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:05:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.91ms DONE
  2026-07-30 14:06:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:06:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.13ms DONE
  2026-07-30 14:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.97ms DONE
  2026-07-30 14:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.75ms DONE
  2026-07-30 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.04ms DONE
  2026-07-30 14:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  960.96ms DONE
  2026-07-30 14:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.37ms DONE
  2026-07-30 14:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.18ms DONE
  2026-07-30 14:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.26ms DONE
  2026-07-30 14:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.65ms DONE
  2026-07-30 14:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  152.81ms DONE
  2026-07-30 14:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.08ms DONE
  2026-07-30 14:17:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:17:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  109.44ms DONE
  2026-07-30 14:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.66ms DONE
  2026-07-30 14:19:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:19:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.73ms DONE
  2026-07-30 14:20:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:20:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  594.43ms DONE
  2026-07-30 14:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.74ms DONE
  2026-07-30 14:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.70ms DONE
  2026-07-30 14:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.15ms DONE
  2026-07-30 14:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.93ms DONE
  2026-07-30 14:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.18ms DONE
  2026-07-30 14:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.09ms DONE
  2026-07-30 14:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  94.20ms DONE
  2026-07-30 14:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.87ms DONE
  2026-07-30 14:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.77ms DONE
  2026-07-30 14:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.86ms DONE
  2026-07-30 14:31:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:31:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.84ms DONE
  2026-07-30 14:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.70ms DONE
  2026-07-30 14:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.62ms DONE
  2026-07-30 14:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.84ms DONE
  2026-07-30 14:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.91ms DONE
  2026-07-30 14:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.98ms DONE
  2026-07-30 14:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.27ms DONE
  2026-07-30 14:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.05ms DONE
  2026-07-30 14:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.13ms DONE
  2026-07-30 14:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.48ms DONE
  2026-07-30 14:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.83ms DONE
  2026-07-30 14:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.97ms DONE
  2026-07-30 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.44ms DONE
  2026-07-30 14:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.16ms DONE
  2026-07-30 14:45:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:45:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.47ms DONE
  2026-07-30 14:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.40ms DONE
  2026-07-30 14:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  111.51ms DONE
  2026-07-30 14:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.07ms DONE
  2026-07-30 14:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.39ms DONE
  2026-07-30 14:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  180.33ms DONE
  2026-07-30 14:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.01ms DONE
  2026-07-30 14:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.30ms DONE
  2026-07-30 14:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.18ms DONE
  2026-07-30 14:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.50ms DONE
  2026-07-30 14:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-07-30 14:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.15ms DONE
  2026-07-30 14:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.79ms DONE
  2026-07-30 14:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.94ms DONE
  2026-07-30 14:59:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 14:59:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.30ms DONE
  2026-07-30 15:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  287.40ms DONE
  2026-07-30 15:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.33ms DONE
  2026-07-30 15:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.82ms DONE
  2026-07-30 15:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.08ms DONE
  2026-07-30 15:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.89ms DONE
  2026-07-30 15:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.06ms DONE
  2026-07-30 15:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.61ms DONE
  2026-07-30 15:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.88ms DONE
  2026-07-30 15:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.08ms DONE
  2026-07-30 15:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.82ms DONE
  2026-07-30 15:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.25ms DONE
  2026-07-30 15:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.89ms DONE
  2026-07-30 15:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.07ms DONE
  2026-07-30 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.28ms DONE
  2026-07-30 15:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.24ms DONE
  2026-07-30 15:15:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:15:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.27ms DONE
  2026-07-30 15:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.90ms DONE
  2026-07-30 15:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.52ms DONE
  2026-07-30 15:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.09ms DONE
  2026-07-30 15:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.93ms DONE
  2026-07-30 15:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  266.68ms DONE
  2026-07-30 15:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.44ms DONE
  2026-07-30 15:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.29ms DONE
  2026-07-30 15:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.87ms DONE
  2026-07-30 15:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.63ms DONE
  2026-07-30 15:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.00ms DONE
  2026-07-30 15:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.13ms DONE
  2026-07-30 15:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.41ms DONE
  2026-07-30 15:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.10ms DONE
  2026-07-30 15:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.30ms DONE
  2026-07-30 15:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.93ms DONE
  2026-07-30 15:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.97ms DONE
  2026-07-30 15:32:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:32:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.98ms DONE
  2026-07-30 15:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.48ms DONE
  2026-07-30 15:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.40ms DONE
  2026-07-30 15:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.11ms DONE
  2026-07-30 15:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.22ms DONE
  2026-07-30 15:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.16ms DONE
  2026-07-30 15:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  102.31ms DONE
  2026-07-30 15:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.77ms DONE
  2026-07-30 15:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  374.60ms DONE
  2026-07-30 15:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.77ms DONE
  2026-07-30 15:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.87ms DONE
  2026-07-30 15:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.48ms DONE
  2026-07-30 15:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.51ms DONE
  2026-07-30 15:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.73ms DONE
  2026-07-30 15:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.70ms DONE
  2026-07-30 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.10ms DONE
  2026-07-30 15:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.77ms DONE
  2026-07-30 15:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.86ms DONE
  2026-07-30 15:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:50:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  554.67ms DONE
  2026-07-30 15:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.34ms DONE
  2026-07-30 15:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.46ms DONE
  2026-07-30 15:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.74ms DONE
  2026-07-30 15:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.87ms DONE
  2026-07-30 15:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.58ms DONE
  2026-07-30 15:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.73ms DONE
  2026-07-30 15:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.76ms DONE
  2026-07-30 15:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.52ms DONE
  2026-07-30 15:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 15:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.58ms DONE
  2026-07-30 16:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  431.71ms DONE
  2026-07-30 16:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.85ms DONE
  2026-07-30 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.00ms DONE
  2026-07-30 16:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.58ms DONE
  2026-07-30 16:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.49ms DONE
  2026-07-30 16:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.55ms DONE
  2026-07-30 16:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.65ms DONE
  2026-07-30 16:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.79ms DONE
  2026-07-30 16:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.34ms DONE
  2026-07-30 16:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.19ms DONE
  2026-07-30 16:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.43ms DONE
  2026-07-30 16:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  134.61ms DONE
  2026-07-30 16:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.25ms DONE
  2026-07-30 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.80ms DONE
  2026-07-30 16:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.72ms DONE
  2026-07-30 16:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  146.45ms DONE
  2026-07-30 16:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.79ms DONE
  2026-07-30 16:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.91ms DONE
  2026-07-30 16:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.13ms DONE
  2026-07-30 16:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.68ms DONE
  2026-07-30 16:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.73ms DONE
  2026-07-30 16:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.10ms DONE
  2026-07-30 16:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.78ms DONE
  2026-07-30 16:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.75ms DONE
  2026-07-30 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.92ms DONE
  2026-07-30 16:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  179.94ms DONE
  2026-07-30 16:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.92ms DONE
  2026-07-30 16:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.87ms DONE
  2026-07-30 16:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.67ms DONE
  2026-07-30 16:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  122.12ms DONE
  2026-07-30 16:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  121.79ms DONE
  2026-07-30 16:31:16 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:31:16 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.50ms DONE
  2026-07-30 16:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.11ms DONE
  2026-07-30 16:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.32ms DONE
  2026-07-30 16:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.62ms DONE
  2026-07-30 16:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.07ms DONE
  2026-07-30 16:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.18ms DONE
  2026-07-30 16:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.34ms DONE
  2026-07-30 16:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.53ms DONE
  2026-07-30 16:39:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:39:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  248.92ms DONE
  2026-07-30 16:40:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:40:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.67ms DONE
  2026-07-30 16:41:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:41:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.73ms DONE
  2026-07-30 16:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.56ms DONE
  2026-07-30 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.71ms DONE
  2026-07-30 16:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.58ms DONE
  2026-07-30 16:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.70ms DONE
  2026-07-30 16:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  182.12ms DONE
  2026-07-30 16:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.17ms DONE
  2026-07-30 16:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.46ms DONE
  2026-07-30 16:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.14ms DONE
  2026-07-30 16:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  89.20ms DONE
  2026-07-30 16:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.35ms DONE
  2026-07-30 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.90ms DONE
  2026-07-30 16:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.45ms DONE
  2026-07-30 16:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.93ms DONE
  2026-07-30 16:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.73ms DONE
  2026-07-30 16:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.83ms DONE
  2026-07-30 16:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.23ms DONE
  2026-07-30 16:58:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:58:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.43ms DONE
  2026-07-30 16:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 16:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.27ms DONE
  2026-07-30 17:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  127.70ms DONE
  2026-07-30 17:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.73ms DONE
  2026-07-30 17:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.78ms DONE
  2026-07-30 17:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.72ms DONE
  2026-07-30 17:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.58ms DONE
  2026-07-30 17:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.84ms DONE
  2026-07-30 17:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.16ms DONE
  2026-07-30 17:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.33ms DONE
  2026-07-30 17:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.02ms DONE
  2026-07-30 17:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.25ms DONE
  2026-07-30 17:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.38ms DONE
  2026-07-30 17:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.42ms DONE
  2026-07-30 17:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.42ms DONE
  2026-07-30 17:13:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:13:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  291.32ms DONE
  2026-07-30 17:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.62ms DONE
  2026-07-30 17:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.64ms DONE
  2026-07-30 17:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.45ms DONE
  2026-07-30 17:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  236.08ms DONE
  2026-07-30 17:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.88ms DONE
  2026-07-30 17:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.68ms DONE
  2026-07-30 17:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.01ms DONE
  2026-07-30 17:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.15ms DONE
  2026-07-30 17:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.80ms DONE
  2026-07-30 17:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  497.73ms DONE
  2026-07-30 17:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.17ms DONE
  2026-07-30 17:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.37ms DONE
  2026-07-30 17:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.21ms DONE
  2026-07-30 17:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.43ms DONE
  2026-07-30 17:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.72ms DONE
  2026-07-30 17:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.99ms DONE
  2026-07-30 17:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.75ms DONE
  2026-07-30 17:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.54ms DONE
  2026-07-30 17:32:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:32:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.55ms DONE
  2026-07-30 17:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.47ms DONE
  2026-07-30 17:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.81ms DONE
  2026-07-30 17:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  302.70ms DONE
  2026-07-30 17:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.39ms DONE
  2026-07-30 17:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.51ms DONE
  2026-07-30 17:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  143.05ms DONE
  2026-07-30 17:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.76ms DONE
  2026-07-30 17:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.51ms DONE
  2026-07-30 17:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.45ms DONE
  2026-07-30 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.56ms DONE
  2026-07-30 17:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.60ms DONE
  2026-07-30 17:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.55ms DONE
  2026-07-30 17:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.52ms DONE
  2026-07-30 17:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.10ms DONE
  2026-07-30 17:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.47ms DONE
  2026-07-30 17:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.73ms DONE
  2026-07-30 17:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.10ms DONE
  2026-07-30 17:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.95ms DONE
  2026-07-30 17:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.84ms DONE
  2026-07-30 17:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.68ms DONE
  2026-07-30 17:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.64ms DONE
  2026-07-30 17:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.34ms DONE
  2026-07-30 17:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.75ms DONE
  2026-07-30 17:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.55ms DONE
  2026-07-30 17:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  494.63ms DONE
  2026-07-30 17:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.41ms DONE
  2026-07-30 17:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 17:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.94ms DONE
  2026-07-30 18:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  753.90ms DONE
  2026-07-30 18:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.99ms DONE
  2026-07-30 18:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.48ms DONE
  2026-07-30 18:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.37ms DONE
  2026-07-30 18:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.12ms DONE
  2026-07-30 18:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.91ms DONE
  2026-07-30 18:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.07ms DONE
  2026-07-30 18:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.51ms DONE
  2026-07-30 18:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.73ms DONE
  2026-07-30 18:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.45ms DONE
  2026-07-30 18:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.32ms DONE
  2026-07-30 18:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  131.25ms DONE
  2026-07-30 18:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.12ms DONE
  2026-07-30 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.83ms DONE
  2026-07-30 18:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.94ms DONE
  2026-07-30 18:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.21ms DONE
  2026-07-30 18:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.81ms DONE
  2026-07-30 18:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.60ms DONE
  2026-07-30 18:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.86ms DONE
  2026-07-30 18:19:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:19:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.06ms DONE
  2026-07-30 18:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.98ms DONE
  2026-07-30 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.80ms DONE
  2026-07-30 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.21ms DONE
  2026-07-30 18:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.94ms DONE
  2026-07-30 18:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.85ms DONE
  2026-07-30 18:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  491.89ms DONE
  2026-07-30 18:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.44ms DONE
  2026-07-30 18:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.18ms DONE
  2026-07-30 18:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  156.20ms DONE
  2026-07-30 18:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.18ms DONE
  2026-07-30 18:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.75ms DONE
  2026-07-30 18:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.38ms DONE
  2026-07-30 18:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.08ms DONE
  2026-07-30 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.26ms DONE
  2026-07-30 18:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  157.13ms DONE
  2026-07-30 18:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.59ms DONE
  2026-07-30 18:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.52ms DONE
  2026-07-30 18:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.26ms DONE
  2026-07-30 18:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.36ms DONE
  2026-07-30 18:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.11ms DONE
  2026-07-30 18:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.00ms DONE
  2026-07-30 18:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.06ms DONE
  2026-07-30 18:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.75ms DONE
  2026-07-30 18:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.33ms DONE
  2026-07-30 18:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.71ms DONE
  2026-07-30 18:45:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:45:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.57ms DONE
  2026-07-30 18:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.85ms DONE
  2026-07-30 18:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.81ms DONE
  2026-07-30 18:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.09ms DONE
  2026-07-30 18:49:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:49:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.84ms DONE
  2026-07-30 18:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  251.01ms DONE
  2026-07-30 18:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.75ms DONE
  2026-07-30 18:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.96ms DONE
  2026-07-30 18:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.41ms DONE
  2026-07-30 18:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.32ms DONE
  2026-07-30 18:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.29ms DONE
  2026-07-30 18:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.63ms DONE
  2026-07-30 18:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.52ms DONE
  2026-07-30 18:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.63ms DONE
  2026-07-30 18:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 18:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.34ms DONE
  2026-07-30 19:00:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:00:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.06ms DONE
  2026-07-30 19:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.19ms DONE
  2026-07-30 19:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.42ms DONE
  2026-07-30 19:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.72ms DONE
  2026-07-30 19:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  208.25ms DONE
  2026-07-30 19:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.65ms DONE
  2026-07-30 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.57ms DONE
  2026-07-30 19:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.49ms DONE
  2026-07-30 19:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.93ms DONE
  2026-07-30 19:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.09ms DONE
  2026-07-30 19:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.53ms DONE
  2026-07-30 19:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.67ms DONE
  2026-07-30 19:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.20ms DONE
  2026-07-30 19:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.31ms DONE
  2026-07-30 19:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.23ms DONE
  2026-07-30 19:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.52ms DONE
  2026-07-30 19:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.69ms DONE
  2026-07-30 19:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.14ms DONE
  2026-07-30 19:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.23ms DONE
  2026-07-30 19:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.56ms DONE
  2026-07-30 19:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.73ms DONE
  2026-07-30 19:21:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:21:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  98.92ms DONE
  2026-07-30 19:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.67ms DONE
  2026-07-30 19:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.97ms DONE
  2026-07-30 19:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.08ms DONE
  2026-07-30 19:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  243.39ms DONE
  2026-07-30 19:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.41ms DONE
  2026-07-30 19:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.87ms DONE
  2026-07-30 19:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.95ms DONE
  2026-07-30 19:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.53ms DONE
  2026-07-30 19:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  160.17ms DONE
  2026-07-30 19:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.00ms DONE
  2026-07-30 19:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.91ms DONE
  2026-07-30 19:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.80ms DONE
  2026-07-30 19:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.45ms DONE
  2026-07-30 19:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.32ms DONE
  2026-07-30 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.50ms DONE
  2026-07-30 19:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.96ms DONE
  2026-07-30 19:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.65ms DONE
  2026-07-30 19:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  108.06ms DONE
  2026-07-30 19:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  133.30ms DONE
  2026-07-30 19:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.48ms DONE
  2026-07-30 19:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.45ms DONE
  2026-07-30 19:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.01ms DONE
  2026-07-30 19:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.26ms DONE
  2026-07-30 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.17ms DONE
  2026-07-30 19:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.55ms DONE
  2026-07-30 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.47ms DONE
  2026-07-30 19:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.15ms DONE
  2026-07-30 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.87ms DONE
  2026-07-30 19:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.72ms DONE
  2026-07-30 19:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.85ms DONE
  2026-07-30 19:52:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:52:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.99ms DONE
  2026-07-30 19:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.10ms DONE
  2026-07-30 19:54:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:54:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.76ms DONE
  2026-07-30 19:55:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:55:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.27ms DONE
  2026-07-30 19:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.83ms DONE
  2026-07-30 19:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.58ms DONE
  2026-07-30 19:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.20ms DONE
  2026-07-30 19:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 19:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.70ms DONE
  2026-07-30 20:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  398.95ms DONE
  2026-07-30 20:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.59ms DONE
  2026-07-30 20:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  159.25ms DONE
  2026-07-30 20:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.92ms DONE
  2026-07-30 20:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.70ms DONE
  2026-07-30 20:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.46ms DONE
  2026-07-30 20:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  300.52ms DONE
  2026-07-30 20:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.90ms DONE
  2026-07-30 20:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.58ms DONE
  2026-07-30 20:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.14ms DONE
  2026-07-30 20:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.26ms DONE
  2026-07-30 20:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  115.20ms DONE
  2026-07-30 20:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.98ms DONE
  2026-07-30 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.80ms DONE
  2026-07-30 20:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.16ms DONE
  2026-07-30 20:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.51ms DONE
  2026-07-30 20:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.14ms DONE
  2026-07-30 20:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.96ms DONE
  2026-07-30 20:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.92ms DONE
  2026-07-30 20:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  268.35ms DONE
  2026-07-30 20:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.16ms DONE
  2026-07-30 20:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.23ms DONE
  2026-07-30 20:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.41ms DONE
  2026-07-30 20:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.59ms DONE
  2026-07-30 20:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.46ms DONE
  2026-07-30 20:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.28ms DONE
  2026-07-30 20:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.28ms DONE
  2026-07-30 20:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.26ms DONE
  2026-07-30 20:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.13ms DONE
  2026-07-30 20:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.14ms DONE
  2026-07-30 20:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.10ms DONE
  2026-07-30 20:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.57ms DONE
  2026-07-30 20:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.06ms DONE
  2026-07-30 20:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.68ms DONE
  2026-07-30 20:34:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:34:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.65ms DONE
  2026-07-30 20:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:35:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  187.21ms DONE
  2026-07-30 20:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.84ms DONE
  2026-07-30 20:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.43ms DONE
  2026-07-30 20:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.30ms DONE
  2026-07-30 20:39:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:39:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  149.06ms DONE
  2026-07-30 20:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.49ms DONE
  2026-07-30 20:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.97ms DONE
  2026-07-30 20:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.44ms DONE
  2026-07-30 20:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.07ms DONE
  2026-07-30 20:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.65ms DONE
  2026-07-30 20:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.46ms DONE
  2026-07-30 20:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.37ms DONE
  2026-07-30 20:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.22ms DONE
  2026-07-30 20:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.67ms DONE
  2026-07-30 20:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.10ms DONE
  2026-07-30 20:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.15ms DONE
  2026-07-30 20:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.78ms DONE
  2026-07-30 20:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.16ms DONE
  2026-07-30 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.66ms DONE
  2026-07-30 20:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:54:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.96ms DONE
  2026-07-30 20:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.08ms DONE
  2026-07-30 20:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  140.16ms DONE
  2026-07-30 20:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.82ms DONE
  2026-07-30 20:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.25ms DONE
  2026-07-30 20:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 20:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.47ms DONE
  2026-07-30 21:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.95ms DONE
  2026-07-30 21:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.37ms DONE
  2026-07-30 21:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  276.58ms DONE
  2026-07-30 21:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.59ms DONE
  2026-07-30 21:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.54ms DONE
  2026-07-30 21:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  177.60ms DONE
  2026-07-30 21:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.84ms DONE
  2026-07-30 21:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.73ms DONE
  2026-07-30 21:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.33ms DONE
  2026-07-30 21:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.85ms DONE
  2026-07-30 21:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  168.50ms DONE
  2026-07-30 21:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  174.15ms DONE
  2026-07-30 21:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.15ms DONE
  2026-07-30 21:13:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:13:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.83ms DONE
  2026-07-30 21:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.04ms DONE
  2026-07-30 21:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  402.92ms DONE
  2026-07-30 21:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.29ms DONE
  2026-07-30 21:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.23ms DONE
  2026-07-30 21:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.76ms DONE
  2026-07-30 21:19:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:19:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.52ms DONE
  2026-07-30 21:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.16ms DONE
  2026-07-30 21:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  172.04ms DONE
  2026-07-30 21:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  168.99ms DONE
  2026-07-30 21:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  155.83ms DONE
  2026-07-30 21:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.53ms DONE
  2026-07-30 21:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  348.96ms DONE
  2026-07-30 21:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.86ms DONE
  2026-07-30 21:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.39ms DONE
  2026-07-30 21:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.41ms DONE
  2026-07-30 21:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.69ms DONE
  2026-07-30 21:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.44ms DONE
  2026-07-30 21:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.44ms DONE
  2026-07-30 21:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  366.06ms DONE
  2026-07-30 21:33:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:33:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.87ms DONE
  2026-07-30 21:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  180.07ms DONE
  2026-07-30 21:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.17ms DONE
  2026-07-30 21:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.79ms DONE
  2026-07-30 21:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.58ms DONE
  2026-07-30 21:38:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:38:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.21ms DONE
  2026-07-30 21:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.25ms DONE
  2026-07-30 21:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.39ms DONE
  2026-07-30 21:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.75ms DONE
  2026-07-30 21:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.45ms DONE
  2026-07-30 21:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.50ms DONE
  2026-07-30 21:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.47ms DONE
  2026-07-30 21:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.08ms DONE
  2026-07-30 21:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.06ms DONE
  2026-07-30 21:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.71ms DONE
  2026-07-30 21:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.52ms DONE
  2026-07-30 21:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.52ms DONE
  2026-07-30 21:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.29ms DONE
  2026-07-30 21:51:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:51:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.58ms DONE
  2026-07-30 21:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.58ms DONE
  2026-07-30 21:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.77ms DONE
  2026-07-30 21:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.52ms DONE
  2026-07-30 21:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.05ms DONE
  2026-07-30 21:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.69ms DONE
  2026-07-30 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.06ms DONE
  2026-07-30 21:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.25ms DONE
  2026-07-30 21:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 21:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.21ms DONE
  2026-07-30 22:00:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:00:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.42ms DONE
  2026-07-30 22:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.83ms DONE
  2026-07-30 22:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.93ms DONE
  2026-07-30 22:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.35ms DONE
  2026-07-30 22:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.81ms DONE
  2026-07-30 22:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.35ms DONE
  2026-07-30 22:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.11ms DONE
  2026-07-30 22:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.98ms DONE
  2026-07-30 22:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.44ms DONE
  2026-07-30 22:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  91.06ms DONE
  2026-07-30 22:10:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:10:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.70ms DONE
  2026-07-30 22:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.24ms DONE
  2026-07-30 22:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.31ms DONE
  2026-07-30 22:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.26ms DONE
  2026-07-30 22:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.30ms DONE
  2026-07-30 22:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.83ms DONE
  2026-07-30 22:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.88ms DONE
  2026-07-30 22:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  414.48ms DONE
  2026-07-30 22:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.30ms DONE
  2026-07-30 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.82ms DONE
  2026-07-30 22:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.49ms DONE
  2026-07-30 22:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.52ms DONE
  2026-07-30 22:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:22:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.24ms DONE
  2026-07-30 22:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.59ms DONE
  2026-07-30 22:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.47ms DONE
  2026-07-30 22:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  190.85ms DONE
  2026-07-30 22:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.02ms DONE
  2026-07-30 22:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.90ms DONE
  2026-07-30 22:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.48ms DONE
  2026-07-30 22:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.86ms DONE
  2026-07-30 22:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.13ms DONE
  2026-07-30 22:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.86ms DONE
  2026-07-30 22:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.72ms DONE
  2026-07-30 22:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.15ms DONE
  2026-07-30 22:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.48ms DONE
  2026-07-30 22:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.75ms DONE
  2026-07-30 22:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.74ms DONE
  2026-07-30 22:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.39ms DONE
  2026-07-30 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.06ms DONE
  2026-07-30 22:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.63ms DONE
  2026-07-30 22:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  183.27ms DONE
  2026-07-30 22:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.84ms DONE
  2026-07-30 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  604.35ms DONE
  2026-07-30 22:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.91ms DONE
  2026-07-30 22:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.82ms DONE
  2026-07-30 22:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.29ms DONE
  2026-07-30 22:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.07ms DONE
  2026-07-30 22:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.38ms DONE
  2026-07-30 22:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.27ms DONE
  2026-07-30 22:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.40ms DONE
  2026-07-30 22:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.66ms DONE
  2026-07-30 22:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.82ms DONE
  2026-07-30 22:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.54ms DONE
  2026-07-30 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.58ms DONE
  2026-07-30 22:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.41ms DONE
  2026-07-30 22:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.10ms DONE
  2026-07-30 22:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.99ms DONE
  2026-07-30 22:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.02ms DONE
  2026-07-30 22:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.66ms DONE
  2026-07-30 22:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 22:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.29ms DONE
  2026-07-30 23:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  614.24ms DONE
  2026-07-30 23:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.53ms DONE
  2026-07-30 23:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.89ms DONE
  2026-07-30 23:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.39ms DONE
  2026-07-30 23:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.08ms DONE
  2026-07-30 23:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.64ms DONE
  2026-07-30 23:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.75ms DONE
  2026-07-30 23:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.06ms DONE
  2026-07-30 23:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.23ms DONE
  2026-07-30 23:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  225.71ms DONE
  2026-07-30 23:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.39ms DONE
  2026-07-30 23:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.93ms DONE
  2026-07-30 23:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.99ms DONE
  2026-07-30 23:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.78ms DONE
  2026-07-30 23:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.39ms DONE
  2026-07-30 23:15:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:15:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  261.95ms DONE
  2026-07-30 23:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.60ms DONE
  2026-07-30 23:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.84ms DONE
  2026-07-30 23:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.91ms DONE
  2026-07-30 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.00ms DONE
  2026-07-30 23:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.56ms DONE
  2026-07-30 23:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.78ms DONE
  2026-07-30 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.98ms DONE
  2026-07-30 23:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.07ms DONE
  2026-07-30 23:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.20ms DONE
  2026-07-30 23:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.72ms DONE
  2026-07-30 23:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.21ms DONE
  2026-07-30 23:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.28ms DONE
  2026-07-30 23:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.23ms DONE
  2026-07-30 23:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.38ms DONE
  2026-07-30 23:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.47ms DONE
  2026-07-30 23:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.00ms DONE
  2026-07-30 23:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.81ms DONE
  2026-07-30 23:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.49ms DONE
  2026-07-30 23:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.65ms DONE
  2026-07-30 23:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.85ms DONE
  2026-07-30 23:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.41ms DONE
  2026-07-30 23:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.02ms DONE
  2026-07-30 23:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.83ms DONE
  2026-07-30 23:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  217.16ms DONE
  2026-07-30 23:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.21ms DONE
  2026-07-30 23:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.98ms DONE
  2026-07-30 23:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.95ms DONE
  2026-07-30 23:43:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:43:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.11ms DONE
  2026-07-30 23:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.02ms DONE
  2026-07-30 23:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.56ms DONE
  2026-07-30 23:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.74ms DONE
  2026-07-30 23:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.93ms DONE
  2026-07-30 23:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.89ms DONE
  2026-07-30 23:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.53ms DONE
  2026-07-30 23:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.24ms DONE
  2026-07-30 23:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.07ms DONE
  2026-07-30 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.13ms DONE
  2026-07-30 23:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.42ms DONE
  2026-07-30 23:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.44ms DONE
  2026-07-30 23:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.38ms DONE
  2026-07-30 23:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.09ms DONE
  2026-07-30 23:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.03ms DONE
  2026-07-30 23:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.61ms DONE
  2026-07-30 23:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-30 23:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.89ms DONE
  2026-07-31 00:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.48ms DONE
  2026-07-31 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.22ms DONE
  2026-07-31 00:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.55ms DONE
  2026-07-31 00:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.13ms DONE
  2026-07-31 00:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.96ms DONE
  2026-07-31 00:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.85ms DONE
  2026-07-31 00:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.92ms DONE
  2026-07-31 00:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.93ms DONE
  2026-07-31 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.91ms DONE
  2026-07-31 00:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.89ms DONE
  2026-07-31 00:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.86ms DONE
  2026-07-31 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.65ms DONE
  2026-07-31 00:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.27ms DONE
  2026-07-31 00:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.22ms DONE
  2026-07-31 00:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.17ms DONE
  2026-07-31 00:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.03ms DONE
  2026-07-31 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.78ms DONE
  2026-07-31 00:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.33ms DONE
  2026-07-31 00:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.65ms DONE
  2026-07-31 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.57ms DONE
  2026-07-31 00:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.37ms DONE
  2026-07-31 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.37ms DONE
  2026-07-31 00:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.91ms DONE
  2026-07-31 00:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.55ms DONE
  2026-07-31 00:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.77ms DONE
  2026-07-31 00:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.95ms DONE
  2026-07-31 00:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.27ms DONE
  2026-07-31 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.69ms DONE
  2026-07-31 00:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.15ms DONE
  2026-07-31 00:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.21ms DONE
  2026-07-31 00:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.10ms DONE
  2026-07-31 00:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.18ms DONE
  2026-07-31 00:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.29ms DONE
  2026-07-31 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.57ms DONE
  2026-07-31 00:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.73ms DONE
  2026-07-31 00:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.69ms DONE
  2026-07-31 00:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.99ms DONE
  2026-07-31 00:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.06ms DONE
  2026-07-31 00:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.29ms DONE
  2026-07-31 00:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.81ms DONE
  2026-07-31 00:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.98ms DONE
  2026-07-31 00:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.69ms DONE
  2026-07-31 00:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.96ms DONE
  2026-07-31 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.46ms DONE
  2026-07-31 00:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.63ms DONE
  2026-07-31 00:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.05ms DONE
  2026-07-31 00:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.66ms DONE
  2026-07-31 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.47ms DONE
  2026-07-31 00:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.90ms DONE
  2026-07-31 00:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.70ms DONE
  2026-07-31 00:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.37ms DONE
  2026-07-31 00:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.41ms DONE
  2026-07-31 00:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.47ms DONE
  2026-07-31 00:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.02ms DONE
  2026-07-31 00:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.16ms DONE
  2026-07-31 00:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  298.64ms DONE
  2026-07-31 00:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.40ms DONE
  2026-07-31 00:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.70ms DONE
  2026-07-31 00:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.64ms DONE
  2026-07-31 00:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 00:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.92ms DONE
  2026-07-31 01:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.99ms DONE
  2026-07-31 01:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.84ms DONE
  2026-07-31 01:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.03ms DONE
  2026-07-31 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.54ms DONE
  2026-07-31 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.14ms DONE
  2026-07-31 01:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.84ms DONE
  2026-07-31 01:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.02ms DONE
  2026-07-31 01:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.86ms DONE
  2026-07-31 01:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.54ms DONE
  2026-07-31 01:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.45ms DONE
  2026-07-31 01:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  119.83ms DONE
  2026-07-31 01:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.86ms DONE
  2026-07-31 01:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-07-31 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.17ms DONE
  2026-07-31 01:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.03ms DONE
  2026-07-31 01:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.49ms DONE
  2026-07-31 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.52ms DONE
  2026-07-31 01:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.98ms DONE
  2026-07-31 01:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.17ms DONE
  2026-07-31 01:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.27ms DONE
  2026-07-31 01:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.29ms DONE
  2026-07-31 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.67ms DONE
  2026-07-31 01:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.04ms DONE
  2026-07-31 01:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.15ms DONE
  2026-07-31 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.15ms DONE
  2026-07-31 01:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.62ms DONE
  2026-07-31 01:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.88ms DONE
  2026-07-31 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.82ms DONE
  2026-07-31 01:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.74ms DONE
  2026-07-31 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.78ms DONE
  2026-07-31 01:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.72ms DONE
  2026-07-31 01:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.94ms DONE
  2026-07-31 01:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.14ms DONE
  2026-07-31 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.42ms DONE
  2026-07-31 01:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.16ms DONE
  2026-07-31 01:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.10ms DONE
  2026-07-31 01:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.61ms DONE
  2026-07-31 01:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.60ms DONE
  2026-07-31 01:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.91ms DONE
  2026-07-31 01:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.67ms DONE
  2026-07-31 01:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.63ms DONE
  2026-07-31 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.30ms DONE
  2026-07-31 01:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.80ms DONE
  2026-07-31 01:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.98ms DONE
  2026-07-31 01:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.35ms DONE
  2026-07-31 01:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.13ms DONE
  2026-07-31 01:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.73ms DONE
  2026-07-31 01:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.87ms DONE
  2026-07-31 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.17ms DONE
  2026-07-31 01:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.33ms DONE
  2026-07-31 01:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.87ms DONE
  2026-07-31 01:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.67ms DONE
  2026-07-31 01:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.29ms DONE
  2026-07-31 01:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.98ms DONE
  2026-07-31 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.75ms DONE
  2026-07-31 01:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.76ms DONE
  2026-07-31 01:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.67ms DONE
  2026-07-31 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.02ms DONE
  2026-07-31 01:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.39ms DONE
  2026-07-31 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.72ms DONE
  2026-07-31 02:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.34ms DONE
  2026-07-31 02:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.61ms DONE
  2026-07-31 02:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.03ms DONE
  2026-07-31 02:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.68ms DONE
  2026-07-31 02:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.75ms DONE
  2026-07-31 02:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.15ms DONE
  2026-07-31 02:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.25ms DONE
  2026-07-31 02:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.87ms DONE
  2026-07-31 02:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.03ms DONE
  2026-07-31 02:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.83ms DONE
  2026-07-31 02:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.39ms DONE
  2026-07-31 02:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.51ms DONE
  2026-07-31 02:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  191.21ms DONE
  2026-07-31 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.18ms DONE
  2026-07-31 02:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.37ms DONE
  2026-07-31 02:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.61ms DONE
  2026-07-31 02:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.19ms DONE
  2026-07-31 02:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.72ms DONE
  2026-07-31 02:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.97ms DONE
  2026-07-31 02:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.05ms DONE
  2026-07-31 02:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.58ms DONE
  2026-07-31 02:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.75ms DONE
  2026-07-31 02:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.98ms DONE
  2026-07-31 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.53ms DONE
  2026-07-31 02:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.70ms DONE
  2026-07-31 02:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.49ms DONE
  2026-07-31 02:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.83ms DONE
  2026-07-31 02:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.73ms DONE
  2026-07-31 02:28:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:28:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.63ms DONE
  2026-07-31 02:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.46ms DONE
  2026-07-31 02:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.38ms DONE
  2026-07-31 02:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.78ms DONE
  2026-07-31 02:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.16ms DONE
  2026-07-31 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.14ms DONE
  2026-07-31 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.87ms DONE
  2026-07-31 02:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.92ms DONE
  2026-07-31 02:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.83ms DONE
  2026-07-31 02:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.54ms DONE
  2026-07-31 02:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.00ms DONE
  2026-07-31 02:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.42ms DONE
  2026-07-31 02:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.48ms DONE
  2026-07-31 02:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.00ms DONE
  2026-07-31 02:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.34ms DONE
  2026-07-31 02:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.62ms DONE
  2026-07-31 02:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.31ms DONE
  2026-07-31 02:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.02ms DONE
  2026-07-31 02:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.57ms DONE
  2026-07-31 02:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.12ms DONE
  2026-07-31 02:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.28ms DONE
  2026-07-31 02:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.93ms DONE
  2026-07-31 02:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  277.48ms DONE
  2026-07-31 02:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.93ms DONE
  2026-07-31 02:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.57ms DONE
  2026-07-31 02:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.41ms DONE
  2026-07-31 02:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.79ms DONE
  2026-07-31 02:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.50ms DONE
  2026-07-31 02:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.99ms DONE
  2026-07-31 02:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.38ms DONE
  2026-07-31 02:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.41ms DONE
  2026-07-31 02:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 02:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.17ms DONE
  2026-07-31 03:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.47ms DONE
  2026-07-31 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.81ms DONE
  2026-07-31 03:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.62ms DONE
  2026-07-31 03:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.42ms DONE
  2026-07-31 03:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.86ms DONE
  2026-07-31 03:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.71ms DONE
  2026-07-31 03:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.61ms DONE
  2026-07-31 03:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.43ms DONE
  2026-07-31 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.79ms DONE
  2026-07-31 03:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.19ms DONE
  2026-07-31 03:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.49ms DONE
  2026-07-31 03:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.55ms DONE
  2026-07-31 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.18ms DONE
  2026-07-31 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.52ms DONE
  2026-07-31 03:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.71ms DONE
  2026-07-31 03:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.28ms DONE
  2026-07-31 03:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.67ms DONE
  2026-07-31 03:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.21ms DONE
  2026-07-31 03:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.85ms DONE
  2026-07-31 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.36ms DONE
  2026-07-31 03:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.56ms DONE
  2026-07-31 03:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.37ms DONE
  2026-07-31 03:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.16ms DONE
  2026-07-31 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.89ms DONE
  2026-07-31 03:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.74ms DONE
  2026-07-31 03:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.59ms DONE
  2026-07-31 03:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.84ms DONE
  2026-07-31 03:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.69ms DONE
  2026-07-31 03:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.85ms DONE
  2026-07-31 03:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.80ms DONE
  2026-07-31 03:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  228.49ms DONE
  2026-07-31 03:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.95ms DONE
  2026-07-31 03:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.58ms DONE
  2026-07-31 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.46ms DONE
  2026-07-31 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.87ms DONE
  2026-07-31 03:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.44ms DONE
  2026-07-31 03:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.38ms DONE
  2026-07-31 03:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.75ms DONE
  2026-07-31 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.61ms DONE
  2026-07-31 03:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.04ms DONE
  2026-07-31 03:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.79ms DONE
  2026-07-31 03:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.18ms DONE
  2026-07-31 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.46ms DONE
  2026-07-31 03:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.90ms DONE
  2026-07-31 03:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.24ms DONE
  2026-07-31 03:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.24ms DONE
  2026-07-31 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.97ms DONE
  2026-07-31 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.36ms DONE
  2026-07-31 03:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.77ms DONE
  2026-07-31 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.96ms DONE
  2026-07-31 03:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.53ms DONE
  2026-07-31 03:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.48ms DONE
  2026-07-31 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.40ms DONE
  2026-07-31 03:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.06ms DONE
  2026-07-31 03:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.96ms DONE
  2026-07-31 03:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.74ms DONE
  2026-07-31 03:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.41ms DONE
  2026-07-31 03:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.62ms DONE
  2026-07-31 03:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.48ms DONE
  2026-07-31 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.75ms DONE
  2026-07-31 04:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  189.56ms DONE
  2026-07-31 04:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.56ms DONE
  2026-07-31 04:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.21ms DONE
  2026-07-31 04:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.50ms DONE
  2026-07-31 04:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.07ms DONE
  2026-07-31 04:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.60ms DONE
  2026-07-31 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.57ms DONE
  2026-07-31 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.67ms DONE
  2026-07-31 04:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.39ms DONE
  2026-07-31 04:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.67ms DONE
  2026-07-31 04:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.73ms DONE
  2026-07-31 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.25ms DONE
  2026-07-31 04:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.93ms DONE
  2026-07-31 04:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.15ms DONE
  2026-07-31 04:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.43ms DONE
  2026-07-31 04:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.52ms DONE
  2026-07-31 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.40ms DONE
  2026-07-31 04:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.30ms DONE
  2026-07-31 04:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.02ms DONE
  2026-07-31 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.34ms DONE
  2026-07-31 04:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  170.09ms DONE
  2026-07-31 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.33ms DONE
  2026-07-31 04:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.83ms DONE
  2026-07-31 04:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.90ms DONE
  2026-07-31 04:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.10ms DONE
  2026-07-31 04:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.37ms DONE
  2026-07-31 04:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.92ms DONE
  2026-07-31 04:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.10ms DONE
  2026-07-31 04:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.10ms DONE
  2026-07-31 04:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.27ms DONE
  2026-07-31 04:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.12ms DONE
  2026-07-31 04:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.21ms DONE
  2026-07-31 04:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.13ms DONE
  2026-07-31 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.25ms DONE
  2026-07-31 04:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.34ms DONE
  2026-07-31 04:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.70ms DONE
  2026-07-31 04:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.02ms DONE
  2026-07-31 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.00ms DONE
  2026-07-31 04:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  352.38ms DONE
  2026-07-31 04:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.50ms DONE
  2026-07-31 04:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.01ms DONE
  2026-07-31 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.02ms DONE
  2026-07-31 04:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.36ms DONE
  2026-07-31 04:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.02ms DONE
  2026-07-31 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.66ms DONE
  2026-07-31 04:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.71ms DONE
  2026-07-31 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.41ms DONE
  2026-07-31 04:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.17ms DONE
  2026-07-31 04:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.96ms DONE
  2026-07-31 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.50ms DONE
  2026-07-31 04:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.15ms DONE
  2026-07-31 04:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.94ms DONE
  2026-07-31 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.22ms DONE
  2026-07-31 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.77ms DONE
  2026-07-31 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.30ms DONE
  2026-07-31 04:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.10ms DONE
  2026-07-31 04:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.92ms DONE
  2026-07-31 04:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.30ms DONE
  2026-07-31 04:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.56ms DONE
  2026-07-31 04:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 04:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.18ms DONE
  2026-07-31 05:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.88ms DONE
  2026-07-31 05:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.00ms DONE
  2026-07-31 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  287.35ms DONE
  2026-07-31 05:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.57ms DONE
  2026-07-31 05:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.87ms DONE
  2026-07-31 05:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.65ms DONE
  2026-07-31 05:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.01ms DONE
  2026-07-31 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.44ms DONE
  2026-07-31 05:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  129.43ms DONE
  2026-07-31 05:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.81ms DONE
  2026-07-31 05:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.41ms DONE
  2026-07-31 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.60ms DONE
  2026-07-31 05:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.36ms DONE
  2026-07-31 05:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.61ms DONE
  2026-07-31 05:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.10ms DONE
  2026-07-31 05:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  182.56ms DONE
  2026-07-31 05:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.26ms DONE
  2026-07-31 05:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.73ms DONE
  2026-07-31 05:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.70ms DONE
  2026-07-31 05:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.20ms DONE
  2026-07-31 05:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.01ms DONE
  2026-07-31 05:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.40ms DONE
  2026-07-31 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.34ms DONE
  2026-07-31 05:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.55ms DONE
  2026-07-31 05:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.81ms DONE
  2026-07-31 05:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.50ms DONE
  2026-07-31 05:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.14ms DONE
  2026-07-31 05:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.11ms DONE
  2026-07-31 05:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.13ms DONE
  2026-07-31 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.35ms DONE
  2026-07-31 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.17ms DONE
  2026-07-31 05:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.42ms DONE
  2026-07-31 05:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.10ms DONE
  2026-07-31 05:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.79ms DONE
  2026-07-31 05:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.21ms DONE
  2026-07-31 05:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.14ms DONE
  2026-07-31 05:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.02ms DONE
  2026-07-31 05:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.03ms DONE
  2026-07-31 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.95ms DONE
  2026-07-31 05:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.12ms DONE
  2026-07-31 05:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.94ms DONE
  2026-07-31 05:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.84ms DONE
  2026-07-31 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.64ms DONE
  2026-07-31 05:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.59ms DONE
  2026-07-31 05:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.85ms DONE
  2026-07-31 05:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.35ms DONE
  2026-07-31 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.82ms DONE
  2026-07-31 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.23ms DONE
  2026-07-31 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.00ms DONE
  2026-07-31 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.86ms DONE
  2026-07-31 05:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.46ms DONE
  2026-07-31 05:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.98ms DONE
  2026-07-31 05:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.82ms DONE
  2026-07-31 05:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  107.19ms DONE
  2026-07-31 05:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.93ms DONE
  2026-07-31 05:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.32ms DONE
  2026-07-31 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.27ms DONE
  2026-07-31 05:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.66ms DONE
  2026-07-31 05:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.18ms DONE
  2026-07-31 05:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 05:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.67ms DONE
  2026-07-31 06:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  281.83ms DONE
  2026-07-31 06:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.78ms DONE
  2026-07-31 06:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.06ms DONE
  2026-07-31 06:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.27ms DONE
  2026-07-31 06:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.56ms DONE
  2026-07-31 06:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  140.53ms DONE
  2026-07-31 06:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.31ms DONE
  2026-07-31 06:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.73ms DONE
  2026-07-31 06:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.68ms DONE
  2026-07-31 06:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.39ms DONE
  2026-07-31 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.42ms DONE
  2026-07-31 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.97ms DONE
  2026-07-31 06:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.95ms DONE
  2026-07-31 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.39ms DONE
  2026-07-31 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.53ms DONE
  2026-07-31 06:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.68ms DONE
  2026-07-31 06:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.26ms DONE
  2026-07-31 06:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.15ms DONE
  2026-07-31 06:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.33ms DONE
  2026-07-31 06:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.09ms DONE
  2026-07-31 06:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.48ms DONE
  2026-07-31 06:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.62ms DONE
  2026-07-31 06:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.68ms DONE
  2026-07-31 06:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.82ms DONE
  2026-07-31 06:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.49ms DONE
  2026-07-31 06:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.70ms DONE
  2026-07-31 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.65ms DONE
  2026-07-31 06:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.85ms DONE
  2026-07-31 06:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.74ms DONE
  2026-07-31 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.14ms DONE
  2026-07-31 06:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.64ms DONE
  2026-07-31 06:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.00ms DONE
  2026-07-31 06:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.21ms DONE
  2026-07-31 06:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.43ms DONE
  2026-07-31 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.45ms DONE
  2026-07-31 06:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.88ms DONE
  2026-07-31 06:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.03ms DONE
  2026-07-31 06:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.76ms DONE
  2026-07-31 06:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.15ms DONE
  2026-07-31 06:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.48ms DONE
  2026-07-31 06:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.97ms DONE
  2026-07-31 06:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.78ms DONE
  2026-07-31 06:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.26ms DONE
  2026-07-31 06:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.97ms DONE
  2026-07-31 06:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.37ms DONE
  2026-07-31 06:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.94ms DONE
  2026-07-31 06:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.33ms DONE
  2026-07-31 06:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.39ms DONE
  2026-07-31 06:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.98ms DONE
  2026-07-31 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.05ms DONE
  2026-07-31 06:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.57ms DONE
  2026-07-31 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.06ms DONE
  2026-07-31 06:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.35ms DONE
  2026-07-31 06:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.39ms DONE
  2026-07-31 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.29ms DONE
  2026-07-31 06:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.84ms DONE
  2026-07-31 06:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.54ms DONE
  2026-07-31 06:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.51ms DONE
  2026-07-31 06:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.24ms DONE
  2026-07-31 06:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 06:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.28ms DONE
  2026-07-31 07:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.91ms DONE
  2026-07-31 07:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.56ms DONE
  2026-07-31 07:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.16ms DONE
  2026-07-31 07:03:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:03:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.28ms DONE
  2026-07-31 07:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.45ms DONE
  2026-07-31 07:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  140.89ms DONE
  2026-07-31 07:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.56ms DONE
  2026-07-31 07:07:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:07:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  228.91ms DONE
  2026-07-31 07:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  904.94ms DONE
  2026-07-31 07:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.31ms DONE
  2026-07-31 07:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  135.39ms DONE
  2026-07-31 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.25ms DONE
  2026-07-31 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.38ms DONE
  2026-07-31 07:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.28ms DONE
  2026-07-31 07:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.22ms DONE
  2026-07-31 07:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.09ms DONE
  2026-07-31 07:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.83ms DONE
  2026-07-31 07:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.42ms DONE
  2026-07-31 07:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.45ms DONE
  2026-07-31 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.02ms DONE
  2026-07-31 07:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.89ms DONE
  2026-07-31 07:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.77ms DONE
  2026-07-31 07:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.53ms DONE
  2026-07-31 07:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.82ms DONE
  2026-07-31 07:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.07ms DONE
  2026-07-31 07:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.25ms DONE
  2026-07-31 07:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.84ms DONE
  2026-07-31 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.41ms DONE
  2026-07-31 07:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.94ms DONE
  2026-07-31 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.73ms DONE
  2026-07-31 07:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  188.34ms DONE
  2026-07-31 07:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.25ms DONE
  2026-07-31 07:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.54ms DONE
  2026-07-31 07:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.63ms DONE
  2026-07-31 07:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.80ms DONE
  2026-07-31 07:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.86ms DONE
  2026-07-31 07:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.94ms DONE
  2026-07-31 07:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.94ms DONE
  2026-07-31 07:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.64ms DONE
  2026-07-31 07:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.58ms DONE
  2026-07-31 07:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.31ms DONE
  2026-07-31 07:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.59ms DONE
  2026-07-31 07:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.62ms DONE
  2026-07-31 07:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.31ms DONE
  2026-07-31 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.94ms DONE
  2026-07-31 07:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.88ms DONE
  2026-07-31 07:46:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:46:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.99ms DONE
  2026-07-31 07:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.31ms DONE
  2026-07-31 07:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.08ms DONE
  2026-07-31 07:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.83ms DONE
  2026-07-31 07:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.59ms DONE
  2026-07-31 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.94ms DONE
  2026-07-31 07:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.85ms DONE
  2026-07-31 07:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.02ms DONE
  2026-07-31 07:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.89ms DONE
  2026-07-31 07:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.61ms DONE
  2026-07-31 07:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.10ms DONE
  2026-07-31 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.31ms DONE
  2026-07-31 07:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.55ms DONE
  2026-07-31 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.94ms DONE
  2026-07-31 08:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.74ms DONE
  2026-07-31 08:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.02ms DONE
  2026-07-31 08:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  133.15ms DONE
  2026-07-31 08:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.37ms DONE
  2026-07-31 08:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.55ms DONE
  2026-07-31 08:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.83ms DONE
  2026-07-31 08:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.84ms DONE
  2026-07-31 08:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.07ms DONE
  2026-07-31 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.49ms DONE
  2026-07-31 08:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.89ms DONE
  2026-07-31 08:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  98.22ms DONE
  2026-07-31 08:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.38ms DONE
  2026-07-31 08:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.58ms DONE
  2026-07-31 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.86ms DONE
  2026-07-31 08:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.11ms DONE
  2026-07-31 08:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.11ms DONE
  2026-07-31 08:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.74ms DONE
  2026-07-31 08:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.85ms DONE
  2026-07-31 08:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.90ms DONE
  2026-07-31 08:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.42ms DONE
  2026-07-31 08:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.29ms DONE
  2026-07-31 08:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.17ms DONE
  2026-07-31 08:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  340.51ms DONE
  2026-07-31 08:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.76ms DONE
  2026-07-31 08:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.10ms DONE
  2026-07-31 08:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  100.03ms DONE
  2026-07-31 08:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.74ms DONE
  2026-07-31 08:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.60ms DONE
  2026-07-31 08:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.15ms DONE
  2026-07-31 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.96ms DONE
  2026-07-31 08:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.35ms DONE
  2026-07-31 08:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.08ms DONE
  2026-07-31 08:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.53ms DONE
  2026-07-31 08:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.99ms DONE
  2026-07-31 08:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.37ms DONE
  2026-07-31 08:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.21ms DONE
  2026-07-31 08:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.39ms DONE
  2026-07-31 08:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.94ms DONE
  2026-07-31 08:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.47ms DONE
  2026-07-31 08:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.67ms DONE
  2026-07-31 08:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.07ms DONE
  2026-07-31 08:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.03ms DONE
  2026-07-31 08:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.09ms DONE
  2026-07-31 08:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.15ms DONE
  2026-07-31 08:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.12ms DONE
  2026-07-31 08:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.28ms DONE
  2026-07-31 08:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.10ms DONE
  2026-07-31 08:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.96ms DONE
  2026-07-31 08:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.38ms DONE
  2026-07-31 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.16ms DONE
  2026-07-31 08:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.99ms DONE
  2026-07-31 08:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.52ms DONE
  2026-07-31 08:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.24ms DONE
  2026-07-31 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.75ms DONE
  2026-07-31 08:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.66ms DONE
  2026-07-31 08:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.41ms DONE
  2026-07-31 08:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.48ms DONE
  2026-07-31 08:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.38ms DONE
  2026-07-31 08:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.39ms DONE
  2026-07-31 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.27ms DONE
  2026-07-31 09:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.18ms DONE
  2026-07-31 09:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.69ms DONE
  2026-07-31 09:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.23ms DONE
  2026-07-31 09:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.16ms DONE
  2026-07-31 09:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.22ms DONE
  2026-07-31 09:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.15ms DONE
  2026-07-31 09:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.95ms DONE
  2026-07-31 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.87ms DONE
  2026-07-31 09:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.00ms DONE
  2026-07-31 09:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.11ms DONE
  2026-07-31 09:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  221.44ms DONE
  2026-07-31 09:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.87ms DONE
  2026-07-31 09:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.10ms DONE
  2026-07-31 09:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.81ms DONE
  2026-07-31 09:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.85ms DONE
  2026-07-31 09:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.41ms DONE
  2026-07-31 09:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.87ms DONE
  2026-07-31 09:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.23ms DONE
  2026-07-31 09:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.64ms DONE
  2026-07-31 09:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.60ms DONE
  2026-07-31 09:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.49ms DONE
  2026-07-31 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.26ms DONE
  2026-07-31 09:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.35ms DONE
  2026-07-31 09:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.82ms DONE
  2026-07-31 09:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.77ms DONE
  2026-07-31 09:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.35ms DONE
  2026-07-31 09:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.33ms DONE
  2026-07-31 09:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.85ms DONE
  2026-07-31 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.42ms DONE
  2026-07-31 09:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.64ms DONE
  2026-07-31 09:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.10ms DONE
  2026-07-31 09:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.71ms DONE
  2026-07-31 09:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.61ms DONE
  2026-07-31 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.79ms DONE
  2026-07-31 09:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.87ms DONE
  2026-07-31 09:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.54ms DONE
  2026-07-31 09:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.05ms DONE
  2026-07-31 09:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.17ms DONE
  2026-07-31 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.08ms DONE
  2026-07-31 09:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.78ms DONE
  2026-07-31 09:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.54ms DONE
  2026-07-31 09:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.78ms DONE
  2026-07-31 09:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.62ms DONE
  2026-07-31 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.12ms DONE
  2026-07-31 09:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.50ms DONE
  2026-07-31 09:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  622.80ms DONE
  2026-07-31 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.06ms DONE
  2026-07-31 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.64ms DONE
  2026-07-31 09:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.27ms DONE
  2026-07-31 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.31ms DONE
  2026-07-31 09:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.46ms DONE
  2026-07-31 09:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.20ms DONE
  2026-07-31 09:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.92ms DONE
  2026-07-31 09:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.80ms DONE
  2026-07-31 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.37ms DONE
  2026-07-31 09:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.29ms DONE
  2026-07-31 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.87ms DONE
  2026-07-31 09:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.98ms DONE
  2026-07-31 09:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.11ms DONE
  2026-07-31 09:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 09:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.74ms DONE
  2026-07-31 10:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1s DONE
  2026-07-31 10:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.90ms DONE
  2026-07-31 10:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  134.75ms DONE
  2026-07-31 10:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.92ms DONE
  2026-07-31 10:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.67ms DONE
  2026-07-31 10:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  193.17ms DONE
  2026-07-31 10:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.75ms DONE
  2026-07-31 10:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.66ms DONE
  2026-07-31 10:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.58ms DONE
  2026-07-31 10:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  127.53ms DONE
  2026-07-31 10:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.33ms DONE
  2026-07-31 10:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.24ms DONE
  2026-07-31 10:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.10ms DONE
  2026-07-31 10:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.54ms DONE
  2026-07-31 10:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.18ms DONE
  2026-07-31 10:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.56ms DONE
  2026-07-31 10:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.53ms DONE
  2026-07-31 10:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.07ms DONE
  2026-07-31 10:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.73ms DONE
  2026-07-31 10:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-07-31 10:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.44ms DONE
  2026-07-31 10:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.91ms DONE
  2026-07-31 10:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.32ms DONE
  2026-07-31 10:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.33ms DONE
  2026-07-31 10:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.13ms DONE
  2026-07-31 10:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.51ms DONE
  2026-07-31 10:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.64ms DONE
  2026-07-31 10:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.60ms DONE
  2026-07-31 10:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.10ms DONE
  2026-07-31 10:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.85ms DONE
  2026-07-31 10:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.39ms DONE
  2026-07-31 10:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.68ms DONE
  2026-07-31 10:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.45ms DONE
  2026-07-31 10:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.13ms DONE
  2026-07-31 10:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.21ms DONE
  2026-07-31 10:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.32ms DONE
  2026-07-31 10:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.19ms DONE
  2026-07-31 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.59ms DONE
  2026-07-31 10:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.48ms DONE
  2026-07-31 10:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.14ms DONE
  2026-07-31 10:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.18ms DONE
  2026-07-31 10:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.07ms DONE
  2026-07-31 10:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.88ms DONE
  2026-07-31 10:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.76ms DONE
  2026-07-31 10:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.39ms DONE
  2026-07-31 10:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.25ms DONE
  2026-07-31 10:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.68ms DONE
  2026-07-31 10:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.36ms DONE
  2026-07-31 10:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.21ms DONE
  2026-07-31 10:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.88ms DONE
  2026-07-31 10:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.72ms DONE
  2026-07-31 10:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.61ms DONE
  2026-07-31 10:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.54ms DONE
  2026-07-31 10:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.57ms DONE
  2026-07-31 10:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.05ms DONE
  2026-07-31 10:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.59ms DONE
  2026-07-31 10:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.43ms DONE
  2026-07-31 10:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.92ms DONE
  2026-07-31 10:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.44ms DONE
  2026-07-31 10:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 10:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.12ms DONE
  2026-07-31 11:00:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:00:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  548.16ms DONE
  2026-07-31 11:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.48ms DONE
  2026-07-31 11:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.95ms DONE
  2026-07-31 11:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.66ms DONE
  2026-07-31 11:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.05ms DONE
  2026-07-31 11:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  194.22ms DONE
  2026-07-31 11:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.14ms DONE
  2026-07-31 11:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.23ms DONE
  2026-07-31 11:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.29ms DONE
  2026-07-31 11:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.07ms DONE
  2026-07-31 11:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.66ms DONE
  2026-07-31 11:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.02ms DONE
  2026-07-31 11:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.65ms DONE
  2026-07-31 11:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.90ms DONE
  2026-07-31 11:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.00ms DONE
  2026-07-31 11:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.17ms DONE
  2026-07-31 11:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.53ms DONE
  2026-07-31 11:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  94.17ms DONE
  2026-07-31 11:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.54ms DONE
  2026-07-31 11:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.33ms DONE
  2026-07-31 11:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.34ms DONE
  2026-07-31 11:21:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:21:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.33ms DONE
  2026-07-31 11:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.52ms DONE
  2026-07-31 11:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.02ms DONE
  2026-07-31 11:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.10ms DONE
  2026-07-31 11:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.77ms DONE
  2026-07-31 11:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  129.33ms DONE
  2026-07-31 11:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.73ms DONE
  2026-07-31 11:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.36ms DONE
  2026-07-31 11:29:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:29:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  131.77ms DONE
  2026-07-31 11:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  180.08ms DONE
  2026-07-31 11:31:21 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:31:21 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.85ms DONE
  2026-07-31 11:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  115.78ms DONE
  2026-07-31 11:33:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:33:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.93ms DONE
  2026-07-31 11:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.65ms DONE
  2026-07-31 11:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  108.29ms DONE
  2026-07-31 11:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.26ms DONE
  2026-07-31 11:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.85ms DONE
  2026-07-31 11:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.19ms DONE
  2026-07-31 11:39:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:39:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.40ms DONE
  2026-07-31 11:40:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:40:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.19ms DONE
  2026-07-31 11:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  143.34ms DONE
  2026-07-31 11:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  116.62ms DONE
  2026-07-31 11:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.76ms DONE
  2026-07-31 11:44:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:44:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.98ms DONE
  2026-07-31 11:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.09ms DONE
  2026-07-31 11:46:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:46:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.31ms DONE
  2026-07-31 11:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.29ms DONE
  2026-07-31 11:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.08ms DONE
  2026-07-31 11:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  166.97ms DONE
  2026-07-31 11:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.76ms DONE
  2026-07-31 11:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.34ms DONE
  2026-07-31 11:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.71ms DONE
  2026-07-31 11:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.27ms DONE
  2026-07-31 11:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.89ms DONE
  2026-07-31 11:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.30ms DONE
  2026-07-31 11:56:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:56:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.75ms DONE
  2026-07-31 11:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.47ms DONE
  2026-07-31 11:58:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:58:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  204.28ms DONE
  2026-07-31 11:59:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 11:59:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  157.16ms DONE
  2026-07-31 12:00:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:00:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.31ms DONE
  2026-07-31 12:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.14ms DONE
  2026-07-31 12:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.80ms DONE
  2026-07-31 12:03:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:03:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  131.30ms DONE
  2026-07-31 12:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.45ms DONE
  2026-07-31 12:05:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:05:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.34ms DONE
  2026-07-31 12:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.72ms DONE
  2026-07-31 12:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.50ms DONE
  2026-07-31 12:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.79ms DONE
  2026-07-31 12:09:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:09:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  137.02ms DONE
  2026-07-31 12:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.52ms DONE
  2026-07-31 12:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.21ms DONE
  2026-07-31 12:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.55ms DONE
  2026-07-31 12:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.74ms DONE
  2026-07-31 12:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.03ms DONE
  2026-07-31 12:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.77ms DONE
  2026-07-31 12:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.03ms DONE
  2026-07-31 12:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.04ms DONE
  2026-07-31 12:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.45ms DONE
  2026-07-31 12:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.39ms DONE
  2026-07-31 12:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.09ms DONE
  2026-07-31 12:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.80ms DONE
  2026-07-31 12:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.84ms DONE
  2026-07-31 12:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.00ms DONE
  2026-07-31 12:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  89.98ms DONE
  2026-07-31 12:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.02ms DONE
  2026-07-31 12:26:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:26:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.14ms DONE
  2026-07-31 12:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.64ms DONE
  2026-07-31 12:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.41ms DONE
  2026-07-31 12:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.34ms DONE
  2026-07-31 12:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.90ms DONE
  2026-07-31 12:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.28ms DONE
  2026-07-31 12:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.72ms DONE
  2026-07-31 12:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.57ms DONE
  2026-07-31 12:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.30ms DONE
  2026-07-31 12:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.05ms DONE
  2026-07-31 12:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  151.88ms DONE
  2026-07-31 12:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.83ms DONE
  2026-07-31 12:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.62ms DONE
  2026-07-31 12:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.90ms DONE
  2026-07-31 12:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.71ms DONE
  2026-07-31 12:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.03ms DONE
  2026-07-31 12:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.90ms DONE
  2026-07-31 12:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.17ms DONE
  2026-07-31 12:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.01ms DONE
  2026-07-31 12:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.72ms DONE
  2026-07-31 12:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.66ms DONE
  2026-07-31 12:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.23ms DONE
  2026-07-31 12:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.52ms DONE
  2026-07-31 12:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.74ms DONE
  2026-07-31 12:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.84ms DONE
  2026-07-31 12:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.62ms DONE
  2026-07-31 12:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.37ms DONE
  2026-07-31 12:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  217.26ms DONE
  2026-07-31 12:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.36ms DONE
  2026-07-31 12:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.41ms DONE
  2026-07-31 12:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.53ms DONE
  2026-07-31 12:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.23ms DONE
  2026-07-31 12:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.56ms DONE
  2026-07-31 12:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 12:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.50ms DONE
  2026-07-31 13:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.97ms DONE
  2026-07-31 13:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.33ms DONE
  2026-07-31 13:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.13ms DONE
  2026-07-31 13:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.80ms DONE
  2026-07-31 13:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.51ms DONE
  2026-07-31 13:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.57ms DONE
  2026-07-31 13:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-07-31 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.11ms DONE
  2026-07-31 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.25ms DONE
  2026-07-31 13:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.06ms DONE
  2026-07-31 13:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  468.01ms DONE
  2026-07-31 13:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.57ms DONE
  2026-07-31 13:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.59ms DONE
  2026-07-31 13:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.78ms DONE
  2026-07-31 13:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.63ms DONE
  2026-07-31 13:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.96ms DONE
  2026-07-31 13:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:16:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.66ms DONE
  2026-07-31 13:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  246.64ms DONE
  2026-07-31 13:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  190.83ms DONE
  2026-07-31 13:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.73ms DONE
  2026-07-31 13:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.99ms DONE
  2026-07-31 13:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.60ms DONE
  2026-07-31 13:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.03ms DONE
  2026-07-31 13:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.38ms DONE
  2026-07-31 13:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.28ms DONE
  2026-07-31 13:25:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:25:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.32ms DONE
  2026-07-31 13:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.39ms DONE
  2026-07-31 13:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.32ms DONE
  2026-07-31 13:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.49ms DONE
  2026-07-31 13:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.00ms DONE
  2026-07-31 13:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  274.57ms DONE
  2026-07-31 13:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.53ms DONE
  2026-07-31 13:32:16 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:32:16 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  123.29ms DONE
  2026-07-31 13:33:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:33:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.90ms DONE
  2026-07-31 13:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.09ms DONE
  2026-07-31 13:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.11ms DONE
  2026-07-31 13:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.29ms DONE
  2026-07-31 13:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.08ms DONE
  2026-07-31 13:38:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:38:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.16ms DONE
  2026-07-31 13:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.26ms DONE
  2026-07-31 13:40:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:40:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.03ms DONE
  2026-07-31 13:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.75ms DONE
  2026-07-31 13:42:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:42:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  585.09ms DONE
  2026-07-31 13:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.21ms DONE
  2026-07-31 13:44:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:44:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.68ms DONE
  2026-07-31 13:45:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:45:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.10ms DONE
  2026-07-31 13:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.70ms DONE
  2026-07-31 13:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.69ms DONE
  2026-07-31 13:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.89ms DONE
  2026-07-31 13:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.53ms DONE
  2026-07-31 13:50:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:50:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.72ms DONE
  2026-07-31 13:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.85ms DONE
  2026-07-31 13:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.36ms DONE
  2026-07-31 13:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.07ms DONE
  2026-07-31 13:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.56ms DONE
  2026-07-31 13:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.44ms DONE
  2026-07-31 13:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.77ms DONE
  2026-07-31 13:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.35ms DONE
  2026-07-31 13:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.47ms DONE
  2026-07-31 13:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 13:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.60ms DONE
  2026-07-31 14:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  303.35ms DONE
  2026-07-31 14:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.90ms DONE
  2026-07-31 14:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.63ms DONE
  2026-07-31 14:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.52ms DONE
  2026-07-31 14:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.72ms DONE
  2026-07-31 14:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.70ms DONE
  2026-07-31 14:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.93ms DONE
  2026-07-31 14:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.09ms DONE
  2026-07-31 14:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.22ms DONE
  2026-07-31 14:09:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:09:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.02ms DONE
  2026-07-31 14:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.07ms DONE
  2026-07-31 14:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.82ms DONE
  2026-07-31 14:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.28ms DONE
  2026-07-31 14:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.34ms DONE
  2026-07-31 14:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.49ms DONE
  2026-07-31 14:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.17ms DONE
  2026-07-31 14:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.38ms DONE
  2026-07-31 14:17:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:17:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  524.12ms DONE
  2026-07-31 14:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.39ms DONE
  2026-07-31 14:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.97ms DONE
  2026-07-31 14:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.17ms DONE
  2026-07-31 14:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.01ms DONE
  2026-07-31 14:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.73ms DONE
  2026-07-31 14:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.90ms DONE
  2026-07-31 14:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.32ms DONE
  2026-07-31 14:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.23ms DONE
  2026-07-31 14:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.55ms DONE
  2026-07-31 14:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.40ms DONE
  2026-07-31 14:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  133.30ms DONE
  2026-07-31 14:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.83ms DONE
  2026-07-31 14:30:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:30:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  100.40ms DONE
  2026-07-31 14:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.17ms DONE
  2026-07-31 14:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.36ms DONE
  2026-07-31 14:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.08ms DONE
  2026-07-31 14:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.54ms DONE
  2026-07-31 14:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.80ms DONE
  2026-07-31 14:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.48ms DONE
  2026-07-31 14:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.83ms DONE
  2026-07-31 14:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.14ms DONE
  2026-07-31 14:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.41ms DONE
  2026-07-31 14:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.70ms DONE
  2026-07-31 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.59ms DONE
  2026-07-31 14:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.89ms DONE
  2026-07-31 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.41ms DONE
  2026-07-31 14:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.82ms DONE
  2026-07-31 14:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.93ms DONE
  2026-07-31 14:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.52ms DONE
  2026-07-31 14:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.69ms DONE
  2026-07-31 14:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.20ms DONE
  2026-07-31 14:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.67ms DONE
  2026-07-31 14:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.38ms DONE
  2026-07-31 14:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.03ms DONE
  2026-07-31 14:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.11ms DONE
  2026-07-31 14:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.94ms DONE
  2026-07-31 14:54:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:54:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  127.31ms DONE
  2026-07-31 14:55:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:55:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.45ms DONE
  2026-07-31 14:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.68ms DONE
  2026-07-31 14:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.37ms DONE
  2026-07-31 14:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.09ms DONE
  2026-07-31 14:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 14:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.41ms DONE
  2026-07-31 15:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.50ms DONE
  2026-07-31 15:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.68ms DONE
  2026-07-31 15:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.67ms DONE
  2026-07-31 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.70ms DONE
  2026-07-31 15:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.03ms DONE
  2026-07-31 15:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.38ms DONE
  2026-07-31 15:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  114.20ms DONE
  2026-07-31 15:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.84ms DONE
  2026-07-31 15:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.03ms DONE
  2026-07-31 15:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.34ms DONE
  2026-07-31 15:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.37ms DONE
  2026-07-31 15:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.63ms DONE
  2026-07-31 15:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.84ms DONE
  2026-07-31 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.12ms DONE
  2026-07-31 15:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.25ms DONE
  2026-07-31 15:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  156.72ms DONE
  2026-07-31 15:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.07ms DONE
  2026-07-31 15:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.94ms DONE
  2026-07-31 15:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.65ms DONE
  2026-07-31 15:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.34ms DONE
  2026-07-31 15:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  316.79ms DONE
  2026-07-31 15:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.36ms DONE
  2026-07-31 15:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.07ms DONE
  2026-07-31 15:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.24ms DONE
  2026-07-31 15:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.45ms DONE
  2026-07-31 15:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.51ms DONE
  2026-07-31 15:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.79ms DONE
  2026-07-31 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.71ms DONE
  2026-07-31 15:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.22ms DONE
  2026-07-31 15:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.30ms DONE
  2026-07-31 15:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.11ms DONE
  2026-07-31 15:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  210.66ms DONE
  2026-07-31 15:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.78ms DONE
  2026-07-31 15:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.93ms DONE
  2026-07-31 15:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.23ms DONE
  2026-07-31 15:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.41ms DONE
  2026-07-31 15:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.37ms DONE
  2026-07-31 15:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.56ms DONE
  2026-07-31 15:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.16ms DONE
  2026-07-31 15:39:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:39:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.05ms DONE
  2026-07-31 15:40:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:40:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.20ms DONE
  2026-07-31 15:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.16ms DONE
  2026-07-31 15:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.65ms DONE
  2026-07-31 15:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.88ms DONE
  2026-07-31 15:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.61ms DONE
  2026-07-31 15:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.06ms DONE
  2026-07-31 15:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.11ms DONE
  2026-07-31 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.34ms DONE
  2026-07-31 15:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.15ms DONE
  2026-07-31 15:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.19ms DONE
  2026-07-31 15:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.26ms DONE
  2026-07-31 15:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.39ms DONE
  2026-07-31 15:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.75ms DONE
  2026-07-31 15:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.52ms DONE
  2026-07-31 15:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.42ms DONE
  2026-07-31 15:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.95ms DONE
  2026-07-31 15:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.77ms DONE
  2026-07-31 15:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.05ms DONE
  2026-07-31 15:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.78ms DONE
  2026-07-31 15:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 15:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.10ms DONE
  2026-07-31 16:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.52ms DONE
  2026-07-31 16:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.84ms DONE
  2026-07-31 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.16ms DONE
  2026-07-31 16:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.23ms DONE
  2026-07-31 16:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.30ms DONE
  2026-07-31 16:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.26ms DONE
  2026-07-31 16:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.91ms DONE
  2026-07-31 16:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.25ms DONE
  2026-07-31 16:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.48ms DONE
  2026-07-31 16:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.92ms DONE
  2026-07-31 16:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  183.70ms DONE
  2026-07-31 16:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.39ms DONE
  2026-07-31 16:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.81ms DONE
  2026-07-31 16:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.83ms DONE
  2026-07-31 16:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.74ms DONE
  2026-07-31 16:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.18ms DONE
  2026-07-31 16:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.03ms DONE
  2026-07-31 16:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  123.52ms DONE
  2026-07-31 16:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.30ms DONE
  2026-07-31 16:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.11ms DONE
  2026-07-31 16:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.48ms DONE
  2026-07-31 16:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.00ms DONE
  2026-07-31 16:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.13ms DONE
  2026-07-31 16:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.65ms DONE
  2026-07-31 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.29ms DONE
  2026-07-31 16:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.93ms DONE
  2026-07-31 16:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.23ms DONE
  2026-07-31 16:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.33ms DONE
  2026-07-31 16:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.87ms DONE
  2026-07-31 16:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.44ms DONE
  2026-07-31 16:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.34ms DONE
  2026-07-31 16:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.54ms DONE
  2026-07-31 16:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.78ms DONE
  2026-07-31 16:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.27ms DONE
  2026-07-31 16:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.41ms DONE
  2026-07-31 16:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.14ms DONE
  2026-07-31 16:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.21ms DONE
  2026-07-31 16:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.48ms DONE
  2026-07-31 16:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.86ms DONE
  2026-07-31 16:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.47ms DONE
  2026-07-31 16:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  153.76ms DONE
  2026-07-31 16:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.14ms DONE
  2026-07-31 16:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.85ms DONE
  2026-07-31 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.39ms DONE
  2026-07-31 16:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.26ms DONE
  2026-07-31 16:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.44ms DONE
  2026-07-31 16:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.20ms DONE
  2026-07-31 16:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.89ms DONE
  2026-07-31 16:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.65ms DONE
  2026-07-31 16:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.07ms DONE
  2026-07-31 16:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.74ms DONE
  2026-07-31 16:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.28ms DONE
  2026-07-31 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.37ms DONE
  2026-07-31 16:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.52ms DONE
  2026-07-31 16:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.27ms DONE
  2026-07-31 16:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.22ms DONE
  2026-07-31 16:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.51ms DONE
  2026-07-31 16:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.11ms DONE
  2026-07-31 16:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.98ms DONE
  2026-07-31 16:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 16:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.66ms DONE
  2026-07-31 17:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.80ms DONE
  2026-07-31 17:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.61ms DONE
  2026-07-31 17:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.75ms DONE
  2026-07-31 17:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.04ms DONE
  2026-07-31 17:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.13ms DONE
  2026-07-31 17:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.52ms DONE
  2026-07-31 17:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.05ms DONE
  2026-07-31 17:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.13ms DONE
  2026-07-31 17:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.38ms DONE
  2026-07-31 17:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.89ms DONE
  2026-07-31 17:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.37ms DONE
  2026-07-31 17:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  164.85ms DONE
  2026-07-31 17:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.25ms DONE
  2026-07-31 17:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.98ms DONE
  2026-07-31 17:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.09ms DONE
  2026-07-31 17:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.83ms DONE
  2026-07-31 17:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.97ms DONE
  2026-07-31 17:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.60ms DONE
  2026-07-31 17:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.41ms DONE
  2026-07-31 17:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.64ms DONE
  2026-07-31 17:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.84ms DONE
  2026-07-31 17:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.11ms DONE
  2026-07-31 17:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.06ms DONE
  2026-07-31 17:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.35ms DONE
  2026-07-31 17:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.77ms DONE
  2026-07-31 17:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.90ms DONE
  2026-07-31 17:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.96ms DONE
  2026-07-31 17:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.69ms DONE
  2026-07-31 17:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.14ms DONE
  2026-07-31 17:29:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:29:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.18ms DONE
  2026-07-31 17:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.84ms DONE
  2026-07-31 17:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.55ms DONE
  2026-07-31 17:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.09ms DONE
  2026-07-31 17:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.72ms DONE
  2026-07-31 17:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.75ms DONE
  2026-07-31 17:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.38ms DONE
  2026-07-31 17:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.02ms DONE
  2026-07-31 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.94ms DONE
  2026-07-31 17:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.19ms DONE
  2026-07-31 17:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.46ms DONE
  2026-07-31 17:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.49ms DONE
  2026-07-31 17:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.67ms DONE
  2026-07-31 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.79ms DONE
  2026-07-31 17:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.33ms DONE
  2026-07-31 17:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.61ms DONE
  2026-07-31 17:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.89ms DONE
  2026-07-31 17:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.27ms DONE
  2026-07-31 17:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.69ms DONE
  2026-07-31 17:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.62ms DONE
  2026-07-31 17:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.17ms DONE
  2026-07-31 17:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.38ms DONE
  2026-07-31 17:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.25ms DONE
  2026-07-31 17:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.54ms DONE
  2026-07-31 17:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.14ms DONE
  2026-07-31 17:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.25ms DONE
  2026-07-31 17:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.36ms DONE
  2026-07-31 17:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.82ms DONE
  2026-07-31 17:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.73ms DONE
  2026-07-31 17:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.67ms DONE
  2026-07-31 17:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 17:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.59ms DONE
  2026-07-31 18:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  160.27ms DONE
  2026-07-31 18:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  125.08ms DONE
  2026-07-31 18:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.30ms DONE
  2026-07-31 18:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.84ms DONE
  2026-07-31 18:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.63ms DONE
  2026-07-31 18:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.99ms DONE
  2026-07-31 18:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.98ms DONE
  2026-07-31 18:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.63ms DONE
  2026-07-31 18:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.28ms DONE
  2026-07-31 18:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.92ms DONE
  2026-07-31 18:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  132.48ms DONE
  2026-07-31 18:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.34ms DONE
  2026-07-31 18:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.36ms DONE
  2026-07-31 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.65ms DONE
  2026-07-31 18:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.96ms DONE
  2026-07-31 18:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.46ms DONE
  2026-07-31 18:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.02ms DONE
  2026-07-31 18:17:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:17:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  164.99ms DONE
  2026-07-31 18:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.63ms DONE
  2026-07-31 18:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.39ms DONE
  2026-07-31 18:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.66ms DONE
  2026-07-31 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.24ms DONE
  2026-07-31 18:22:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:22:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.25ms DONE
  2026-07-31 18:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.07ms DONE
  2026-07-31 18:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.35ms DONE
  2026-07-31 18:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.67ms DONE
  2026-07-31 18:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.37ms DONE
  2026-07-31 18:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.32ms DONE
  2026-07-31 18:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.93ms DONE
  2026-07-31 18:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.77ms DONE
  2026-07-31 18:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  122.88ms DONE
  2026-07-31 18:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.83ms DONE
  2026-07-31 18:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.41ms DONE
  2026-07-31 18:33:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:33:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.93ms DONE
  2026-07-31 18:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.47ms DONE
  2026-07-31 18:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.25ms DONE
  2026-07-31 18:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.28ms DONE
  2026-07-31 18:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.64ms DONE
  2026-07-31 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.55ms DONE
  2026-07-31 18:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  102.99ms DONE
  2026-07-31 18:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.20ms DONE
  2026-07-31 18:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.53ms DONE
  2026-07-31 18:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  309.31ms DONE
  2026-07-31 18:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.03ms DONE
  2026-07-31 18:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.68ms DONE
  2026-07-31 18:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  398.05ms DONE
  2026-07-31 18:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.22ms DONE
  2026-07-31 18:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.20ms DONE
  2026-07-31 18:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.85ms DONE
  2026-07-31 18:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.88ms DONE
  2026-07-31 18:50:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:50:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.98ms DONE
  2026-07-31 18:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.87ms DONE
  2026-07-31 18:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.34ms DONE
  2026-07-31 18:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.11ms DONE
  2026-07-31 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.28ms DONE
  2026-07-31 18:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.98ms DONE
  2026-07-31 18:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.45ms DONE
  2026-07-31 18:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.95ms DONE
  2026-07-31 18:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.10ms DONE
  2026-07-31 18:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 18:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.78ms DONE
  2026-07-31 19:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.70ms DONE
  2026-07-31 19:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  318.89ms DONE
  2026-07-31 19:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  275.92ms DONE
  2026-07-31 19:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.26ms DONE
  2026-07-31 19:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  169.49ms DONE
  2026-07-31 19:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  122.34ms DONE
  2026-07-31 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.28ms DONE
  2026-07-31 19:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.56ms DONE
  2026-07-31 19:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  115.83ms DONE
  2026-07-31 19:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.07ms DONE
  2026-07-31 19:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.20ms DONE
  2026-07-31 19:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.29ms DONE
  2026-07-31 19:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.75ms DONE
  2026-07-31 19:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.39ms DONE
  2026-07-31 19:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.19ms DONE
  2026-07-31 19:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.69ms DONE
  2026-07-31 19:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  210.16ms DONE
  2026-07-31 19:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.25ms DONE
  2026-07-31 19:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.41ms DONE
  2026-07-31 19:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.92ms DONE
  2026-07-31 19:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.60ms DONE
  2026-07-31 19:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.06ms DONE
  2026-07-31 19:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.18ms DONE
  2026-07-31 19:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  270.68ms DONE
  2026-07-31 19:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  171.21ms DONE
  2026-07-31 19:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.34ms DONE
  2026-07-31 19:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.41ms DONE
  2026-07-31 19:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.38ms DONE
  2026-07-31 19:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.46ms DONE
  2026-07-31 19:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.42ms DONE
  2026-07-31 19:30:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:30:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.95ms DONE
  2026-07-31 19:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.02ms DONE
  2026-07-31 19:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.30ms DONE
  2026-07-31 19:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.42ms DONE
  2026-07-31 19:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.62ms DONE
  2026-07-31 19:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.22ms DONE
  2026-07-31 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.71ms DONE
  2026-07-31 19:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.45ms DONE
  2026-07-31 19:38:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:38:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  250.78ms DONE
  2026-07-31 19:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  127.11ms DONE
  2026-07-31 19:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.31ms DONE
  2026-07-31 19:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.78ms DONE
  2026-07-31 19:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.65ms DONE
  2026-07-31 19:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.12ms DONE
  2026-07-31 19:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.20ms DONE
  2026-07-31 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.59ms DONE
  2026-07-31 19:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.95ms DONE
  2026-07-31 19:47:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:47:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.51ms DONE
  2026-07-31 19:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.10ms DONE
  2026-07-31 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.24ms DONE
  2026-07-31 19:50:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:50:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  98.03ms DONE
  2026-07-31 19:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.12ms DONE
  2026-07-31 19:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.26ms DONE
  2026-07-31 19:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.38ms DONE
  2026-07-31 19:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.26ms DONE
  2026-07-31 19:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.65ms DONE
  2026-07-31 19:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.91ms DONE
  2026-07-31 19:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.48ms DONE
  2026-07-31 19:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.52ms DONE
  2026-07-31 19:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 19:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.98ms DONE
  2026-07-31 20:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.50ms DONE
  2026-07-31 20:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.27ms DONE
  2026-07-31 20:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.75ms DONE
  2026-07-31 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.91ms DONE
  2026-07-31 20:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.86ms DONE
  2026-07-31 20:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.24ms DONE
  2026-07-31 20:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.24ms DONE
  2026-07-31 20:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.40ms DONE
  2026-07-31 20:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.66ms DONE
  2026-07-31 20:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.87ms DONE
  2026-07-31 20:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.84ms DONE
  2026-07-31 20:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.25ms DONE
  2026-07-31 20:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.18ms DONE
  2026-07-31 20:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.45ms DONE
  2026-07-31 20:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.97ms DONE
  2026-07-31 20:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.42ms DONE
  2026-07-31 20:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.50ms DONE
  2026-07-31 20:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  312.15ms DONE
  2026-07-31 20:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.82ms DONE
  2026-07-31 20:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.13ms DONE
  2026-07-31 20:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  177.94ms DONE
  2026-07-31 20:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.26ms DONE
  2026-07-31 20:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.69ms DONE
  2026-07-31 20:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.87ms DONE
  2026-07-31 20:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.25ms DONE
  2026-07-31 20:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.45ms DONE
  2026-07-31 20:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.12ms DONE
  2026-07-31 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.56ms DONE
  2026-07-31 20:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.16ms DONE
  2026-07-31 20:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.93ms DONE
  2026-07-31 20:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  798.91ms DONE
  2026-07-31 20:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.89ms DONE
  2026-07-31 20:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.00ms DONE
  2026-07-31 20:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.02ms DONE
  2026-07-31 20:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.18ms DONE
  2026-07-31 20:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.23ms DONE
  2026-07-31 20:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.28ms DONE
  2026-07-31 20:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.77ms DONE
  2026-07-31 20:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.92ms DONE
  2026-07-31 20:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.06ms DONE
  2026-07-31 20:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.17ms DONE
  2026-07-31 20:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.42ms DONE
  2026-07-31 20:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.05ms DONE
  2026-07-31 20:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.71ms DONE
  2026-07-31 20:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.73ms DONE
  2026-07-31 20:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.04ms DONE
  2026-07-31 20:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.24ms DONE
  2026-07-31 20:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.32ms DONE
  2026-07-31 20:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.93ms DONE
  2026-07-31 20:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.14ms DONE
  2026-07-31 20:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.19ms DONE
  2026-07-31 20:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  228.94ms DONE
  2026-07-31 20:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.51ms DONE
  2026-07-31 20:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.77ms DONE
  2026-07-31 20:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.43ms DONE
  2026-07-31 20:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.82ms DONE
  2026-07-31 20:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.82ms DONE
  2026-07-31 20:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.50ms DONE
  2026-07-31 20:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.64ms DONE
  2026-07-31 20:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 20:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.13ms DONE
  2026-07-31 21:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  114.55ms DONE
  2026-07-31 21:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.34ms DONE
  2026-07-31 21:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.45ms DONE
  2026-07-31 21:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.51ms DONE
  2026-07-31 21:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.63ms DONE
  2026-07-31 21:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  220.26ms DONE
  2026-07-31 21:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  121.52ms DONE
  2026-07-31 21:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.52ms DONE
  2026-07-31 21:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.67ms DONE
  2026-07-31 21:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.56ms DONE
  2026-07-31 21:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  230.90ms DONE
  2026-07-31 21:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  115.72ms DONE
  2026-07-31 21:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  151.56ms DONE
  2026-07-31 21:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.33ms DONE
  2026-07-31 21:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.04ms DONE
  2026-07-31 21:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:15:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  145.98ms DONE
  2026-07-31 21:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.26ms DONE
  2026-07-31 21:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  179.57ms DONE
  2026-07-31 21:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.44ms DONE
  2026-07-31 21:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.68ms DONE
  2026-07-31 21:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.47ms DONE
  2026-07-31 21:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.94ms DONE
  2026-07-31 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.34ms DONE
  2026-07-31 21:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.22ms DONE
  2026-07-31 21:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.71ms DONE
  2026-07-31 21:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.03ms DONE
  2026-07-31 21:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.29ms DONE
  2026-07-31 21:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.01ms DONE
  2026-07-31 21:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.41ms DONE
  2026-07-31 21:29:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:29:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.26ms DONE
  2026-07-31 21:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.56ms DONE
  2026-07-31 21:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.48ms DONE
  2026-07-31 21:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.31ms DONE
  2026-07-31 21:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  216.80ms DONE
  2026-07-31 21:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.57ms DONE
  2026-07-31 21:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.41ms DONE
  2026-07-31 21:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.90ms DONE
  2026-07-31 21:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.82ms DONE
  2026-07-31 21:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.92ms DONE
  2026-07-31 21:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.57ms DONE
  2026-07-31 21:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  89.44ms DONE
  2026-07-31 21:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.05ms DONE
  2026-07-31 21:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.47ms DONE
  2026-07-31 21:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.79ms DONE
  2026-07-31 21:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.36ms DONE
  2026-07-31 21:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  166.24ms DONE
  2026-07-31 21:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.85ms DONE
  2026-07-31 21:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.60ms DONE
  2026-07-31 21:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  277.29ms DONE
  2026-07-31 21:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.34ms DONE
  2026-07-31 21:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.37ms DONE
  2026-07-31 21:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.66ms DONE
  2026-07-31 21:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.83ms DONE
  2026-07-31 21:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.98ms DONE
  2026-07-31 21:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.61ms DONE
  2026-07-31 21:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.01ms DONE
  2026-07-31 21:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.45ms DONE
  2026-07-31 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.18ms DONE
  2026-07-31 21:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.66ms DONE
  2026-07-31 21:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 21:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.07ms DONE
  2026-07-31 22:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  524.64ms DONE
  2026-07-31 22:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.04ms DONE
  2026-07-31 22:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.79ms DONE
  2026-07-31 22:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  181.82ms DONE
  2026-07-31 22:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.07ms DONE
  2026-07-31 22:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.93ms DONE
  2026-07-31 22:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.88ms DONE
  2026-07-31 22:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  98.89ms DONE
  2026-07-31 22:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  136.12ms DONE
  2026-07-31 22:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.62ms DONE
  2026-07-31 22:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.45ms DONE
  2026-07-31 22:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.16ms DONE
  2026-07-31 22:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  316.47ms DONE
  2026-07-31 22:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.69ms DONE
  2026-07-31 22:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.96ms DONE
  2026-07-31 22:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.04ms DONE
  2026-07-31 22:16:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:16:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.03ms DONE
  2026-07-31 22:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.38ms DONE
  2026-07-31 22:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.77ms DONE
  2026-07-31 22:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.02ms DONE
  2026-07-31 22:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.77ms DONE
  2026-07-31 22:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.01ms DONE
  2026-07-31 22:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.92ms DONE
  2026-07-31 22:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.66ms DONE
  2026-07-31 22:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  94.69ms DONE
  2026-07-31 22:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  183.42ms DONE
  2026-07-31 22:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.66ms DONE
  2026-07-31 22:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.94ms DONE
  2026-07-31 22:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.12ms DONE
  2026-07-31 22:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.17ms DONE
  2026-07-31 22:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.21ms DONE
  2026-07-31 22:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.49ms DONE
  2026-07-31 22:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.76ms DONE
  2026-07-31 22:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:33:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.81ms DONE
  2026-07-31 22:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.01ms DONE
  2026-07-31 22:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.73ms DONE
  2026-07-31 22:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.46ms DONE
  2026-07-31 22:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.12ms DONE
  2026-07-31 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.05ms DONE
  2026-07-31 22:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.58ms DONE
  2026-07-31 22:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.29ms DONE
  2026-07-31 22:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.17ms DONE
  2026-07-31 22:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.46ms DONE
  2026-07-31 22:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.25ms DONE
  2026-07-31 22:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.86ms DONE
  2026-07-31 22:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.16ms DONE
  2026-07-31 22:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.77ms DONE
  2026-07-31 22:47:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:47:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.71ms DONE
  2026-07-31 22:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  208.39ms DONE
  2026-07-31 22:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.20ms DONE
  2026-07-31 22:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.36ms DONE
  2026-07-31 22:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  188.88ms DONE
  2026-07-31 22:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.36ms DONE
  2026-07-31 22:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.76ms DONE
  2026-07-31 22:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.01ms DONE
  2026-07-31 22:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.61ms DONE
  2026-07-31 22:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.48ms DONE
  2026-07-31 22:57:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:57:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.94ms DONE
  2026-07-31 22:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.06ms DONE
  2026-07-31 22:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 22:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  257.66ms DONE
  2026-07-31 23:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.92ms DONE
  2026-07-31 23:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.54ms DONE
  2026-07-31 23:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.64ms DONE
  2026-07-31 23:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.92ms DONE
  2026-07-31 23:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.52ms DONE
  2026-07-31 23:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.42ms DONE
  2026-07-31 23:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.34ms DONE
  2026-07-31 23:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.97ms DONE
  2026-07-31 23:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.10ms DONE
  2026-07-31 23:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.20ms DONE
  2026-07-31 23:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.47ms DONE
  2026-07-31 23:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.20ms DONE
  2026-07-31 23:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.56ms DONE
  2026-07-31 23:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.14ms DONE
  2026-07-31 23:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.09ms DONE
  2026-07-31 23:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.63ms DONE
  2026-07-31 23:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.97ms DONE
  2026-07-31 23:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.22ms DONE
  2026-07-31 23:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.80ms DONE
  2026-07-31 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.03ms DONE
  2026-07-31 23:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  119.74ms DONE
  2026-07-31 23:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.29ms DONE
  2026-07-31 23:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.19ms DONE
  2026-07-31 23:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.65ms DONE
  2026-07-31 23:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.32ms DONE
  2026-07-31 23:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.31ms DONE
  2026-07-31 23:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.48ms DONE
  2026-07-31 23:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.12ms DONE
  2026-07-31 23:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.86ms DONE
  2026-07-31 23:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.42ms DONE
  2026-07-31 23:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.59ms DONE
  2026-07-31 23:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.10ms DONE
  2026-07-31 23:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.38ms DONE
  2026-07-31 23:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.65ms DONE
  2026-07-31 23:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.75ms DONE
  2026-07-31 23:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.59ms DONE
  2026-07-31 23:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.42ms DONE
  2026-07-31 23:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.65ms DONE
  2026-07-31 23:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.22ms DONE
  2026-07-31 23:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.54ms DONE
  2026-07-31 23:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.36ms DONE
  2026-07-31 23:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.06ms DONE
  2026-07-31 23:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.10ms DONE
  2026-07-31 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.59ms DONE
  2026-07-31 23:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.22ms DONE
  2026-07-31 23:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.09ms DONE
  2026-07-31 23:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.09ms DONE
  2026-07-31 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.82ms DONE
  2026-07-31 23:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.06ms DONE
  2026-07-31 23:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.84ms DONE
  2026-07-31 23:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.56ms DONE
  2026-07-31 23:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.75ms DONE
  2026-07-31 23:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.29ms DONE
  2026-07-31 23:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.05ms DONE
  2026-07-31 23:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.79ms DONE
  2026-07-31 23:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.27ms DONE
  2026-07-31 23:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.54ms DONE
  2026-07-31 23:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.14ms DONE
  2026-07-31 23:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.61ms DONE
  2026-07-31 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-07-31 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.93ms DONE
  2026-08-01 00:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.32ms DONE
  2026-08-01 00:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.60ms DONE
  2026-08-01 00:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.68ms DONE
  2026-08-01 00:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.52ms DONE
  2026-08-01 00:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.88ms DONE
  2026-08-01 00:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.96ms DONE
  2026-08-01 00:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.58ms DONE
  2026-08-01 00:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.30ms DONE
  2026-08-01 00:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.86ms DONE
  2026-08-01 00:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.26ms DONE
  2026-08-01 00:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.43ms DONE
  2026-08-01 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.27ms DONE
  2026-08-01 00:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.74ms DONE
  2026-08-01 00:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.50ms DONE
  2026-08-01 00:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.79ms DONE
  2026-08-01 00:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.38ms DONE
  2026-08-01 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.29ms DONE
  2026-08-01 00:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.62ms DONE
  2026-08-01 00:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.22ms DONE
  2026-08-01 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.27ms DONE
  2026-08-01 00:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.49ms DONE
  2026-08-01 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.41ms DONE
  2026-08-01 00:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.68ms DONE
  2026-08-01 00:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.12ms DONE
  2026-08-01 00:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.68ms DONE
  2026-08-01 00:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.02ms DONE
  2026-08-01 00:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.88ms DONE
  2026-08-01 00:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.69ms DONE
  2026-08-01 00:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.80ms DONE
  2026-08-01 00:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.86ms DONE
  2026-08-01 00:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.03ms DONE
  2026-08-01 00:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.41ms DONE
  2026-08-01 00:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.11ms DONE
  2026-08-01 00:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.32ms DONE
  2026-08-01 00:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.19ms DONE
  2026-08-01 00:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.50ms DONE
  2026-08-01 00:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.38ms DONE
  2026-08-01 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.42ms DONE
  2026-08-01 00:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  150.19ms DONE
  2026-08-01 00:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  308.53ms DONE
  2026-08-01 00:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.90ms DONE
  2026-08-01 00:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.91ms DONE
  2026-08-01 00:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.79ms DONE
  2026-08-01 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.98ms DONE
  2026-08-01 00:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.78ms DONE
  2026-08-01 00:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.79ms DONE
  2026-08-01 00:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.20ms DONE
  2026-08-01 00:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.19ms DONE
  2026-08-01 00:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.28ms DONE
  2026-08-01 00:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.51ms DONE
  2026-08-01 00:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.95ms DONE
  2026-08-01 00:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.17ms DONE
  2026-08-01 00:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.71ms DONE
  2026-08-01 00:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.27ms DONE
  2026-08-01 00:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.10ms DONE
  2026-08-01 00:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.04ms DONE
  2026-08-01 00:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.53ms DONE
  2026-08-01 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.01ms DONE
  2026-08-01 00:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.69ms DONE
  2026-08-01 00:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 00:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.92ms DONE
  2026-08-01 01:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.59ms DONE
  2026-08-01 01:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.62ms DONE
  2026-08-01 01:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.73ms DONE
  2026-08-01 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.28ms DONE
  2026-08-01 01:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.35ms DONE
  2026-08-01 01:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.90ms DONE
  2026-08-01 01:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.49ms DONE
  2026-08-01 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.12ms DONE
  2026-08-01 01:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.25ms DONE
  2026-08-01 01:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.41ms DONE
  2026-08-01 01:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  127.00ms DONE
  2026-08-01 01:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.76ms DONE
  2026-08-01 01:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.11ms DONE
  2026-08-01 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.91ms DONE
  2026-08-01 01:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.99ms DONE
  2026-08-01 01:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.15ms DONE
  2026-08-01 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.93ms DONE
  2026-08-01 01:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.02ms DONE
  2026-08-01 01:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.81ms DONE
  2026-08-01 01:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.40ms DONE
  2026-08-01 01:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  182.09ms DONE
  2026-08-01 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.60ms DONE
  2026-08-01 01:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.36ms DONE
  2026-08-01 01:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.98ms DONE
  2026-08-01 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.90ms DONE
  2026-08-01 01:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.13ms DONE
  2026-08-01 01:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.40ms DONE
  2026-08-01 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.96ms DONE
  2026-08-01 01:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.44ms DONE
  2026-08-01 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.07ms DONE
  2026-08-01 01:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  326.96ms DONE
  2026-08-01 01:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.69ms DONE
  2026-08-01 01:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.59ms DONE
  2026-08-01 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.63ms DONE
  2026-08-01 01:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.98ms DONE
  2026-08-01 01:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.67ms DONE
  2026-08-01 01:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.49ms DONE
  2026-08-01 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.48ms DONE
  2026-08-01 01:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.22ms DONE
  2026-08-01 01:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.68ms DONE
  2026-08-01 01:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.81ms DONE
  2026-08-01 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.17ms DONE
  2026-08-01 01:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.74ms DONE
  2026-08-01 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.90ms DONE
  2026-08-01 01:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.28ms DONE
  2026-08-01 01:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  106.83ms DONE
  2026-08-01 01:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  141.75ms DONE
  2026-08-01 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.16ms DONE
  2026-08-01 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.09ms DONE
  2026-08-01 01:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.17ms DONE
  2026-08-01 01:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.42ms DONE
  2026-08-01 01:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.96ms DONE
  2026-08-01 01:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.50ms DONE
  2026-08-01 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.94ms DONE
  2026-08-01 01:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.25ms DONE
  2026-08-01 01:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.19ms DONE
  2026-08-01 01:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.53ms DONE
  2026-08-01 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.19ms DONE
  2026-08-01 01:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.17ms DONE
  2026-08-01 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.56ms DONE
  2026-08-01 02:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  425.12ms DONE
  2026-08-01 02:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.26ms DONE
  2026-08-01 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.88ms DONE
  2026-08-01 02:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.40ms DONE
  2026-08-01 02:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.39ms DONE
  2026-08-01 02:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.39ms DONE
  2026-08-01 02:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.67ms DONE
  2026-08-01 02:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.60ms DONE
  2026-08-01 02:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-08-01 02:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.83ms DONE
  2026-08-01 02:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.36ms DONE
  2026-08-01 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.92ms DONE
  2026-08-01 02:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.80ms DONE
  2026-08-01 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.93ms DONE
  2026-08-01 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.47ms DONE
  2026-08-01 02:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.10ms DONE
  2026-08-01 02:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.27ms DONE
  2026-08-01 02:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  262.28ms DONE
  2026-08-01 02:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.88ms DONE
  2026-08-01 02:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.59ms DONE
  2026-08-01 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.70ms DONE
  2026-08-01 02:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.28ms DONE
  2026-08-01 02:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.88ms DONE
  2026-08-01 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.13ms DONE
  2026-08-01 02:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.56ms DONE
  2026-08-01 02:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.27ms DONE
  2026-08-01 02:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.75ms DONE
  2026-08-01 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.02ms DONE
  2026-08-01 02:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.02ms DONE
  2026-08-01 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.00ms DONE
  2026-08-01 02:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  348.29ms DONE
  2026-08-01 02:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.08ms DONE
  2026-08-01 02:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.20ms DONE
  2026-08-01 02:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.35ms DONE
  2026-08-01 02:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.43ms DONE
  2026-08-01 02:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.94ms DONE
  2026-08-01 02:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.29ms DONE
  2026-08-01 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.19ms DONE
  2026-08-01 02:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.99ms DONE
  2026-08-01 02:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.05ms DONE
  2026-08-01 02:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.06ms DONE
  2026-08-01 02:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.46ms DONE
  2026-08-01 02:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.80ms DONE
  2026-08-01 02:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.13ms DONE
  2026-08-01 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.21ms DONE
  2026-08-01 02:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.04ms DONE
  2026-08-01 02:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.11ms DONE
  2026-08-01 02:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.61ms DONE
  2026-08-01 02:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.69ms DONE
  2026-08-01 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.14ms DONE
  2026-08-01 02:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.57ms DONE
  2026-08-01 02:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.87ms DONE
  2026-08-01 02:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.27ms DONE
  2026-08-01 02:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.65ms DONE
  2026-08-01 02:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.76ms DONE
  2026-08-01 02:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.55ms DONE
  2026-08-01 02:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.36ms DONE
  2026-08-01 02:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.43ms DONE
  2026-08-01 02:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.85ms DONE
  2026-08-01 02:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 02:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.00ms DONE
  2026-08-01 03:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  145.70ms DONE
  2026-08-01 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.33ms DONE
  2026-08-01 03:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.24ms DONE
  2026-08-01 03:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  196.28ms DONE
  2026-08-01 03:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.75ms DONE
  2026-08-01 03:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.87ms DONE
  2026-08-01 03:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.87ms DONE
  2026-08-01 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.75ms DONE
  2026-08-01 03:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.34ms DONE
  2026-08-01 03:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.20ms DONE
  2026-08-01 03:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.19ms DONE
  2026-08-01 03:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.00ms DONE
  2026-08-01 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.47ms DONE
  2026-08-01 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.28ms DONE
  2026-08-01 03:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.60ms DONE
  2026-08-01 03:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  143.48ms DONE
  2026-08-01 03:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.43ms DONE
  2026-08-01 03:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  131.74ms DONE
  2026-08-01 03:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  102.64ms DONE
  2026-08-01 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.25ms DONE
  2026-08-01 03:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.93ms DONE
  2026-08-01 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.59ms DONE
  2026-08-01 03:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.56ms DONE
  2026-08-01 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.08ms DONE
  2026-08-01 03:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.18ms DONE
  2026-08-01 03:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.10ms DONE
  2026-08-01 03:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.73ms DONE
  2026-08-01 03:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.12ms DONE
  2026-08-01 03:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.74ms DONE
  2026-08-01 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.35ms DONE
  2026-08-01 03:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.84ms DONE
  2026-08-01 03:31:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:31:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.93ms DONE
  2026-08-01 03:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.20ms DONE
  2026-08-01 03:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.77ms DONE
  2026-08-01 03:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.00ms DONE
  2026-08-01 03:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.33ms DONE
  2026-08-01 03:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.53ms DONE
  2026-08-01 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.97ms DONE
  2026-08-01 03:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.07ms DONE
  2026-08-01 03:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.26ms DONE
  2026-08-01 03:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.90ms DONE
  2026-08-01 03:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.67ms DONE
  2026-08-01 03:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.68ms DONE
  2026-08-01 03:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.86ms DONE
  2026-08-01 03:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.68ms DONE
  2026-08-01 03:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  352.54ms DONE
  2026-08-01 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.08ms DONE
  2026-08-01 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.39ms DONE
  2026-08-01 03:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.29ms DONE
  2026-08-01 03:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.27ms DONE
  2026-08-01 03:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  111.24ms DONE
  2026-08-01 03:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.21ms DONE
  2026-08-01 03:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.07ms DONE
  2026-08-01 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.02ms DONE
  2026-08-01 03:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.76ms DONE
  2026-08-01 03:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.06ms DONE
  2026-08-01 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.01ms DONE
  2026-08-01 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.11ms DONE
  2026-08-01 03:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.71ms DONE
  2026-08-01 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.99ms DONE
  2026-08-01 04:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  260.20ms DONE
  2026-08-01 04:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.52ms DONE
  2026-08-01 04:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.37ms DONE
  2026-08-01 04:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.01ms DONE
  2026-08-01 04:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  109.39ms DONE
  2026-08-01 04:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.56ms DONE
  2026-08-01 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.00ms DONE
  2026-08-01 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.36ms DONE
  2026-08-01 04:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.40ms DONE
  2026-08-01 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.48ms DONE
  2026-08-01 04:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.88ms DONE
  2026-08-01 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.99ms DONE
  2026-08-01 04:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.31ms DONE
  2026-08-01 04:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.83ms DONE
  2026-08-01 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.16ms DONE
  2026-08-01 04:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.84ms DONE
  2026-08-01 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.13ms DONE
  2026-08-01 04:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.83ms DONE
  2026-08-01 04:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.27ms DONE
  2026-08-01 04:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.73ms DONE
  2026-08-01 04:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  133.71ms DONE
  2026-08-01 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.24ms DONE
  2026-08-01 04:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.46ms DONE
  2026-08-01 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.55ms DONE
  2026-08-01 04:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  133.73ms DONE
  2026-08-01 04:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.28ms DONE
  2026-08-01 04:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.11ms DONE
  2026-08-01 04:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.42ms DONE
  2026-08-01 04:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.35ms DONE
  2026-08-01 04:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.09ms DONE
  2026-08-01 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.40ms DONE
  2026-08-01 04:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.12ms DONE
  2026-08-01 04:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.16ms DONE
  2026-08-01 04:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.58ms DONE
  2026-08-01 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.55ms DONE
  2026-08-01 04:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.85ms DONE
  2026-08-01 04:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.95ms DONE
  2026-08-01 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.81ms DONE
  2026-08-01 04:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.56ms DONE
  2026-08-01 04:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.35ms DONE
  2026-08-01 04:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.71ms DONE
  2026-08-01 04:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.47ms DONE
  2026-08-01 04:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.50ms DONE
  2026-08-01 04:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.75ms DONE
  2026-08-01 04:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.10ms DONE
  2026-08-01 04:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.87ms DONE
  2026-08-01 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.98ms DONE
  2026-08-01 04:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.95ms DONE
  2026-08-01 04:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.68ms DONE
  2026-08-01 04:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.81ms DONE
  2026-08-01 04:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.52ms DONE
  2026-08-01 04:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.24ms DONE
  2026-08-01 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.27ms DONE
  2026-08-01 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.66ms DONE
  2026-08-01 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.19ms DONE
  2026-08-01 04:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.86ms DONE
  2026-08-01 04:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.15ms DONE
  2026-08-01 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.68ms DONE
  2026-08-01 04:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.47ms DONE
  2026-08-01 04:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 04:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.61ms DONE
  2026-08-01 05:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.75ms DONE
  2026-08-01 05:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.63ms DONE
  2026-08-01 05:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.95ms DONE
  2026-08-01 05:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.53ms DONE
  2026-08-01 05:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.25ms DONE
  2026-08-01 05:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.82ms DONE
  2026-08-01 05:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.44ms DONE
  2026-08-01 05:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.54ms DONE
  2026-08-01 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.16ms DONE
  2026-08-01 05:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  137.50ms DONE
  2026-08-01 05:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.54ms DONE
  2026-08-01 05:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.52ms DONE
  2026-08-01 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.18ms DONE
  2026-08-01 05:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.78ms DONE
  2026-08-01 05:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.42ms DONE
  2026-08-01 05:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.93ms DONE
  2026-08-01 05:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.34ms DONE
  2026-08-01 05:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  147.23ms DONE
  2026-08-01 05:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.38ms DONE
  2026-08-01 05:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.61ms DONE
  2026-08-01 05:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  131.02ms DONE
  2026-08-01 05:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.08ms DONE
  2026-08-01 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.34ms DONE
  2026-08-01 05:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.52ms DONE
  2026-08-01 05:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.62ms DONE
  2026-08-01 05:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.92ms DONE
  2026-08-01 05:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.16ms DONE
  2026-08-01 05:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.58ms DONE
  2026-08-01 05:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.85ms DONE
  2026-08-01 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.69ms DONE
  2026-08-01 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.91ms DONE
  2026-08-01 05:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.41ms DONE
  2026-08-01 05:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.81ms DONE
  2026-08-01 05:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.83ms DONE
  2026-08-01 05:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.13ms DONE
  2026-08-01 05:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.22ms DONE
  2026-08-01 05:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.27ms DONE
  2026-08-01 05:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.04ms DONE
  2026-08-01 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.67ms DONE
  2026-08-01 05:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.49ms DONE
  2026-08-01 05:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  187.84ms DONE
  2026-08-01 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.68ms DONE
  2026-08-01 05:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.21ms DONE
  2026-08-01 05:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.73ms DONE
  2026-08-01 05:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.31ms DONE
  2026-08-01 05:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  155.05ms DONE
  2026-08-01 05:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.03ms DONE
  2026-08-01 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.15ms DONE
  2026-08-01 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.91ms DONE
  2026-08-01 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.88ms DONE
  2026-08-01 05:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.47ms DONE
  2026-08-01 05:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.68ms DONE
  2026-08-01 05:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.55ms DONE
  2026-08-01 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.05ms DONE
  2026-08-01 05:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.71ms DONE
  2026-08-01 05:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.46ms DONE
  2026-08-01 05:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.87ms DONE
  2026-08-01 05:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.50ms DONE
  2026-08-01 05:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.84ms DONE
  2026-08-01 05:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 05:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.24ms DONE
  2026-08-01 06:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.85ms DONE
  2026-08-01 06:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.14ms DONE
  2026-08-01 06:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.94ms DONE
  2026-08-01 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.43ms DONE
  2026-08-01 06:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.63ms DONE
  2026-08-01 06:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.48ms DONE
  2026-08-01 06:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.29ms DONE
  2026-08-01 06:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.14ms DONE
  2026-08-01 06:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.99ms DONE
  2026-08-01 06:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.26ms DONE
  2026-08-01 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.39ms DONE
  2026-08-01 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.71ms DONE
  2026-08-01 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.46ms DONE
  2026-08-01 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.31ms DONE
  2026-08-01 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.31ms DONE
  2026-08-01 06:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.16ms DONE
  2026-08-01 06:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.89ms DONE
  2026-08-01 06:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.12ms DONE
  2026-08-01 06:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.56ms DONE
  2026-08-01 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.10ms DONE
  2026-08-01 06:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.01ms DONE
  2026-08-01 06:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.70ms DONE
  2026-08-01 06:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.46ms DONE
  2026-08-01 06:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.88ms DONE
  2026-08-01 06:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.05ms DONE
  2026-08-01 06:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  244.89ms DONE
  2026-08-01 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.39ms DONE
  2026-08-01 06:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.05ms DONE
  2026-08-01 06:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.85ms DONE
  2026-08-01 06:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.70ms DONE
  2026-08-01 06:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.51ms DONE
  2026-08-01 06:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.80ms DONE
  2026-08-01 06:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.51ms DONE
  2026-08-01 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.40ms DONE
  2026-08-01 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.26ms DONE
  2026-08-01 06:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.63ms DONE
  2026-08-01 06:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.14ms DONE
  2026-08-01 06:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.04ms DONE
  2026-08-01 06:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.47ms DONE
  2026-08-01 06:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.87ms DONE
  2026-08-01 06:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.78ms DONE
  2026-08-01 06:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.85ms DONE
  2026-08-01 06:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.23ms DONE
  2026-08-01 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.28ms DONE
  2026-08-01 06:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-08-01 06:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.53ms DONE
  2026-08-01 06:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.92ms DONE
  2026-08-01 06:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.58ms DONE
  2026-08-01 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.23ms DONE
  2026-08-01 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.92ms DONE
  2026-08-01 06:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.23ms DONE
  2026-08-01 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.74ms DONE
  2026-08-01 06:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.14ms DONE
  2026-08-01 06:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.12ms DONE
  2026-08-01 06:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.66ms DONE
  2026-08-01 06:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.71ms DONE
  2026-08-01 06:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.40ms DONE
  2026-08-01 06:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.83ms DONE
  2026-08-01 06:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.39ms DONE
  2026-08-01 06:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 06:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.16ms DONE
  2026-08-01 07:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  440.75ms DONE
  2026-08-01 07:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.86ms DONE
  2026-08-01 07:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.61ms DONE
  2026-08-01 07:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.34ms DONE
  2026-08-01 07:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.96ms DONE
  2026-08-01 07:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.62ms DONE
  2026-08-01 07:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.42ms DONE
  2026-08-01 07:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.17ms DONE
  2026-08-01 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  126.81ms DONE
  2026-08-01 07:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.42ms DONE
  2026-08-01 07:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.33ms DONE
  2026-08-01 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.14ms DONE
  2026-08-01 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.77ms DONE
  2026-08-01 07:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.30ms DONE
  2026-08-01 07:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.33ms DONE
  2026-08-01 07:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.96ms DONE
  2026-08-01 07:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.42ms DONE
  2026-08-01 07:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.10ms DONE
  2026-08-01 07:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.64ms DONE
  2026-08-01 07:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.23ms DONE
  2026-08-01 07:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.03ms DONE
  2026-08-01 07:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.34ms DONE
  2026-08-01 07:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.38ms DONE
  2026-08-01 07:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.26ms DONE
  2026-08-01 07:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.09ms DONE
  2026-08-01 07:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.90ms DONE
  2026-08-01 07:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.52ms DONE
  2026-08-01 07:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.96ms DONE
  2026-08-01 07:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.04ms DONE
  2026-08-01 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.32ms DONE
  2026-08-01 07:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.38ms DONE
  2026-08-01 07:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.54ms DONE
  2026-08-01 07:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.21ms DONE
  2026-08-01 07:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.75ms DONE
  2026-08-01 07:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.54ms DONE
  2026-08-01 07:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.71ms DONE
  2026-08-01 07:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.90ms DONE
  2026-08-01 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.33ms DONE
  2026-08-01 07:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.00ms DONE
  2026-08-01 07:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  154.04ms DONE
  2026-08-01 07:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.63ms DONE
  2026-08-01 07:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.32ms DONE
  2026-08-01 07:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.95ms DONE
  2026-08-01 07:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.96ms DONE
  2026-08-01 07:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.17ms DONE
  2026-08-01 07:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  123.48ms DONE
  2026-08-01 07:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.38ms DONE
  2026-08-01 07:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.68ms DONE
  2026-08-01 07:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.30ms DONE
  2026-08-01 07:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.56ms DONE
  2026-08-01 07:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.70ms DONE
  2026-08-01 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.98ms DONE
  2026-08-01 07:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.51ms DONE
  2026-08-01 07:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.70ms DONE
  2026-08-01 07:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.95ms DONE
  2026-08-01 07:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.87ms DONE
  2026-08-01 07:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.58ms DONE
  2026-08-01 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.97ms DONE
  2026-08-01 07:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.61ms DONE
  2026-08-01 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.96ms DONE
  2026-08-01 08:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.53ms DONE
  2026-08-01 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.21ms DONE
  2026-08-01 08:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.48ms DONE
  2026-08-01 08:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.30ms DONE
  2026-08-01 08:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.73ms DONE
  2026-08-01 08:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.23ms DONE
  2026-08-01 08:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.85ms DONE
  2026-08-01 08:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.79ms DONE
  2026-08-01 08:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.75ms DONE
  2026-08-01 08:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.69ms DONE
  2026-08-01 08:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.07ms DONE
  2026-08-01 08:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.37ms DONE
  2026-08-01 08:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.11ms DONE
  2026-08-01 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.60ms DONE
  2026-08-01 08:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.38ms DONE
  2026-08-01 08:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  199.45ms DONE
  2026-08-01 08:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.12ms DONE
  2026-08-01 08:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.58ms DONE
  2026-08-01 08:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  121.03ms DONE
  2026-08-01 08:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.49ms DONE
  2026-08-01 08:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.30ms DONE
  2026-08-01 08:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.52ms DONE
  2026-08-01 08:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.52ms DONE
  2026-08-01 08:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.55ms DONE
  2026-08-01 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.57ms DONE
  2026-08-01 08:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.29ms DONE
  2026-08-01 08:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.28ms DONE
  2026-08-01 08:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.64ms DONE
  2026-08-01 08:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.86ms DONE
  2026-08-01 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.21ms DONE
  2026-08-01 08:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.26ms DONE
  2026-08-01 08:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.24ms DONE
  2026-08-01 08:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.43ms DONE
  2026-08-01 08:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.73ms DONE
  2026-08-01 08:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.58ms DONE
  2026-08-01 08:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.36ms DONE
  2026-08-01 08:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.36ms DONE
  2026-08-01 08:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.43ms DONE
  2026-08-01 08:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.90ms DONE
  2026-08-01 08:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.76ms DONE
  2026-08-01 08:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.80ms DONE
  2026-08-01 08:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.77ms DONE
  2026-08-01 08:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.08ms DONE
  2026-08-01 08:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.29ms DONE
  2026-08-01 08:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.69ms DONE
  2026-08-01 08:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.38ms DONE
  2026-08-01 08:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.42ms DONE
  2026-08-01 08:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.51ms DONE
  2026-08-01 08:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.56ms DONE
  2026-08-01 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.78ms DONE
  2026-08-01 08:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.82ms DONE
  2026-08-01 08:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.26ms DONE
  2026-08-01 08:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.54ms DONE
  2026-08-01 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.58ms DONE
  2026-08-01 08:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.36ms DONE
  2026-08-01 08:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.91ms DONE
  2026-08-01 08:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.66ms DONE
  2026-08-01 08:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.94ms DONE
  2026-08-01 08:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.12ms DONE
  2026-08-01 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.98ms DONE
  2026-08-01 09:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.85ms DONE
  2026-08-01 09:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.69ms DONE
  2026-08-01 09:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  224.12ms DONE
  2026-08-01 09:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.35ms DONE
  2026-08-01 09:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.70ms DONE
  2026-08-01 09:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.90ms DONE
  2026-08-01 09:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.47ms DONE
  2026-08-01 09:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.86ms DONE
  2026-08-01 09:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.89ms DONE
  2026-08-01 09:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.59ms DONE
  2026-08-01 09:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.09ms DONE
  2026-08-01 09:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.83ms DONE
  2026-08-01 09:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.96ms DONE
  2026-08-01 09:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.09ms DONE
  2026-08-01 09:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.48ms DONE
  2026-08-01 09:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  325.88ms DONE
  2026-08-01 09:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.24ms DONE
  2026-08-01 09:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.92ms DONE
  2026-08-01 09:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.12ms DONE
  2026-08-01 09:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.73ms DONE
  2026-08-01 09:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  196.75ms DONE
  2026-08-01 09:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.55ms DONE
  2026-08-01 09:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.87ms DONE
  2026-08-01 09:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.20ms DONE
  2026-08-01 09:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.59ms DONE
  2026-08-01 09:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.77ms DONE
  2026-08-01 09:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.91ms DONE
  2026-08-01 09:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.95ms DONE
  2026-08-01 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.22ms DONE
  2026-08-01 09:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.49ms DONE
  2026-08-01 09:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.42ms DONE
  2026-08-01 09:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.65ms DONE
  2026-08-01 09:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.42ms DONE
  2026-08-01 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.33ms DONE
  2026-08-01 09:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.86ms DONE
  2026-08-01 09:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.67ms DONE
  2026-08-01 09:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.33ms DONE
  2026-08-01 09:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.82ms DONE
  2026-08-01 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.46ms DONE
  2026-08-01 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.95ms DONE
  2026-08-01 09:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.65ms DONE
  2026-08-01 09:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  300.98ms DONE
  2026-08-01 09:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.43ms DONE
  2026-08-01 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.70ms DONE
  2026-08-01 09:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.51ms DONE
  2026-08-01 09:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.01ms DONE
  2026-08-01 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.65ms DONE
  2026-08-01 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.96ms DONE
  2026-08-01 09:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  98.95ms DONE
  2026-08-01 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.95ms DONE
  2026-08-01 09:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.79ms DONE
  2026-08-01 09:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.98ms DONE
  2026-08-01 09:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.26ms DONE
  2026-08-01 09:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.05ms DONE
  2026-08-01 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.18ms DONE
  2026-08-01 09:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.97ms DONE
  2026-08-01 09:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.46ms DONE
  2026-08-01 09:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.05ms DONE
  2026-08-01 09:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.23ms DONE
  2026-08-01 09:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 09:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.60ms DONE
  2026-08-01 10:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  102.88ms DONE
  2026-08-01 10:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.91ms DONE
  2026-08-01 10:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.75ms DONE
  2026-08-01 10:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.26ms DONE
  2026-08-01 10:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.50ms DONE
  2026-08-01 10:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.56ms DONE
  2026-08-01 10:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  160.51ms DONE
  2026-08-01 10:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.74ms DONE
  2026-08-01 10:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.74ms DONE
  2026-08-01 10:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.63ms DONE
  2026-08-01 10:10:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:10:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.58ms DONE
  2026-08-01 10:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.61ms DONE
  2026-08-01 10:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.10ms DONE
  2026-08-01 10:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.00ms DONE
  2026-08-01 10:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.49ms DONE
  2026-08-01 10:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  437.33ms DONE
  2026-08-01 10:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.97ms DONE
  2026-08-01 10:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.86ms DONE
  2026-08-01 10:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.87ms DONE
  2026-08-01 10:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.42ms DONE
  2026-08-01 10:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.94ms DONE
  2026-08-01 10:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.38ms DONE
  2026-08-01 10:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.93ms DONE
  2026-08-01 10:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.66ms DONE
  2026-08-01 10:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.87ms DONE
  2026-08-01 10:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.86ms DONE
  2026-08-01 10:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.52ms DONE
  2026-08-01 10:27:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:27:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.75ms DONE
  2026-08-01 10:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.66ms DONE
  2026-08-01 10:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.96ms DONE
  2026-08-01 10:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.77ms DONE
  2026-08-01 10:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.00ms DONE
  2026-08-01 10:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.59ms DONE
  2026-08-01 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.88ms DONE
  2026-08-01 10:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.44ms DONE
  2026-08-01 10:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  115.39ms DONE
  2026-08-01 10:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  155.25ms DONE
  2026-08-01 10:37:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:37:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.30ms DONE
  2026-08-01 10:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.78ms DONE
  2026-08-01 10:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.93ms DONE
  2026-08-01 10:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.61ms DONE
  2026-08-01 10:41:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:41:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  156.90ms DONE
  2026-08-01 10:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.94ms DONE
  2026-08-01 10:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  119.79ms DONE
  2026-08-01 10:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.84ms DONE
  2026-08-01 10:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.01ms DONE
  2026-08-01 10:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.30ms DONE
  2026-08-01 10:47:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:47:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.84ms DONE
  2026-08-01 10:48:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:48:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.81ms DONE
  2026-08-01 10:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.02ms DONE
  2026-08-01 10:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  108.27ms DONE
  2026-08-01 10:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.45ms DONE
  2026-08-01 10:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  126.55ms DONE
  2026-08-01 10:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.33ms DONE
  2026-08-01 10:54:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:54:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.24ms DONE
  2026-08-01 10:55:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:55:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  455.97ms DONE
  2026-08-01 10:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  161.00ms DONE
  2026-08-01 10:57:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:57:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.38ms DONE
  2026-08-01 10:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.71ms DONE
  2026-08-01 10:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 10:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.24ms DONE
  2026-08-01 11:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  304.97ms DONE
  2026-08-01 11:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.73ms DONE
  2026-08-01 11:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.95ms DONE
  2026-08-01 11:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.46ms DONE
  2026-08-01 11:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.50ms DONE
  2026-08-01 11:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  150.36ms DONE
  2026-08-01 11:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.84ms DONE
  2026-08-01 11:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-08-01 11:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.02ms DONE
  2026-08-01 11:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.70ms DONE
  2026-08-01 11:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.34ms DONE
  2026-08-01 11:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.97ms DONE
  2026-08-01 11:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.78ms DONE
  2026-08-01 11:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.56ms DONE
  2026-08-01 11:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.49ms DONE
  2026-08-01 11:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.03ms DONE
  2026-08-01 11:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.03ms DONE
  2026-08-01 11:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.73ms DONE
  2026-08-01 11:18:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:18:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  672.03ms DONE
  2026-08-01 11:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.86ms DONE
  2026-08-01 11:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  104.87ms DONE
  2026-08-01 11:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  141.50ms DONE
  2026-08-01 11:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.25ms DONE
  2026-08-01 11:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.23ms DONE
  2026-08-01 11:24:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:24:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.53ms DONE
  2026-08-01 11:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.80ms DONE
  2026-08-01 11:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.87ms DONE
  2026-08-01 11:27:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:27:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.44ms DONE
  2026-08-01 11:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.10ms DONE
  2026-08-01 11:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.45ms DONE
  2026-08-01 11:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  511.27ms DONE
  2026-08-01 11:31:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:31:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.95ms DONE
  2026-08-01 11:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.31ms DONE
  2026-08-01 11:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.31ms DONE
  2026-08-01 11:34:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:34:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  127.43ms DONE
  2026-08-01 11:35:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:35:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  834.21ms DONE
  2026-08-01 11:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  151.14ms DONE
  2026-08-01 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.02ms DONE
  2026-08-01 11:38:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:38:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.51ms DONE
  2026-08-01 11:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.07ms DONE
  2026-08-01 11:40:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:40:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.28ms DONE
  2026-08-01 11:41:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:41:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.01ms DONE
  2026-08-01 11:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.85ms DONE
  2026-08-01 11:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.39ms DONE
  2026-08-01 11:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.86ms DONE
  2026-08-01 11:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.19ms DONE
  2026-08-01 11:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.86ms DONE
  2026-08-01 11:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.48ms DONE
  2026-08-01 11:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.74ms DONE
  2026-08-01 11:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.35ms DONE
  2026-08-01 11:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.23ms DONE
  2026-08-01 11:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  430.42ms DONE
  2026-08-01 11:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.35ms DONE
  2026-08-01 11:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.53ms DONE
  2026-08-01 11:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.23ms DONE
  2026-08-01 11:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.15ms DONE
  2026-08-01 11:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  100.31ms DONE
  2026-08-01 11:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.42ms DONE
  2026-08-01 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.15ms DONE
  2026-08-01 11:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 11:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.97ms DONE
  2026-08-01 12:00:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:00:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.00ms DONE
  2026-08-01 12:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.62ms DONE
  2026-08-01 12:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  278.90ms DONE
  2026-08-01 12:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.75ms DONE
  2026-08-01 12:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.98ms DONE
  2026-08-01 12:05:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:05:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.51ms DONE
  2026-08-01 12:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.50ms DONE
  2026-08-01 12:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.38ms DONE
  2026-08-01 12:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.10ms DONE
  2026-08-01 12:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.35ms DONE
  2026-08-01 12:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  523.91ms DONE
  2026-08-01 12:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.12ms DONE
  2026-08-01 12:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.08ms DONE
  2026-08-01 12:13:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:13:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.64ms DONE
  2026-08-01 12:14:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:14:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.40ms DONE
  2026-08-01 12:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.63ms DONE
  2026-08-01 12:16:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:16:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  164.11ms DONE
  2026-08-01 12:17:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:17:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.79ms DONE
  2026-08-01 12:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.54ms DONE
  2026-08-01 12:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.99ms DONE
  2026-08-01 12:20:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:20:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.80ms DONE
  2026-08-01 12:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  105.20ms DONE
  2026-08-01 12:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.93ms DONE
  2026-08-01 12:23:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:23:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.59ms DONE
  2026-08-01 12:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.73ms DONE
  2026-08-01 12:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.86ms DONE
  2026-08-01 12:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.86ms DONE
  2026-08-01 12:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.09ms DONE
  2026-08-01 12:28:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:28:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.36ms DONE
  2026-08-01 12:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.65ms DONE
  2026-08-01 12:30:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:30:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.68ms DONE
  2026-08-01 12:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-01 12:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.37ms DONE
  2026-08-01 12:33:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:33:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.05ms DONE
  2026-08-01 12:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.59ms DONE
  2026-08-01 12:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.17ms DONE
  2026-08-01 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.04ms DONE
  2026-08-01 12:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.08ms DONE
  2026-08-01 12:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.07ms DONE
  2026-08-01 12:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.43ms DONE
  2026-08-01 12:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.15ms DONE
  2026-08-01 12:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.82ms DONE
  2026-08-01 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.01ms DONE
  2026-08-01 12:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.37ms DONE
  2026-08-01 12:44:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:44:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.87ms DONE
  2026-08-01 12:45:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:45:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.69ms DONE
  2026-08-01 12:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.49ms DONE
  2026-08-01 12:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.37ms DONE
  2026-08-01 12:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.08ms DONE
  2026-08-01 12:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.57ms DONE
  2026-08-01 12:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.09ms DONE
  2026-08-01 12:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.67ms DONE
  2026-08-01 12:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.01ms DONE
  2026-08-01 12:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  128.52ms DONE
  2026-08-01 12:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  213.44ms DONE
  2026-08-01 12:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  181.28ms DONE
  2026-08-01 12:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.66ms DONE
  2026-08-01 12:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.73ms DONE
  2026-08-01 12:58:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:58:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  168.34ms DONE
  2026-08-01 12:58:39 App\Modules\Broadcasting\Jobs\LaunchCampaignJob  RUNNING
  2026-08-01 12:58:39 App\Modules\Broadcasting\Jobs\LaunchCampaignJob  294.58ms DONE
  2026-08-01 12:58:39 App\Modules\Broadcasting\Jobs\DispatchCampaignChunkJob  RUNNING
  2026-08-01 12:58:39 App\Modules\Broadcasting\Jobs\DispatchCampaignChunkJob  147.00ms DONE
  2026-08-01 12:58:39 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  RUNNING
  2026-08-01 12:58:40 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  790.22ms DONE
  2026-08-01 12:58:40 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  RUNNING
  2026-08-01 12:58:41 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  548.86ms DONE
  2026-08-01 12:59:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 12:59:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.00ms DONE
  2026-08-01 12:59:44 App\Modules\Broadcasting\Jobs\FinalizeCampaignJob  RUNNING
  2026-08-01 12:59:44 App\Modules\Broadcasting\Jobs\FinalizeCampaignJob  298.25ms DONE
  2026-08-01 13:00:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:00:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.03ms DONE
  2026-08-01 13:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.36ms DONE
  2026-08-01 13:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.17ms DONE
  2026-08-01 13:03:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:03:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.93ms DONE
  2026-08-01 13:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.43ms DONE
  2026-08-01 13:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.39ms DONE
  2026-08-01 13:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.60ms DONE
  2026-08-01 13:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  104.28ms DONE
  2026-08-01 13:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.01ms DONE
  2026-08-01 13:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.83ms DONE
  2026-08-01 13:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.82ms DONE
  2026-08-01 13:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.21ms DONE
  2026-08-01 13:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.71ms DONE
  2026-08-01 13:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  126.85ms DONE
  2026-08-01 13:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.33ms DONE
  2026-08-01 13:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.79ms DONE
  2026-08-01 13:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.37ms DONE
  2026-08-01 13:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.37ms DONE
  2026-08-01 13:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.21ms DONE
  2026-08-01 13:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.81ms DONE
  2026-08-01 13:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.12ms DONE
  2026-08-01 13:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.17ms DONE
  2026-08-01 13:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.59ms DONE
  2026-08-01 13:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.32ms DONE
  2026-08-01 13:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.70ms DONE
  2026-08-01 13:25:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:25:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.87ms DONE
  2026-08-01 13:26:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:26:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.51ms DONE
  2026-08-01 13:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.24ms DONE
  2026-08-01 13:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.74ms DONE
  2026-08-01 13:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.13ms DONE
  2026-08-01 13:30:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:30:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.54ms DONE
  2026-08-01 13:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.77ms DONE
  2026-08-01 13:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.72ms DONE
  2026-08-01 13:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.01ms DONE
  2026-08-01 13:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.21ms DONE
  2026-08-01 13:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.76ms DONE
  2026-08-01 13:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.01ms DONE
  2026-08-01 13:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.36ms DONE
  2026-08-01 13:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.60ms DONE
  2026-08-01 13:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.91ms DONE
  2026-08-01 13:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.84ms DONE
  2026-08-01 13:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.93ms DONE
  2026-08-01 13:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.67ms DONE
  2026-08-01 13:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.95ms DONE
  2026-08-01 13:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.39ms DONE
  2026-08-01 13:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.14ms DONE
  2026-08-01 13:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.37ms DONE
  2026-08-01 13:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.28ms DONE
  2026-08-01 13:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.48ms DONE
  2026-08-01 13:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.33ms DONE
  2026-08-01 13:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.69ms DONE
  2026-08-01 13:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.08ms DONE
  2026-08-01 13:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.27ms DONE
  2026-08-01 13:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.21ms DONE
  2026-08-01 13:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.66ms DONE
  2026-08-01 13:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.96ms DONE
  2026-08-01 13:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.89ms DONE
  2026-08-01 13:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.29ms DONE
  2026-08-01 13:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.85ms DONE
  2026-08-01 13:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 13:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.56ms DONE
  2026-08-01 14:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.40ms DONE
  2026-08-01 14:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.05ms DONE
  2026-08-01 14:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.27ms DONE
  2026-08-01 14:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.40ms DONE
  2026-08-01 14:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.58ms DONE
  2026-08-01 14:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.90ms DONE
  2026-08-01 14:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.77ms DONE
  2026-08-01 14:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.77ms DONE
  2026-08-01 14:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.90ms DONE
  2026-08-01 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.30ms DONE
  2026-08-01 14:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  168.13ms DONE
  2026-08-01 14:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  292.06ms DONE
  2026-08-01 14:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.59ms DONE
  2026-08-01 14:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.46ms DONE
  2026-08-01 14:14:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:14:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.22ms DONE
  2026-08-01 14:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.24ms DONE
  2026-08-01 14:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.90ms DONE
  2026-08-01 14:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.23ms DONE
  2026-08-01 14:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.84ms DONE
  2026-08-01 14:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.82ms DONE
  2026-08-01 14:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.24ms DONE
  2026-08-01 14:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.22ms DONE
  2026-08-01 14:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.02ms DONE
  2026-08-01 14:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.43ms DONE
  2026-08-01 14:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.79ms DONE
  2026-08-01 14:25:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:25:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.48ms DONE
  2026-08-01 14:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.79ms DONE
  2026-08-01 14:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.12ms DONE
  2026-08-01 14:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.91ms DONE
  2026-08-01 14:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.16ms DONE
  2026-08-01 14:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.69ms DONE
  2026-08-01 14:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.23ms DONE
  2026-08-01 14:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.79ms DONE
  2026-08-01 14:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.29ms DONE
  2026-08-01 14:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  182.55ms DONE
  2026-08-01 14:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.72ms DONE
  2026-08-01 14:36:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:36:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.00ms DONE
  2026-08-01 14:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.98ms DONE
  2026-08-01 14:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.31ms DONE
  2026-08-01 14:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.16ms DONE
  2026-08-01 14:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.94ms DONE
  2026-08-01 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.34ms DONE
  2026-08-01 14:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.41ms DONE
  2026-08-01 14:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.35ms DONE
  2026-08-01 14:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.42ms DONE
  2026-08-01 14:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  228.04ms DONE
  2026-08-01 14:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.38ms DONE
  2026-08-01 14:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.06ms DONE
  2026-08-01 14:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.05ms DONE
  2026-08-01 14:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.21ms DONE
  2026-08-01 14:50:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:50:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.16ms DONE
  2026-08-01 14:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.85ms DONE
  2026-08-01 14:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.79ms DONE
  2026-08-01 14:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.97ms DONE
  2026-08-01 14:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.85ms DONE
  2026-08-01 14:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.73ms DONE
  2026-08-01 14:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.68ms DONE
  2026-08-01 14:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.47ms DONE
  2026-08-01 14:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.26ms DONE
  2026-08-01 14:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 14:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.57ms DONE
  2026-08-01 15:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  143.82ms DONE
  2026-08-01 15:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.65ms DONE
  2026-08-01 15:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.44ms DONE
  2026-08-01 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.54ms DONE
  2026-08-01 15:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.57ms DONE
  2026-08-01 15:05:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:05:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.32ms DONE
  2026-08-01 15:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.30ms DONE
  2026-08-01 15:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  123.53ms DONE
  2026-08-01 15:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  381.75ms DONE
  2026-08-01 15:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.96ms DONE
  2026-08-01 15:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.89ms DONE
  2026-08-01 15:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.59ms DONE
  2026-08-01 15:12:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:12:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.07ms DONE
  2026-08-01 15:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.00ms DONE
  2026-08-01 15:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.59ms DONE
  2026-08-01 15:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.65ms DONE
  2026-08-01 15:16:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:16:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  159.68ms DONE
  2026-08-01 15:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.73ms DONE
  2026-08-01 15:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.31ms DONE
  2026-08-01 15:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.36ms DONE
  2026-08-01 15:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  466.32ms DONE
  2026-08-01 15:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.44ms DONE
  2026-08-01 15:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.18ms DONE
  2026-08-01 15:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.32ms DONE
  2026-08-01 15:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.48ms DONE
  2026-08-01 15:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  192.10ms DONE
  2026-08-01 15:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.64ms DONE
  2026-08-01 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.73ms DONE
  2026-08-01 15:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.08ms DONE
  2026-08-01 15:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.78ms DONE
  2026-08-01 15:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  650.73ms DONE
  2026-08-01 15:31:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:31:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.80ms DONE
  2026-08-01 15:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.15ms DONE
  2026-08-01 15:33:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:33:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.81ms DONE
  2026-08-01 15:34:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:34:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.22ms DONE
  2026-08-01 15:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.34ms DONE
  2026-08-01 15:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.87ms DONE
  2026-08-01 15:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.57ms DONE
  2026-08-01 15:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.49ms DONE
  2026-08-01 15:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.64ms DONE
  2026-08-01 15:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.51ms DONE
  2026-08-01 15:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.71ms DONE
  2026-08-01 15:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.53ms DONE
  2026-08-01 15:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.53ms DONE
  2026-08-01 15:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.40ms DONE
  2026-08-01 15:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.12ms DONE
  2026-08-01 15:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.69ms DONE
  2026-08-01 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.62ms DONE
  2026-08-01 15:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.14ms DONE
  2026-08-01 15:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.82ms DONE
  2026-08-01 15:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.24ms DONE
  2026-08-01 15:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  270.47ms DONE
  2026-08-01 15:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.95ms DONE
  2026-08-01 15:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.69ms DONE
  2026-08-01 15:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.21ms DONE
  2026-08-01 15:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.01ms DONE
  2026-08-01 15:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.67ms DONE
  2026-08-01 15:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.22ms DONE
  2026-08-01 15:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.73ms DONE
  2026-08-01 15:59:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 15:59:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1s DONE
  2026-08-01 16:00:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:00:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  182.83ms DONE
  2026-08-01 16:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  100.10ms DONE
  2026-08-01 16:02:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:02:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.79ms DONE
  2026-08-01 16:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.96ms DONE
  2026-08-01 16:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.84ms DONE
  2026-08-01 16:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  103.04ms DONE
  2026-08-01 16:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.25ms DONE
  2026-08-01 16:07:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:07:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.99ms DONE
  2026-08-01 16:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.45ms DONE
  2026-08-01 16:09:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:09:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.93ms DONE
  2026-08-01 16:10:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:10:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  309.23ms DONE
  2026-08-01 16:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  199.77ms DONE
  2026-08-01 16:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  266.14ms DONE
  2026-08-01 16:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.51ms DONE
  2026-08-01 16:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.48ms DONE
  2026-08-01 16:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  286.49ms DONE
  2026-08-01 16:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  203.02ms DONE
  2026-08-01 16:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.44ms DONE
  2026-08-01 16:18:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:18:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.98ms DONE
  2026-08-01 16:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.84ms DONE
  2026-08-01 16:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  176.06ms DONE
  2026-08-01 16:21:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:21:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  553.71ms DONE
  2026-08-01 16:22:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:22:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.94ms DONE
  2026-08-01 16:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.41ms DONE
  2026-08-01 16:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.95ms DONE
  2026-08-01 16:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.17ms DONE
  2026-08-01 16:26:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:26:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.39ms DONE
  2026-08-01 16:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.68ms DONE
  2026-08-01 16:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.60ms DONE
  2026-08-01 16:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.58ms DONE
  2026-08-01 16:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  335.08ms DONE
  2026-08-01 16:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.18ms DONE
  2026-08-01 16:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.58ms DONE
  2026-08-01 16:33:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:33:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.32ms DONE
  2026-08-01 16:34:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:34:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  91.12ms DONE
  2026-08-01 16:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.25ms DONE
  2026-08-01 16:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.11ms DONE
  2026-08-01 16:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.36ms DONE
  2026-08-01 16:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  161.72ms DONE
  2026-08-01 16:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.53ms DONE
  2026-08-01 16:40:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:40:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  234.90ms DONE
  2026-08-01 16:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.74ms DONE
  2026-08-01 16:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.11ms DONE
  2026-08-01 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.51ms DONE
  2026-08-01 16:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.03ms DONE
  2026-08-01 16:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.21ms DONE
  2026-08-01 16:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  124.98ms DONE
  2026-08-01 16:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  148.42ms DONE
  2026-08-01 16:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.27ms DONE
  2026-08-01 16:49:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:49:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.32ms DONE
  2026-08-01 16:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.32ms DONE
  2026-08-01 16:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.63ms DONE
  2026-08-01 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.68ms DONE
  2026-08-01 16:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.57ms DONE
  2026-08-01 16:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.18ms DONE
  2026-08-01 16:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  156.26ms DONE
  2026-08-01 16:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.62ms DONE
  2026-08-01 16:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.65ms DONE
  2026-08-01 16:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.31ms DONE
  2026-08-01 16:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 16:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.35ms DONE
  2026-08-01 17:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.29ms DONE
  2026-08-01 17:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  439.04ms DONE
  2026-08-01 17:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  502.29ms DONE
  2026-08-01 17:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.32ms DONE
  2026-08-01 17:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  108.99ms DONE
  2026-08-01 17:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.23ms DONE
  2026-08-01 17:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.40ms DONE
  2026-08-01 17:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.65ms DONE
  2026-08-01 17:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.30ms DONE
  2026-08-01 17:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.83ms DONE
  2026-08-01 17:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.87ms DONE
  2026-08-01 17:11:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:11:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  107.41ms DONE
  2026-08-01 17:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.33ms DONE
  2026-08-01 17:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.05ms DONE
  2026-08-01 17:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.46ms DONE
  2026-08-01 17:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.86ms DONE
  2026-08-01 17:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.45ms DONE
  2026-08-01 17:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.70ms DONE
  2026-08-01 17:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.34ms DONE
  2026-08-01 17:19:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:19:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.39ms DONE
  2026-08-01 17:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.46ms DONE
  2026-08-01 17:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.51ms DONE
  2026-08-01 17:22:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:22:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.39ms DONE
  2026-08-01 17:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.62ms DONE
  2026-08-01 17:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.23ms DONE
  2026-08-01 17:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.20ms DONE
  2026-08-01 17:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.63ms DONE
  2026-08-01 17:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.48ms DONE
  2026-08-01 17:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.08ms DONE
  2026-08-01 17:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.62ms DONE
  2026-08-01 17:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  363.43ms DONE
  2026-08-01 17:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.88ms DONE
  2026-08-01 17:32:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:32:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.11ms DONE
  2026-08-01 17:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.47ms DONE
  2026-08-01 17:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.23ms DONE
  2026-08-01 17:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.64ms DONE
  2026-08-01 17:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.19ms DONE
  2026-08-01 17:37:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:37:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.77ms DONE
  2026-08-01 17:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  156.79ms DONE
  2026-08-01 17:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.78ms DONE
  2026-08-01 17:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.57ms DONE
  2026-08-01 17:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  249.71ms DONE
  2026-08-01 17:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.72ms DONE
  2026-08-01 17:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.81ms DONE
  2026-08-01 17:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.31ms DONE
  2026-08-01 17:45:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:45:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.09ms DONE
  2026-08-01 17:46:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:46:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.08ms DONE
  2026-08-01 17:47:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 17:47:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  532.60ms DONE

   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))

  2026-08-01 20:58:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.65ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.23ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.69ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.10ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.69ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.53ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.97ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.97ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.94ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.33ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.23ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.21ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.64ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.58ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.14ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.70ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.54ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.68ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.78ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.03ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.05ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.87ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.04ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.03ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.50ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.99ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.22ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.11ms DONE
  2026-08-01 20:58:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.94ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.49ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.67ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.56ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.71ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.78ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.47ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.58ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.36ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.35ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.26ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.00ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.97ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.24ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.29ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.72ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.53ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.64ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.54ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.65ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.58ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.91ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.74ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.56ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.90ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.15ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.73ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.19ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.83ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.13ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.81ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.44ms DONE
  2026-08-01 20:58:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.32ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.57ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.17ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.38ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.34ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.42ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.74ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.64ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.12ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.51ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.72ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.57ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.57ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.55ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.06ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.51ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.87ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.42ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.43ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.05ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.03ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.63ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.86ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.48ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.64ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.16ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.81ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.50ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.35ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.84ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.83ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.96ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.42ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.19ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.45ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.00ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.46ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.62ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.68ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.92ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.54ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.38ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.58ms DONE
  2026-08-01 20:58:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.18ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.28ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.66ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.45ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.62ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.31ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.41ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.83ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.22ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.87ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.94ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.46ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.77ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.86ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.73ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.76ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.39ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.68ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.27ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.22ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.82ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.62ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.28ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.32ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.21ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.78ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.65ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.92ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.52ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.00ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.84ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.77ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.45ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.05ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.46ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.82ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.24ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.87ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.91ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.71ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.76ms DONE
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.09ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.77ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.55ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.57ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.33ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.23ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.39ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.98ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.07ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.33ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.17ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.01ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.96ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.90ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.36ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.23ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.76ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.93ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.29ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.55ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.36ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.52ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.64ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.44ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.09ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.00ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.41ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.86ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.30ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.72ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.40ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.58ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.55ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.67ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.81ms DONE
  2026-08-01 20:58:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.81ms DONE
  2026-08-01 20:58:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.49ms DONE
  2026-08-01 20:58:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.35ms DONE
  2026-08-01 20:58:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.69ms DONE
  2026-08-01 20:58:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.48ms DONE
  2026-08-01 20:58:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:58:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-08-01 20:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 20:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-01 21:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.71ms DONE
  2026-08-01 21:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.88ms DONE
  2026-08-01 21:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.55ms DONE
  2026-08-01 21:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.29ms DONE
  2026-08-01 21:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.01ms DONE
  2026-08-01 21:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.65ms DONE
  2026-08-01 21:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.20ms DONE
  2026-08-01 21:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.37ms DONE
  2026-08-01 21:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.01ms DONE
  2026-08-01 21:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.97ms DONE
  2026-08-01 21:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.15ms DONE
  2026-08-01 21:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.18ms DONE
  2026-08-01 21:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.97ms DONE
  2026-08-01 21:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.42ms DONE
  2026-08-01 21:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.87ms DONE
  2026-08-01 21:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.69ms DONE
  2026-08-01 21:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.08ms DONE
  2026-08-01 21:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  143.47ms DONE
  2026-08-01 21:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.43ms DONE
  2026-08-01 21:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.75ms DONE
  2026-08-01 21:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  132.09ms DONE
  2026-08-01 21:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.02ms DONE
  2026-08-01 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.58ms DONE
  2026-08-01 21:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.84ms DONE
  2026-08-01 21:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.40ms DONE
  2026-08-01 21:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.14ms DONE
  2026-08-01 21:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.01ms DONE
  2026-08-01 21:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.27ms DONE
  2026-08-01 21:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  244.33ms DONE
  2026-08-01 21:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.57ms DONE
  2026-08-01 21:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.82ms DONE
  2026-08-01 21:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.58ms DONE
  2026-08-01 21:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.30ms DONE
  2026-08-01 21:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.14ms DONE
  2026-08-01 21:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.58ms DONE
  2026-08-01 21:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.90ms DONE
  2026-08-01 21:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.76ms DONE
  2026-08-01 21:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.35ms DONE
  2026-08-01 21:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.37ms DONE
  2026-08-01 21:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.95ms DONE
  2026-08-01 21:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.88ms DONE
  2026-08-01 21:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.76ms DONE
  2026-08-01 21:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.63ms DONE
  2026-08-01 21:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.56ms DONE
  2026-08-01 21:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.37ms DONE
  2026-08-01 21:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.57ms DONE
  2026-08-01 21:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.61ms DONE
  2026-08-01 21:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.36ms DONE
  2026-08-01 21:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.13ms DONE
  2026-08-01 21:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.66ms DONE
  2026-08-01 21:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.00ms DONE
  2026-08-01 21:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.94ms DONE
  2026-08-01 21:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.88ms DONE
  2026-08-01 21:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.42ms DONE
  2026-08-01 21:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.71ms DONE
  2026-08-01 21:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.76ms DONE
  2026-08-01 21:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.20ms DONE
  2026-08-01 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.15ms DONE
  2026-08-01 21:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.74ms DONE
  2026-08-01 21:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 21:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.27ms DONE
  2026-08-01 22:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:00:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1s DONE
  2026-08-01 22:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.62ms DONE
  2026-08-01 22:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.60ms DONE
  2026-08-01 22:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  161.59ms DONE
  2026-08-01 22:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.83ms DONE
  2026-08-01 22:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.80ms DONE
  2026-08-01 22:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.77ms DONE
  2026-08-01 22:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.89ms DONE
  2026-08-01 22:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.43ms DONE
  2026-08-01 22:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.14ms DONE
  2026-08-01 22:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.85ms DONE
  2026-08-01 22:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.98ms DONE
  2026-08-01 22:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.84ms DONE
  2026-08-01 22:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.01ms DONE
  2026-08-01 22:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  124.56ms DONE
  2026-08-01 22:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.92ms DONE
  2026-08-01 22:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.86ms DONE
  2026-08-01 22:17:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:17:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.86ms DONE
  2026-08-01 22:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.65ms DONE
  2026-08-01 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.90ms DONE
  2026-08-01 22:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.69ms DONE
  2026-08-01 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.33ms DONE
  2026-08-01 22:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.79ms DONE
  2026-08-01 22:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.84ms DONE
  2026-08-01 22:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.43ms DONE
  2026-08-01 22:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.43ms DONE
  2026-08-01 22:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.43ms DONE
  2026-08-01 22:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.58ms DONE
  2026-08-01 22:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.95ms DONE
  2026-08-01 22:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.70ms DONE
  2026-08-01 22:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.31ms DONE
  2026-08-01 22:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.68ms DONE
  2026-08-01 22:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.80ms DONE
  2026-08-01 22:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.47ms DONE
  2026-08-01 22:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.99ms DONE
  2026-08-01 22:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.59ms DONE
  2026-08-01 22:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.90ms DONE
  2026-08-01 22:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.65ms DONE
  2026-08-01 22:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.20ms DONE
  2026-08-01 22:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.35ms DONE
  2026-08-01 22:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.03ms DONE
  2026-08-01 22:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.87ms DONE
  2026-08-01 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.24ms DONE
  2026-08-01 22:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.80ms DONE
  2026-08-01 22:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.55ms DONE
  2026-08-01 22:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.77ms DONE
  2026-08-01 22:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.52ms DONE
  2026-08-01 22:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.03ms DONE
  2026-08-01 22:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.58ms DONE
  2026-08-01 22:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.10ms DONE
  2026-08-01 22:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.32ms DONE
  2026-08-01 22:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.49ms DONE
  2026-08-01 22:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.65ms DONE
  2026-08-01 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.73ms DONE
  2026-08-01 22:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.89ms DONE
  2026-08-01 22:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.37ms DONE
  2026-08-01 22:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.23ms DONE
  2026-08-01 22:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.66ms DONE
  2026-08-01 22:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.09ms DONE
  2026-08-01 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.89ms DONE
  2026-08-01 23:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1s DONE
  2026-08-01 23:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.46ms DONE
  2026-08-01 23:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.13ms DONE
  2026-08-01 23:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.10ms DONE
  2026-08-01 23:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.38ms DONE
  2026-08-01 23:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  148.33ms DONE
  2026-08-01 23:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.87ms DONE
  2026-08-01 23:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.00ms DONE
  2026-08-01 23:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.16ms DONE
  2026-08-01 23:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.60ms DONE
  2026-08-01 23:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.79ms DONE
  2026-08-01 23:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.29ms DONE
  2026-08-01 23:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.32ms DONE
  2026-08-01 23:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.59ms DONE
  2026-08-01 23:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.45ms DONE
  2026-08-01 23:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.16ms DONE
  2026-08-01 23:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.87ms DONE
  2026-08-01 23:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.05ms DONE
  2026-08-01 23:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.62ms DONE
  2026-08-01 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.99ms DONE
  2026-08-01 23:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.38ms DONE
  2026-08-01 23:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.45ms DONE
  2026-08-01 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.36ms DONE
  2026-08-01 23:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.89ms DONE
  2026-08-01 23:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.08ms DONE
  2026-08-01 23:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.94ms DONE
  2026-08-01 23:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.84ms DONE
  2026-08-01 23:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.78ms DONE
  2026-08-01 23:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.90ms DONE
  2026-08-01 23:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.26ms DONE
  2026-08-01 23:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  172.83ms DONE
  2026-08-01 23:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.80ms DONE
  2026-08-01 23:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.05ms DONE
  2026-08-01 23:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.98ms DONE
  2026-08-01 23:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.62ms DONE
  2026-08-01 23:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.10ms DONE
  2026-08-01 23:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.14ms DONE
  2026-08-01 23:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.18ms DONE
  2026-08-01 23:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.00ms DONE
  2026-08-01 23:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.02ms DONE
  2026-08-01 23:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.85ms DONE
  2026-08-01 23:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.22ms DONE
  2026-08-01 23:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.39ms DONE
  2026-08-01 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.44ms DONE
  2026-08-01 23:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.26ms DONE
  2026-08-01 23:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.55ms DONE
  2026-08-01 23:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.75ms DONE
  2026-08-01 23:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.20ms DONE
  2026-08-01 23:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.66ms DONE
  2026-08-01 23:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.87ms DONE
  2026-08-01 23:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  131.40ms DONE
  2026-08-01 23:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.83ms DONE
  2026-08-01 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.31ms DONE
  2026-08-01 23:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.75ms DONE
  2026-08-01 23:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.72ms DONE
  2026-08-01 23:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.56ms DONE
  2026-08-01 23:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.37ms DONE
  2026-08-01 23:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.31ms DONE
  2026-08-01 23:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.89ms DONE
  2026-08-01 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-01 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.65ms DONE
  2026-08-02 00:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  505.00ms DONE
  2026-08-02 00:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.66ms DONE
  2026-08-02 00:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.70ms DONE
  2026-08-02 00:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.33ms DONE
  2026-08-02 00:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.35ms DONE
  2026-08-02 00:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.43ms DONE
  2026-08-02 00:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.69ms DONE
  2026-08-02 00:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.74ms DONE
  2026-08-02 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.84ms DONE
  2026-08-02 00:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.97ms DONE
  2026-08-02 00:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.18ms DONE
  2026-08-02 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.07ms DONE
  2026-08-02 00:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.54ms DONE
  2026-08-02 00:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.10ms DONE
  2026-08-02 00:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.19ms DONE
  2026-08-02 00:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.89ms DONE
  2026-08-02 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.57ms DONE
  2026-08-02 00:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.95ms DONE
  2026-08-02 00:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.86ms DONE
  2026-08-02 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.37ms DONE
  2026-08-02 00:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.04ms DONE
  2026-08-02 00:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.48ms DONE
  2026-08-02 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.20ms DONE
  2026-08-02 00:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.95ms DONE
  2026-08-02 00:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.48ms DONE
  2026-08-02 00:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.74ms DONE
  2026-08-02 00:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.41ms DONE
  2026-08-02 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.19ms DONE
  2026-08-02 00:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.98ms DONE
  2026-08-02 00:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.43ms DONE
  2026-08-02 00:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  193.46ms DONE
  2026-08-02 00:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.03ms DONE
  2026-08-02 00:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.07ms DONE
  2026-08-02 00:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.53ms DONE
  2026-08-02 00:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.95ms DONE
  2026-08-02 00:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.72ms DONE
  2026-08-02 00:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.45ms DONE
  2026-08-02 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.22ms DONE
  2026-08-02 00:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.16ms DONE
  2026-08-02 00:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.19ms DONE
  2026-08-02 00:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.74ms DONE
  2026-08-02 00:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.18ms DONE
  2026-08-02 00:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.10ms DONE
  2026-08-02 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.19ms DONE
  2026-08-02 00:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.99ms DONE
  2026-08-02 00:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.88ms DONE
  2026-08-02 00:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.22ms DONE
  2026-08-02 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.74ms DONE
  2026-08-02 00:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.85ms DONE
  2026-08-02 00:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.57ms DONE
  2026-08-02 00:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.05ms DONE
  2026-08-02 00:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.51ms DONE
  2026-08-02 00:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.05ms DONE
  2026-08-02 00:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.45ms DONE
  2026-08-02 00:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.97ms DONE
  2026-08-02 00:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.62ms DONE
  2026-08-02 00:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.11ms DONE
  2026-08-02 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.94ms DONE
  2026-08-02 00:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.64ms DONE
  2026-08-02 00:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 00:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.86ms DONE
  2026-08-02 01:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.15ms DONE
  2026-08-02 01:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.44ms DONE
  2026-08-02 01:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.06ms DONE
  2026-08-02 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.73ms DONE
  2026-08-02 01:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.49ms DONE
  2026-08-02 01:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.46ms DONE
  2026-08-02 01:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.80ms DONE
  2026-08-02 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.93ms DONE
  2026-08-02 01:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.31ms DONE
  2026-08-02 01:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.41ms DONE
  2026-08-02 01:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.69ms DONE
  2026-08-02 01:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.88ms DONE
  2026-08-02 01:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  208.58ms DONE
  2026-08-02 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.90ms DONE
  2026-08-02 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.80ms DONE
  2026-08-02 01:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.14ms DONE
  2026-08-02 01:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.72ms DONE
  2026-08-02 01:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.70ms DONE
  2026-08-02 01:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.27ms DONE
  2026-08-02 01:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.85ms DONE
  2026-08-02 01:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.09ms DONE
  2026-08-02 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.83ms DONE
  2026-08-02 01:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.15ms DONE
  2026-08-02 01:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.03ms DONE
  2026-08-02 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.76ms DONE
  2026-08-02 01:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.32ms DONE
  2026-08-02 01:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.99ms DONE
  2026-08-02 01:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.90ms DONE
  2026-08-02 01:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.78ms DONE
  2026-08-02 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.42ms DONE
  2026-08-02 01:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.95ms DONE
  2026-08-02 01:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.20ms DONE
  2026-08-02 01:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.99ms DONE
  2026-08-02 01:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.65ms DONE
  2026-08-02 01:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.48ms DONE
  2026-08-02 01:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.33ms DONE
  2026-08-02 01:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.66ms DONE
  2026-08-02 01:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.58ms DONE
  2026-08-02 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.70ms DONE
  2026-08-02 01:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  407.51ms DONE
  2026-08-02 01:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.02ms DONE
  2026-08-02 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.11ms DONE
  2026-08-02 01:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.44ms DONE
  2026-08-02 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.69ms DONE
  2026-08-02 01:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.90ms DONE
  2026-08-02 01:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.93ms DONE
  2026-08-02 01:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.22ms DONE
  2026-08-02 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.03ms DONE
  2026-08-02 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.81ms DONE
  2026-08-02 01:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.15ms DONE
  2026-08-02 01:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.21ms DONE
  2026-08-02 01:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.78ms DONE
  2026-08-02 01:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.96ms DONE
  2026-08-02 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.02ms DONE
  2026-08-02 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.37ms DONE
  2026-08-02 01:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.19ms DONE
  2026-08-02 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.57ms DONE
  2026-08-02 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.13ms DONE
  2026-08-02 01:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.51ms DONE
  2026-08-02 01:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 01:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.35ms DONE
  2026-08-02 02:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.27ms DONE
  2026-08-02 02:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.53ms DONE
  2026-08-02 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.96ms DONE
  2026-08-02 02:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.17ms DONE
  2026-08-02 02:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.95ms DONE
  2026-08-02 02:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.59ms DONE
  2026-08-02 02:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.43ms DONE
  2026-08-02 02:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.46ms DONE
  2026-08-02 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.79ms DONE
  2026-08-02 02:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.02ms DONE
  2026-08-02 02:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.22ms DONE
  2026-08-02 02:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  143.18ms DONE
  2026-08-02 02:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.65ms DONE
  2026-08-02 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.36ms DONE
  2026-08-02 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.36ms DONE
  2026-08-02 02:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.24ms DONE
  2026-08-02 02:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.72ms DONE
  2026-08-02 02:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.89ms DONE
  2026-08-02 02:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.14ms DONE
  2026-08-02 02:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.21ms DONE
  2026-08-02 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.98ms DONE
  2026-08-02 02:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.90ms DONE
  2026-08-02 02:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.14ms DONE
  2026-08-02 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.90ms DONE
  2026-08-02 02:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.25ms DONE
  2026-08-02 02:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.49ms DONE
  2026-08-02 02:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.61ms DONE
  2026-08-02 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.68ms DONE
  2026-08-02 02:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.11ms DONE
  2026-08-02 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.25ms DONE
  2026-08-02 02:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.77ms DONE
  2026-08-02 02:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.98ms DONE
  2026-08-02 02:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.63ms DONE
  2026-08-02 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.60ms DONE
  2026-08-02 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.73ms DONE
  2026-08-02 02:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.58ms DONE
  2026-08-02 02:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.56ms DONE
  2026-08-02 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.01ms DONE
  2026-08-02 02:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.84ms DONE
  2026-08-02 02:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.67ms DONE
  2026-08-02 02:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.37ms DONE
  2026-08-02 02:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.62ms DONE
  2026-08-02 02:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  108.52ms DONE
  2026-08-02 02:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.37ms DONE
  2026-08-02 02:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.20ms DONE
  2026-08-02 02:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.87ms DONE
  2026-08-02 02:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.41ms DONE
  2026-08-02 02:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.01ms DONE
  2026-08-02 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.91ms DONE
  2026-08-02 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.22ms DONE
  2026-08-02 02:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.46ms DONE
  2026-08-02 02:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.42ms DONE
  2026-08-02 02:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.84ms DONE
  2026-08-02 02:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.26ms DONE
  2026-08-02 02:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.65ms DONE
  2026-08-02 02:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.05ms DONE
  2026-08-02 02:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.57ms DONE
  2026-08-02 02:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.14ms DONE
  2026-08-02 02:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.95ms DONE
  2026-08-02 02:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 02:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.91ms DONE
  2026-08-02 03:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  779.50ms DONE
  2026-08-02 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.38ms DONE
  2026-08-02 03:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.49ms DONE
  2026-08-02 03:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.24ms DONE
  2026-08-02 03:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  176.38ms DONE
  2026-08-02 03:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.71ms DONE
  2026-08-02 03:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.97ms DONE
  2026-08-02 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.47ms DONE
  2026-08-02 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.88ms DONE
  2026-08-02 03:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.23ms DONE
  2026-08-02 03:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.73ms DONE
  2026-08-02 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.06ms DONE
  2026-08-02 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.17ms DONE
  2026-08-02 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.78ms DONE
  2026-08-02 03:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.85ms DONE
  2026-08-02 03:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.59ms DONE
  2026-08-02 03:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.18ms DONE
  2026-08-02 03:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.87ms DONE
  2026-08-02 03:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  119.18ms DONE
  2026-08-02 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.90ms DONE
  2026-08-02 03:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.25ms DONE
  2026-08-02 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.12ms DONE
  2026-08-02 03:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.93ms DONE
  2026-08-02 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.93ms DONE
  2026-08-02 03:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.13ms DONE
  2026-08-02 03:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.99ms DONE
  2026-08-02 03:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.15ms DONE
  2026-08-02 03:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.45ms DONE
  2026-08-02 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.19ms DONE
  2026-08-02 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.17ms DONE
  2026-08-02 03:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  190.00ms DONE
  2026-08-02 03:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.78ms DONE
  2026-08-02 03:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.12ms DONE
  2026-08-02 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.13ms DONE
  2026-08-02 03:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.93ms DONE
  2026-08-02 03:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.97ms DONE
  2026-08-02 03:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  129.35ms DONE
  2026-08-02 03:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.07ms DONE
  2026-08-02 03:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.18ms DONE
  2026-08-02 03:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.49ms DONE
  2026-08-02 03:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.94ms DONE
  2026-08-02 03:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.61ms DONE
  2026-08-02 03:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.02ms DONE
  2026-08-02 03:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.72ms DONE
  2026-08-02 03:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.79ms DONE
  2026-08-02 03:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.54ms DONE
  2026-08-02 03:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  180.61ms DONE
  2026-08-02 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.50ms DONE
  2026-08-02 03:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.87ms DONE
  2026-08-02 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.00ms DONE
  2026-08-02 03:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  254.72ms DONE
  2026-08-02 03:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.11ms DONE
  2026-08-02 03:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.87ms DONE
  2026-08-02 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.55ms DONE
  2026-08-02 03:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.77ms DONE
  2026-08-02 03:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.89ms DONE
  2026-08-02 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.25ms DONE
  2026-08-02 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.04ms DONE
  2026-08-02 03:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.52ms DONE
  2026-08-02 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.51ms DONE
  2026-08-02 04:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.77ms DONE
  2026-08-02 04:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.25ms DONE
  2026-08-02 04:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.99ms DONE
  2026-08-02 04:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.09ms DONE
  2026-08-02 04:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.21ms DONE
  2026-08-02 04:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.34ms DONE
  2026-08-02 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.49ms DONE
  2026-08-02 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.56ms DONE
  2026-08-02 04:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.88ms DONE
  2026-08-02 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.07ms DONE
  2026-08-02 04:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.97ms DONE
  2026-08-02 04:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.18ms DONE
  2026-08-02 04:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.70ms DONE
  2026-08-02 04:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.03ms DONE
  2026-08-02 04:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.37ms DONE
  2026-08-02 04:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.58ms DONE
  2026-08-02 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.97ms DONE
  2026-08-02 04:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  254.91ms DONE
  2026-08-02 04:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.91ms DONE
  2026-08-02 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.53ms DONE
  2026-08-02 04:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.63ms DONE
  2026-08-02 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.72ms DONE
  2026-08-02 04:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.94ms DONE
  2026-08-02 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.83ms DONE
  2026-08-02 04:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.85ms DONE
  2026-08-02 04:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.43ms DONE
  2026-08-02 04:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.17ms DONE
  2026-08-02 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.66ms DONE
  2026-08-02 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.47ms DONE
  2026-08-02 04:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.82ms DONE
  2026-08-02 04:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  157.43ms DONE
  2026-08-02 04:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.47ms DONE
  2026-08-02 04:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-02 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  107.96ms DONE
  2026-08-02 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.59ms DONE
  2026-08-02 04:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.58ms DONE
  2026-08-02 04:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.05ms DONE
  2026-08-02 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.48ms DONE
  2026-08-02 04:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.89ms DONE
  2026-08-02 04:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.00ms DONE
  2026-08-02 04:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.81ms DONE
  2026-08-02 04:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.22ms DONE
  2026-08-02 04:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.95ms DONE
  2026-08-02 04:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.87ms DONE
  2026-08-02 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.08ms DONE
  2026-08-02 04:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.39ms DONE
  2026-08-02 04:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.84ms DONE
  2026-08-02 04:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.57ms DONE
  2026-08-02 04:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.05ms DONE
  2026-08-02 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.83ms DONE
  2026-08-02 04:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.76ms DONE
  2026-08-02 04:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.50ms DONE
  2026-08-02 04:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.28ms DONE
  2026-08-02 04:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.47ms DONE
  2026-08-02 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.26ms DONE
  2026-08-02 04:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.59ms DONE
  2026-08-02 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.80ms DONE
  2026-08-02 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.94ms DONE
  2026-08-02 04:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.95ms DONE
  2026-08-02 04:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 04:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.51ms DONE
  2026-08-02 05:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.82ms DONE
  2026-08-02 05:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.60ms DONE
  2026-08-02 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.37ms DONE
  2026-08-02 05:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.12ms DONE
  2026-08-02 05:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.19ms DONE
  2026-08-02 05:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.51ms DONE
  2026-08-02 05:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.59ms DONE
  2026-08-02 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.49ms DONE
  2026-08-02 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.21ms DONE
  2026-08-02 05:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.06ms DONE
  2026-08-02 05:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.03ms DONE
  2026-08-02 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.58ms DONE
  2026-08-02 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.80ms DONE
  2026-08-02 05:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.53ms DONE
  2026-08-02 05:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.64ms DONE
  2026-08-02 05:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.67ms DONE
  2026-08-02 05:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.17ms DONE
  2026-08-02 05:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.67ms DONE
  2026-08-02 05:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  133.79ms DONE
  2026-08-02 05:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.10ms DONE
  2026-08-02 05:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  177.89ms DONE
  2026-08-02 05:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.03ms DONE
  2026-08-02 05:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.57ms DONE
  2026-08-02 05:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.34ms DONE
  2026-08-02 05:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  126.97ms DONE
  2026-08-02 05:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  121.23ms DONE
  2026-08-02 05:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.62ms DONE
  2026-08-02 05:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.83ms DONE
  2026-08-02 05:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.67ms DONE
  2026-08-02 05:29:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:29:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.57ms DONE
  2026-08-02 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.31ms DONE
  2026-08-02 05:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.70ms DONE
  2026-08-02 05:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.61ms DONE
  2026-08-02 05:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.03ms DONE
  2026-08-02 05:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.77ms DONE
  2026-08-02 05:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.47ms DONE
  2026-08-02 05:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.34ms DONE
  2026-08-02 05:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.22ms DONE
  2026-08-02 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.92ms DONE
  2026-08-02 05:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.62ms DONE
  2026-08-02 05:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.60ms DONE
  2026-08-02 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.66ms DONE
  2026-08-02 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.56ms DONE
  2026-08-02 05:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.87ms DONE
  2026-08-02 05:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.40ms DONE
  2026-08-02 05:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.28ms DONE
  2026-08-02 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.48ms DONE
  2026-08-02 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.04ms DONE
  2026-08-02 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.21ms DONE
  2026-08-02 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.51ms DONE
  2026-08-02 05:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.28ms DONE
  2026-08-02 05:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.90ms DONE
  2026-08-02 05:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.89ms DONE
  2026-08-02 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.85ms DONE
  2026-08-02 05:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.50ms DONE
  2026-08-02 05:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.87ms DONE
  2026-08-02 05:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.51ms DONE
  2026-08-02 05:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.13ms DONE
  2026-08-02 05:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.50ms DONE
  2026-08-02 05:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 05:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.00ms DONE
  2026-08-02 06:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.59ms DONE
  2026-08-02 06:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.31ms DONE
  2026-08-02 06:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.08ms DONE
  2026-08-02 06:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.60ms DONE
  2026-08-02 06:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.18ms DONE
  2026-08-02 06:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.32ms DONE
  2026-08-02 06:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.78ms DONE
  2026-08-02 06:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.28ms DONE
  2026-08-02 06:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.08ms DONE
  2026-08-02 06:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.52ms DONE
  2026-08-02 06:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.68ms DONE
  2026-08-02 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.87ms DONE
  2026-08-02 06:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.32ms DONE
  2026-08-02 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.48ms DONE
  2026-08-02 06:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.40ms DONE
  2026-08-02 06:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.70ms DONE
  2026-08-02 06:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.00ms DONE
  2026-08-02 06:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.09ms DONE
  2026-08-02 06:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.52ms DONE
  2026-08-02 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.05ms DONE
  2026-08-02 06:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.07ms DONE
  2026-08-02 06:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.23ms DONE
  2026-08-02 06:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.08ms DONE
  2026-08-02 06:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.01ms DONE
  2026-08-02 06:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.22ms DONE
  2026-08-02 06:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.26ms DONE
  2026-08-02 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  161.34ms DONE
  2026-08-02 06:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.31ms DONE
  2026-08-02 06:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.02ms DONE
  2026-08-02 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.08ms DONE
  2026-08-02 06:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.63ms DONE
  2026-08-02 06:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.41ms DONE
  2026-08-02 06:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.35ms DONE
  2026-08-02 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.34ms DONE
  2026-08-02 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.54ms DONE
  2026-08-02 06:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.18ms DONE
  2026-08-02 06:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.87ms DONE
  2026-08-02 06:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.22ms DONE
  2026-08-02 06:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.57ms DONE
  2026-08-02 06:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.89ms DONE
  2026-08-02 06:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.83ms DONE
  2026-08-02 06:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.55ms DONE
  2026-08-02 06:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.49ms DONE
  2026-08-02 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.06ms DONE
  2026-08-02 06:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.83ms DONE
  2026-08-02 06:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.94ms DONE
  2026-08-02 06:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.89ms DONE
  2026-08-02 06:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.33ms DONE
  2026-08-02 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.44ms DONE
  2026-08-02 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.54ms DONE
  2026-08-02 06:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.54ms DONE
  2026-08-02 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.21ms DONE
  2026-08-02 06:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.56ms DONE
  2026-08-02 06:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.10ms DONE
  2026-08-02 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.16ms DONE
  2026-08-02 06:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.64ms DONE
  2026-08-02 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.04ms DONE
  2026-08-02 06:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.41ms DONE
  2026-08-02 06:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.77ms DONE
  2026-08-02 06:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 06:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.35ms DONE
  2026-08-02 07:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.20ms DONE
  2026-08-02 07:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.09ms DONE
  2026-08-02 07:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.33ms DONE
  2026-08-02 07:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.67ms DONE
  2026-08-02 07:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.46ms DONE
  2026-08-02 07:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.66ms DONE
  2026-08-02 07:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.74ms DONE
  2026-08-02 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.52ms DONE
  2026-08-02 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.41ms DONE
  2026-08-02 07:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.62ms DONE
  2026-08-02 07:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.71ms DONE
  2026-08-02 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.49ms DONE
  2026-08-02 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.64ms DONE
  2026-08-02 07:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.29ms DONE
  2026-08-02 07:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.46ms DONE
  2026-08-02 07:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.29ms DONE
  2026-08-02 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.87ms DONE
  2026-08-02 07:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.17ms DONE
  2026-08-02 07:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.40ms DONE
  2026-08-02 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.54ms DONE
  2026-08-02 07:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.62ms DONE
  2026-08-02 07:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.17ms DONE
  2026-08-02 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.01ms DONE
  2026-08-02 07:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.07ms DONE
  2026-08-02 07:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.40ms DONE
  2026-08-02 07:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.56ms DONE
  2026-08-02 07:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.05ms DONE
  2026-08-02 07:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.59ms DONE
  2026-08-02 07:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.34ms DONE
  2026-08-02 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.34ms DONE
  2026-08-02 07:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  150.37ms DONE
  2026-08-02 07:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.09ms DONE
  2026-08-02 07:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.58ms DONE
  2026-08-02 07:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.88ms DONE
  2026-08-02 07:34:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:34:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  95.19ms DONE
  2026-08-02 07:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.25ms DONE
  2026-08-02 07:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.52ms DONE
  2026-08-02 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.14ms DONE
  2026-08-02 07:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.00ms DONE
  2026-08-02 07:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.81ms DONE
  2026-08-02 07:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.69ms DONE
  2026-08-02 07:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.86ms DONE
  2026-08-02 07:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.36ms DONE
  2026-08-02 07:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.98ms DONE
  2026-08-02 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.79ms DONE
  2026-08-02 07:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.49ms DONE
  2026-08-02 07:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.79ms DONE
  2026-08-02 07:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.51ms DONE
  2026-08-02 07:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.88ms DONE
  2026-08-02 07:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.60ms DONE
  2026-08-02 07:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.27ms DONE
  2026-08-02 07:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.05ms DONE
  2026-08-02 07:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.65ms DONE
  2026-08-02 07:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.47ms DONE
  2026-08-02 07:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.87ms DONE
  2026-08-02 07:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.99ms DONE
  2026-08-02 07:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.16ms DONE
  2026-08-02 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.80ms DONE
  2026-08-02 07:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.92ms DONE
  2026-08-02 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.06ms DONE
  2026-08-02 08:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.84ms DONE
  2026-08-02 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.95ms DONE
  2026-08-02 08:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.10ms DONE
  2026-08-02 08:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  280.64ms DONE
  2026-08-02 08:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.77ms DONE
  2026-08-02 08:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.41ms DONE
  2026-08-02 08:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.67ms DONE
  2026-08-02 08:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.90ms DONE
  2026-08-02 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.74ms DONE
  2026-08-02 08:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.69ms DONE
  2026-08-02 08:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.70ms DONE
  2026-08-02 08:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.44ms DONE
  2026-08-02 08:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.38ms DONE
  2026-08-02 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.49ms DONE
  2026-08-02 08:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.52ms DONE
  2026-08-02 08:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.02ms DONE
  2026-08-02 08:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.04ms DONE
  2026-08-02 08:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  394.75ms DONE
  2026-08-02 08:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.77ms DONE
  2026-08-02 08:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.79ms DONE
  2026-08-02 08:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  327.94ms DONE
  2026-08-02 08:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.18ms DONE
  2026-08-02 08:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.20ms DONE
  2026-08-02 08:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.61ms DONE
  2026-08-02 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.02ms DONE
  2026-08-02 08:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  109.50ms DONE
  2026-08-02 08:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.05ms DONE
  2026-08-02 08:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.47ms DONE
  2026-08-02 08:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.80ms DONE
  2026-08-02 08:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  185.52ms DONE
  2026-08-02 08:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.54ms DONE
  2026-08-02 08:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.42ms DONE
  2026-08-02 08:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.37ms DONE
  2026-08-02 08:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.69ms DONE
  2026-08-02 08:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.83ms DONE
  2026-08-02 08:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.65ms DONE
  2026-08-02 08:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.95ms DONE
  2026-08-02 08:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.88ms DONE
  2026-08-02 08:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.54ms DONE
  2026-08-02 08:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.49ms DONE
  2026-08-02 08:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.86ms DONE
  2026-08-02 08:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.44ms DONE
  2026-08-02 08:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.28ms DONE
  2026-08-02 08:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.30ms DONE
  2026-08-02 08:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.32ms DONE
  2026-08-02 08:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.69ms DONE
  2026-08-02 08:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.40ms DONE
  2026-08-02 08:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.96ms DONE
  2026-08-02 08:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  214.65ms DONE
  2026-08-02 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.14ms DONE
  2026-08-02 08:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.46ms DONE
  2026-08-02 08:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.20ms DONE
  2026-08-02 08:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.55ms DONE
  2026-08-02 08:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.97ms DONE
  2026-08-02 08:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.43ms DONE
  2026-08-02 08:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.60ms DONE
  2026-08-02 08:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.96ms DONE
  2026-08-02 08:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.94ms DONE
  2026-08-02 08:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.55ms DONE
  2026-08-02 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.34ms DONE
  2026-08-02 09:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.25ms DONE
  2026-08-02 09:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.30ms DONE
  2026-08-02 09:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.06ms DONE
  2026-08-02 09:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-02 09:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.01ms DONE
  2026-08-02 09:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.99ms DONE
  2026-08-02 09:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.04ms DONE
  2026-08-02 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.56ms DONE
  2026-08-02 09:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.99ms DONE
  2026-08-02 09:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.54ms DONE
  2026-08-02 09:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.79ms DONE
  2026-08-02 09:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.97ms DONE
  2026-08-02 09:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.52ms DONE
  2026-08-02 09:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.35ms DONE
  2026-08-02 09:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.77ms DONE
  2026-08-02 09:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.32ms DONE
  2026-08-02 09:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.96ms DONE
  2026-08-02 09:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.39ms DONE
  2026-08-02 09:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.26ms DONE
  2026-08-02 09:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.34ms DONE
  2026-08-02 09:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.94ms DONE
  2026-08-02 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.79ms DONE
  2026-08-02 09:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.12ms DONE
  2026-08-02 09:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.63ms DONE
  2026-08-02 09:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.23ms DONE
  2026-08-02 09:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.65ms DONE
  2026-08-02 09:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.39ms DONE
  2026-08-02 09:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-08-02 09:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.58ms DONE
  2026-08-02 09:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.44ms DONE
  2026-08-02 09:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  149.90ms DONE
  2026-08-02 09:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.58ms DONE
  2026-08-02 09:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.01ms DONE
  2026-08-02 09:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-08-02 09:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.37ms DONE
  2026-08-02 09:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.21ms DONE
  2026-08-02 09:36:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:36:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.74ms DONE
  2026-08-02 09:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.80ms DONE
  2026-08-02 09:38:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:38:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.89ms DONE
  2026-08-02 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.47ms DONE
  2026-08-02 09:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.98ms DONE
  2026-08-02 09:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.61ms DONE
  2026-08-02 09:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.03ms DONE
  2026-08-02 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.65ms DONE
  2026-08-02 09:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.93ms DONE
  2026-08-02 09:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.05ms DONE
  2026-08-02 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.02ms DONE
  2026-08-02 09:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.61ms DONE
  2026-08-02 09:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.01ms DONE
  2026-08-02 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.79ms DONE
  2026-08-02 09:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.70ms DONE
  2026-08-02 09:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.53ms DONE
  2026-08-02 09:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.25ms DONE
  2026-08-02 09:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.98ms DONE
  2026-08-02 09:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.68ms DONE
  2026-08-02 09:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.28ms DONE
  2026-08-02 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.61ms DONE
  2026-08-02 09:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.98ms DONE
  2026-08-02 09:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.56ms DONE
  2026-08-02 09:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 09:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.24ms DONE
  2026-08-02 10:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.23ms DONE
  2026-08-02 10:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.76ms DONE
  2026-08-02 10:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.29ms DONE
  2026-08-02 10:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.08ms DONE
  2026-08-02 10:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.71ms DONE
  2026-08-02 10:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.79ms DONE
  2026-08-02 10:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.69ms DONE
  2026-08-02 10:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.40ms DONE
  2026-08-02 10:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.88ms DONE
  2026-08-02 10:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.71ms DONE
  2026-08-02 10:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.14ms DONE
  2026-08-02 10:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.92ms DONE
  2026-08-02 10:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.29ms DONE
  2026-08-02 10:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.79ms DONE
  2026-08-02 10:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.66ms DONE
  2026-08-02 10:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.61ms DONE
  2026-08-02 10:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.53ms DONE
  2026-08-02 10:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.04ms DONE
  2026-08-02 10:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.72ms DONE
  2026-08-02 10:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.51ms DONE
  2026-08-02 10:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  203.25ms DONE
  2026-08-02 10:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.56ms DONE
  2026-08-02 10:22:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:22:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.46ms DONE
  2026-08-02 10:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  423.47ms DONE
  2026-08-02 10:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  144.93ms DONE
  2026-08-02 10:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.85ms DONE
  2026-08-02 10:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.12ms DONE
  2026-08-02 10:27:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:27:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.31ms DONE
  2026-08-02 10:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  102.46ms DONE
  2026-08-02 10:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.87ms DONE
  2026-08-02 10:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:30:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  252.65ms DONE
  2026-08-02 10:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.24ms DONE
  2026-08-02 10:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.22ms DONE
  2026-08-02 10:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.04ms DONE
  2026-08-02 10:34:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:34:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.55ms DONE
  2026-08-02 10:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.00ms DONE
  2026-08-02 10:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.02ms DONE
  2026-08-02 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.99ms DONE
  2026-08-02 10:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.25ms DONE
  2026-08-02 10:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.20ms DONE
  2026-08-02 10:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.97ms DONE
  2026-08-02 10:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.73ms DONE
  2026-08-02 10:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.08ms DONE
  2026-08-02 10:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.15ms DONE
  2026-08-02 10:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.81ms DONE
  2026-08-02 10:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.24ms DONE
  2026-08-02 10:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.89ms DONE
  2026-08-02 10:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.32ms DONE
  2026-08-02 10:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  265.58ms DONE
  2026-08-02 10:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.62ms DONE
  2026-08-02 10:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  284.73ms DONE
  2026-08-02 10:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.68ms DONE
  2026-08-02 10:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.45ms DONE
  2026-08-02 10:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.17ms DONE
  2026-08-02 10:54:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:54:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.22ms DONE
  2026-08-02 10:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.50ms DONE
  2026-08-02 10:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.45ms DONE
  2026-08-02 10:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.94ms DONE
  2026-08-02 10:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.15ms DONE
  2026-08-02 10:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 10:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.97ms DONE
  2026-08-02 11:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  141.66ms DONE
  2026-08-02 11:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.28ms DONE
  2026-08-02 11:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.86ms DONE
  2026-08-02 11:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.08ms DONE
  2026-08-02 11:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.67ms DONE
  2026-08-02 11:05:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:05:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.85ms DONE
  2026-08-02 11:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.21ms DONE
  2026-08-02 11:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.94ms DONE
  2026-08-02 11:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.32ms DONE
  2026-08-02 11:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.03ms DONE
  2026-08-02 11:10:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:10:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.78ms DONE
  2026-08-02 11:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.89ms DONE
  2026-08-02 11:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.18ms DONE
  2026-08-02 11:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.72ms DONE
  2026-08-02 11:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.05ms DONE
  2026-08-02 11:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.36ms DONE
  2026-08-02 11:16:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:16:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.04ms DONE
  2026-08-02 11:17:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:17:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.20ms DONE
  2026-08-02 11:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.46ms DONE
  2026-08-02 11:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.20ms DONE
  2026-08-02 11:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  780.90ms DONE
  2026-08-02 11:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.35ms DONE
  2026-08-02 11:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.81ms DONE
  2026-08-02 11:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.94ms DONE
  2026-08-02 11:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.85ms DONE
  2026-08-02 11:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.12ms DONE
  2026-08-02 11:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.17ms DONE
  2026-08-02 11:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.32ms DONE
  2026-08-02 11:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  729.99ms DONE
  2026-08-02 11:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.27ms DONE
  2026-08-02 11:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.58ms DONE
  2026-08-02 11:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.20ms DONE
  2026-08-02 11:32:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:32:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.10ms DONE
  2026-08-02 11:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.88ms DONE
  2026-08-02 11:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.64ms DONE
  2026-08-02 11:35:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:35:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  224.01ms DONE
  2026-08-02 11:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.71ms DONE
  2026-08-02 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.09ms DONE
  2026-08-02 11:38:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:38:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.24ms DONE
  2026-08-02 11:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.15ms DONE
  2026-08-02 11:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.48ms DONE
  2026-08-02 11:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.29ms DONE
  2026-08-02 11:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.80ms DONE
  2026-08-02 11:43:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:43:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.26ms DONE
  2026-08-02 11:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.84ms DONE
  2026-08-02 11:45:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:45:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.01ms DONE
  2026-08-02 11:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.13ms DONE
  2026-08-02 11:47:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:47:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.30ms DONE
  2026-08-02 11:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.91ms DONE
  2026-08-02 11:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.93ms DONE
  2026-08-02 11:50:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:50:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.61ms DONE
  2026-08-02 11:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.90ms DONE
  2026-08-02 11:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.46ms DONE
  2026-08-02 11:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.07ms DONE
  2026-08-02 11:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.92ms DONE
  2026-08-02 11:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.79ms DONE
  2026-08-02 11:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  121.52ms DONE
  2026-08-02 11:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.98ms DONE
  2026-08-02 11:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.19ms DONE
  2026-08-02 11:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 11:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.02ms DONE
  2026-08-02 12:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  275.63ms DONE
  2026-08-02 12:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.24ms DONE
  2026-08-02 12:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.92ms DONE
  2026-08-02 12:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.65ms DONE
  2026-08-02 12:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.51ms DONE
  2026-08-02 12:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  749.23ms DONE
  2026-08-02 12:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.14ms DONE
  2026-08-02 12:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.99ms DONE
  2026-08-02 12:08:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:08:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.47ms DONE
  2026-08-02 12:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.22ms DONE
  2026-08-02 12:10:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:10:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  283.80ms DONE
  2026-08-02 12:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  138.60ms DONE
  2026-08-02 12:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.80ms DONE
  2026-08-02 12:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.11ms DONE
  2026-08-02 12:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.08ms DONE
  2026-08-02 12:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.62ms DONE
  2026-08-02 12:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.06ms DONE
  2026-08-02 12:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.11ms DONE
  2026-08-02 12:18:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:18:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.17ms DONE
  2026-08-02 12:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.48ms DONE
  2026-08-02 12:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.09ms DONE
  2026-08-02 12:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.98ms DONE
  2026-08-02 12:22:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:22:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.33ms DONE
  2026-08-02 12:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.70ms DONE
  2026-08-02 12:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  288.21ms DONE
  2026-08-02 12:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.02ms DONE
  2026-08-02 12:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.08ms DONE
  2026-08-02 12:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.43ms DONE
  2026-08-02 12:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.00ms DONE
  2026-08-02 12:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.33ms DONE
  2026-08-02 12:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.14ms DONE
  2026-08-02 12:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.62ms DONE
  2026-08-02 12:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.52ms DONE
  2026-08-02 12:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.30ms DONE
  2026-08-02 12:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.96ms DONE
  2026-08-02 12:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.07ms DONE
  2026-08-02 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.38ms DONE
  2026-08-02 12:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.47ms DONE
  2026-08-02 12:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:38:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.11ms DONE
  2026-08-02 12:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.90ms DONE
  2026-08-02 12:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.82ms DONE
  2026-08-02 12:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.85ms DONE
  2026-08-02 12:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.06ms DONE
  2026-08-02 12:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.17ms DONE
  2026-08-02 12:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.18ms DONE
  2026-08-02 12:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  372.88ms DONE
  2026-08-02 12:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.48ms DONE
  2026-08-02 12:47:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:47:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.88ms DONE
  2026-08-02 12:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.55ms DONE
  2026-08-02 12:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.19ms DONE
  2026-08-02 12:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.34ms DONE
  2026-08-02 12:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.40ms DONE
  2026-08-02 12:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.89ms DONE
  2026-08-02 12:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.85ms DONE
  2026-08-02 12:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.06ms DONE
  2026-08-02 12:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.54ms DONE
  2026-08-02 12:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.74ms DONE
  2026-08-02 12:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.95ms DONE
  2026-08-02 12:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.47ms DONE
  2026-08-02 12:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 12:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.63ms DONE
  2026-08-02 13:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.81ms DONE
  2026-08-02 13:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.17ms DONE
  2026-08-02 13:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.90ms DONE
  2026-08-02 13:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.01ms DONE
  2026-08-02 13:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  103.02ms DONE
  2026-08-02 13:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  400.80ms DONE
  2026-08-02 13:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.74ms DONE
  2026-08-02 13:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.17ms DONE
  2026-08-02 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.54ms DONE
  2026-08-02 13:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.27ms DONE
  2026-08-02 13:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  369.27ms DONE
  2026-08-02 13:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.49ms DONE
  2026-08-02 13:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.00ms DONE
  2026-08-02 13:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.20ms DONE
  2026-08-02 13:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.79ms DONE
  2026-08-02 13:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.94ms DONE
  2026-08-02 13:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.66ms DONE
  2026-08-02 13:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.39ms DONE
  2026-08-02 13:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.69ms DONE
  2026-08-02 13:19:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:19:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.45ms DONE
  2026-08-02 13:20:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:20:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  334.37ms DONE
  2026-08-02 13:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.36ms DONE
  2026-08-02 13:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.52ms DONE
  2026-08-02 13:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.95ms DONE
  2026-08-02 13:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.31ms DONE
  2026-08-02 13:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.70ms DONE
  2026-08-02 13:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  145.59ms DONE
  2026-08-02 13:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.36ms DONE
  2026-08-02 13:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.03ms DONE
  2026-08-02 13:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.54ms DONE
  2026-08-02 13:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  322.99ms DONE
  2026-08-02 13:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.88ms DONE
  2026-08-02 13:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.51ms DONE
  2026-08-02 13:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.87ms DONE
  2026-08-02 13:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.32ms DONE
  2026-08-02 13:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.24ms DONE
  2026-08-02 13:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.66ms DONE
  2026-08-02 13:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.33ms DONE
  2026-08-02 13:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.73ms DONE
  2026-08-02 13:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.28ms DONE
  2026-08-02 13:40:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:40:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.39ms DONE
  2026-08-02 13:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  178.78ms DONE
  2026-08-02 13:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.75ms DONE
  2026-08-02 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.99ms DONE
  2026-08-02 13:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.44ms DONE
  2026-08-02 13:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.93ms DONE
  2026-08-02 13:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.13ms DONE
  2026-08-02 13:47:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:47:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  178.09ms DONE
  2026-08-02 13:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.83ms DONE
  2026-08-02 13:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.69ms DONE
  2026-08-02 13:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.56ms DONE
  2026-08-02 13:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.00ms DONE
  2026-08-02 13:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.93ms DONE
  2026-08-02 13:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.94ms DONE
  2026-08-02 13:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.52ms DONE
  2026-08-02 13:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.47ms DONE
  2026-08-02 13:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.70ms DONE
  2026-08-02 13:57:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:57:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.55ms DONE
  2026-08-02 13:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.49ms DONE
  2026-08-02 13:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 13:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  625.49ms DONE
  2026-08-02 14:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  251.67ms DONE
  2026-08-02 14:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.72ms DONE
  2026-08-02 14:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.05ms DONE
  2026-08-02 14:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.90ms DONE
  2026-08-02 14:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  184.92ms DONE
  2026-08-02 14:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.59ms DONE
  2026-08-02 14:06:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:06:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.37ms DONE
  2026-08-02 14:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.79ms DONE
  2026-08-02 14:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.05ms DONE
  2026-08-02 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.36ms DONE
  2026-08-02 14:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.43ms DONE
  2026-08-02 14:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.21ms DONE
  2026-08-02 14:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.38ms DONE
  2026-08-02 14:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.08ms DONE
  2026-08-02 14:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.98ms DONE
  2026-08-02 14:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.87ms DONE
  2026-08-02 14:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.09ms DONE
  2026-08-02 14:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:17:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.95ms DONE
  2026-08-02 14:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.30ms DONE
  2026-08-02 14:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.76ms DONE
  2026-08-02 14:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  216.70ms DONE
  2026-08-02 14:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.89ms DONE
  2026-08-02 14:22:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:22:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  119.76ms DONE
  2026-08-02 14:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.30ms DONE
  2026-08-02 14:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.85ms DONE
  2026-08-02 14:25:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:25:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  149.35ms DONE
  2026-08-02 14:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  126.24ms DONE
  2026-08-02 14:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.02ms DONE
  2026-08-02 14:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.93ms DONE
  2026-08-02 14:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.15ms DONE
  2026-08-02 14:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.76ms DONE
  2026-08-02 14:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.39ms DONE
  2026-08-02 14:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.70ms DONE
  2026-08-02 14:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.03ms DONE
  2026-08-02 14:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.50ms DONE
  2026-08-02 14:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.42ms DONE
  2026-08-02 14:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.92ms DONE
  2026-08-02 14:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.07ms DONE
  2026-08-02 14:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.41ms DONE
  2026-08-02 14:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  364.38ms DONE
  2026-08-02 14:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.53ms DONE
  2026-08-02 14:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.28ms DONE
  2026-08-02 14:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.82ms DONE
  2026-08-02 14:43:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:43:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.44ms DONE
  2026-08-02 14:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.15ms DONE
  2026-08-02 14:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.88ms DONE
  2026-08-02 14:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.21ms DONE
  2026-08-02 14:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.29ms DONE
  2026-08-02 14:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.33ms DONE
  2026-08-02 14:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.39ms DONE
  2026-08-02 14:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.91ms DONE
  2026-08-02 14:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.68ms DONE
  2026-08-02 14:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.20ms DONE
  2026-08-02 14:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.02ms DONE
  2026-08-02 14:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.44ms DONE
  2026-08-02 14:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.25ms DONE
  2026-08-02 14:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.19ms DONE
  2026-08-02 14:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.23ms DONE
  2026-08-02 14:58:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:58:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.57ms DONE
  2026-08-02 14:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 14:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.90ms DONE
  2026-08-02 15:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:00:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  795.05ms DONE
  2026-08-02 15:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.33ms DONE
  2026-08-02 15:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.88ms DONE
  2026-08-02 15:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.53ms DONE
  2026-08-02 15:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.69ms DONE
  2026-08-02 15:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.08ms DONE
  2026-08-02 15:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.90ms DONE
  2026-08-02 15:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.25ms DONE
  2026-08-02 15:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.25ms DONE
  2026-08-02 15:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.33ms DONE
  2026-08-02 15:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.19ms DONE
  2026-08-02 15:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.19ms DONE
  2026-08-02 15:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.21ms DONE
  2026-08-02 15:13:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:13:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.50ms DONE
  2026-08-02 15:14:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:14:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  265.77ms DONE
  2026-08-02 15:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.53ms DONE
  2026-08-02 15:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.13ms DONE
  2026-08-02 15:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.45ms DONE
  2026-08-02 15:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.05ms DONE
  2026-08-02 15:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.19ms DONE
  2026-08-02 15:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.31ms DONE
  2026-08-02 15:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.80ms DONE
  2026-08-02 15:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.32ms DONE
  2026-08-02 15:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.35ms DONE
  2026-08-02 15:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.22ms DONE
  2026-08-02 15:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.85ms DONE
  2026-08-02 15:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.24ms DONE
  2026-08-02 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.38ms DONE
  2026-08-02 15:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.68ms DONE
  2026-08-02 15:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.46ms DONE
  2026-08-02 15:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.27ms DONE
  2026-08-02 15:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.00ms DONE
  2026-08-02 15:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.04ms DONE
  2026-08-02 15:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.34ms DONE
  2026-08-02 15:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.48ms DONE
  2026-08-02 15:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.80ms DONE
  2026-08-02 15:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.06ms DONE
  2026-08-02 15:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.70ms DONE
  2026-08-02 15:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.15ms DONE
  2026-08-02 15:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.22ms DONE
  2026-08-02 15:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.43ms DONE
  2026-08-02 15:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.70ms DONE
  2026-08-02 15:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.26ms DONE
  2026-08-02 15:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.50ms DONE
  2026-08-02 15:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.47ms DONE
  2026-08-02 15:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.50ms DONE
  2026-08-02 15:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.36ms DONE
  2026-08-02 15:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.88ms DONE
  2026-08-02 15:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.97ms DONE
  2026-08-02 15:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.00ms DONE
  2026-08-02 15:50:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:50:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.49ms DONE
  2026-08-02 15:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.10ms DONE
  2026-08-02 15:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.61ms DONE
  2026-08-02 15:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.33ms DONE
  2026-08-02 15:54:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:54:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.85ms DONE
  2026-08-02 15:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.62ms DONE
  2026-08-02 15:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.89ms DONE
  2026-08-02 15:57:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:57:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  107.55ms DONE
  2026-08-02 15:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  119.05ms DONE
  2026-08-02 15:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 15:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  158.92ms DONE
  2026-08-02 16:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.36ms DONE
  2026-08-02 16:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.85ms DONE
  2026-08-02 16:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.83ms DONE
  2026-08-02 16:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  130.79ms DONE
  2026-08-02 16:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.08ms DONE
  2026-08-02 16:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.90ms DONE
  2026-08-02 16:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.59ms DONE
  2026-08-02 16:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.09ms DONE
  2026-08-02 16:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.30ms DONE
  2026-08-02 16:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.76ms DONE
  2026-08-02 16:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.95ms DONE
  2026-08-02 16:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.74ms DONE
  2026-08-02 16:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.20ms DONE
  2026-08-02 16:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.39ms DONE
  2026-08-02 16:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.94ms DONE
  2026-08-02 16:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.49ms DONE
  2026-08-02 16:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.55ms DONE
  2026-08-02 16:17:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:17:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.17ms DONE
  2026-08-02 16:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.19ms DONE
  2026-08-02 16:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.81ms DONE
  2026-08-02 16:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  256.27ms DONE
  2026-08-02 16:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.81ms DONE
  2026-08-02 16:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.79ms DONE
  2026-08-02 16:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.06ms DONE
  2026-08-02 16:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.66ms DONE
  2026-08-02 16:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.22ms DONE
  2026-08-02 16:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.70ms DONE
  2026-08-02 16:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.66ms DONE
  2026-08-02 16:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.83ms DONE
  2026-08-02 16:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.80ms DONE
  2026-08-02 16:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.73ms DONE
  2026-08-02 16:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.80ms DONE
  2026-08-02 16:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.81ms DONE
  2026-08-02 16:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.66ms DONE
  2026-08-02 16:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.18ms DONE
  2026-08-02 16:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.03ms DONE
  2026-08-02 16:36:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:36:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.42ms DONE
  2026-08-02 16:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.66ms DONE
  2026-08-02 16:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.54ms DONE
  2026-08-02 16:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.11ms DONE
  2026-08-02 16:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  193.04ms DONE
  2026-08-02 16:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.19ms DONE
  2026-08-02 16:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.60ms DONE
  2026-08-02 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.95ms DONE
  2026-08-02 16:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.08ms DONE
  2026-08-02 16:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.06ms DONE
  2026-08-02 16:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.87ms DONE
  2026-08-02 16:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.86ms DONE
  2026-08-02 16:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.88ms DONE
  2026-08-02 16:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.57ms DONE
  2026-08-02 16:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  131.75ms DONE
  2026-08-02 16:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.78ms DONE
  2026-08-02 16:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.44ms DONE
  2026-08-02 16:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  129.28ms DONE
  2026-08-02 16:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  402.27ms DONE
  2026-08-02 16:55:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:55:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.62ms DONE
  2026-08-02 16:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.99ms DONE
  2026-08-02 16:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.40ms DONE
  2026-08-02 16:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.19ms DONE
  2026-08-02 16:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 16:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.73ms DONE
  2026-08-02 17:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.20ms DONE
  2026-08-02 17:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.41ms DONE
  2026-08-02 17:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  313.07ms DONE
  2026-08-02 17:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.58ms DONE
  2026-08-02 17:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.76ms DONE
  2026-08-02 17:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.01ms DONE
  2026-08-02 17:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.25ms DONE
  2026-08-02 17:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.04ms DONE
  2026-08-02 17:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.02ms DONE
  2026-08-02 17:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.63ms DONE
  2026-08-02 17:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.01ms DONE
  2026-08-02 17:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.90ms DONE
  2026-08-02 17:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.04ms DONE
  2026-08-02 17:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  190.57ms DONE
  2026-08-02 17:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.99ms DONE
  2026-08-02 17:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.22ms DONE
  2026-08-02 17:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.51ms DONE
  2026-08-02 17:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.01ms DONE
  2026-08-02 17:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.33ms DONE
  2026-08-02 17:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.56ms DONE
  2026-08-02 17:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  185.04ms DONE
  2026-08-02 17:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.05ms DONE
  2026-08-02 17:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.94ms DONE
  2026-08-02 17:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.90ms DONE
  2026-08-02 17:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.81ms DONE
  2026-08-02 17:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.17ms DONE
  2026-08-02 17:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.62ms DONE
  2026-08-02 17:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  446.40ms DONE
  2026-08-02 17:28:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:28:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.18ms DONE
  2026-08-02 17:29:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:29:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  208.43ms DONE
  2026-08-02 17:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.81ms DONE
  2026-08-02 17:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.30ms DONE
  2026-08-02 17:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  223.32ms DONE
  2026-08-02 17:33:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:33:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  119.89ms DONE
  2026-08-02 17:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.08ms DONE
  2026-08-02 17:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.54ms DONE
  2026-08-02 17:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.37ms DONE
  2026-08-02 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.34ms DONE
  2026-08-02 17:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.96ms DONE
  2026-08-02 17:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.43ms DONE
  2026-08-02 17:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.37ms DONE
  2026-08-02 17:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.64ms DONE
  2026-08-02 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.43ms DONE
  2026-08-02 17:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.84ms DONE
  2026-08-02 17:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.99ms DONE
  2026-08-02 17:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.12ms DONE
  2026-08-02 17:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.15ms DONE
  2026-08-02 17:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.24ms DONE
  2026-08-02 17:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.42ms DONE
  2026-08-02 17:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.63ms DONE
  2026-08-02 17:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.01ms DONE
  2026-08-02 17:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.49ms DONE
  2026-08-02 17:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.27ms DONE
  2026-08-02 17:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  133.16ms DONE
  2026-08-02 17:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.72ms DONE
  2026-08-02 17:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.10ms DONE
  2026-08-02 17:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.35ms DONE
  2026-08-02 17:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.51ms DONE
  2026-08-02 17:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.79ms DONE
  2026-08-02 17:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 17:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.34ms DONE
  2026-08-02 18:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  260.08ms DONE
  2026-08-02 18:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.30ms DONE
  2026-08-02 18:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.54ms DONE
  2026-08-02 18:03:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:03:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.03ms DONE
  2026-08-02 18:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  109.52ms DONE
  2026-08-02 18:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.70ms DONE
  2026-08-02 18:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.50ms DONE
  2026-08-02 18:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.85ms DONE
  2026-08-02 18:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.92ms DONE
  2026-08-02 18:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.04ms DONE
  2026-08-02 18:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  207.12ms DONE
  2026-08-02 18:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.11ms DONE
  2026-08-02 18:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  311.89ms DONE
  2026-08-02 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.45ms DONE
  2026-08-02 18:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.16ms DONE
  2026-08-02 18:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.09ms DONE
  2026-08-02 18:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.30ms DONE
  2026-08-02 18:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  131.93ms DONE
  2026-08-02 18:18:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:18:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.93ms DONE
  2026-08-02 18:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.13ms DONE
  2026-08-02 18:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.79ms DONE
  2026-08-02 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.92ms DONE
  2026-08-02 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  207.88ms DONE
  2026-08-02 18:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.66ms DONE
  2026-08-02 18:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.00ms DONE
  2026-08-02 18:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.54ms DONE
  2026-08-02 18:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.35ms DONE
  2026-08-02 18:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.51ms DONE
  2026-08-02 18:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.69ms DONE
  2026-08-02 18:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.91ms DONE
  2026-08-02 18:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.58ms DONE
  2026-08-02 18:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.01ms DONE
  2026-08-02 18:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.28ms DONE
  2026-08-02 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.94ms DONE
  2026-08-02 18:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.11ms DONE
  2026-08-02 18:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.37ms DONE
  2026-08-02 18:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.59ms DONE
  2026-08-02 18:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.66ms DONE
  2026-08-02 18:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.59ms DONE
  2026-08-02 18:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.29ms DONE
  2026-08-02 18:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.49ms DONE
  2026-08-02 18:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.44ms DONE
  2026-08-02 18:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.64ms DONE
  2026-08-02 18:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.77ms DONE
  2026-08-02 18:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.62ms DONE
  2026-08-02 18:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.53ms DONE
  2026-08-02 18:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.19ms DONE
  2026-08-02 18:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.89ms DONE
  2026-08-02 18:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.58ms DONE
  2026-08-02 18:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.98ms DONE
  2026-08-02 18:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.52ms DONE
  2026-08-02 18:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.40ms DONE
  2026-08-02 18:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.37ms DONE
  2026-08-02 18:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.24ms DONE
  2026-08-02 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.34ms DONE
  2026-08-02 18:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.52ms DONE
  2026-08-02 18:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.54ms DONE
  2026-08-02 18:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.09ms DONE
  2026-08-02 18:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.13ms DONE
  2026-08-02 18:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 18:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.85ms DONE
  2026-08-02 19:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.62ms DONE
  2026-08-02 19:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.24ms DONE
  2026-08-02 19:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.80ms DONE
  2026-08-02 19:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.22ms DONE
  2026-08-02 19:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.12ms DONE
  2026-08-02 19:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  104.81ms DONE
  2026-08-02 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.67ms DONE
  2026-08-02 19:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.46ms DONE
  2026-08-02 19:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.88ms DONE
  2026-08-02 19:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.22ms DONE
  2026-08-02 19:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.73ms DONE
  2026-08-02 19:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.64ms DONE
  2026-08-02 19:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.96ms DONE
  2026-08-02 19:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.11ms DONE
  2026-08-02 19:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.28ms DONE
  2026-08-02 19:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.18ms DONE
  2026-08-02 19:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.89ms DONE
  2026-08-02 19:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.56ms DONE
  2026-08-02 19:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.86ms DONE
  2026-08-02 19:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.24ms DONE
  2026-08-02 19:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  405.39ms DONE
  2026-08-02 19:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.37ms DONE
  2026-08-02 19:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.45ms DONE
  2026-08-02 19:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.53ms DONE
  2026-08-02 19:24:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:24:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.55ms DONE
  2026-08-02 19:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.00ms DONE
  2026-08-02 19:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.78ms DONE
  2026-08-02 19:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.43ms DONE
  2026-08-02 19:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.72ms DONE
  2026-08-02 19:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.29ms DONE
  2026-08-02 19:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  319.41ms DONE
  2026-08-02 19:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.21ms DONE
  2026-08-02 19:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.89ms DONE
  2026-08-02 19:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.63ms DONE
  2026-08-02 19:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.45ms DONE
  2026-08-02 19:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.93ms DONE
  2026-08-02 19:36:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:36:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.78ms DONE
  2026-08-02 19:37:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:37:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.67ms DONE
  2026-08-02 19:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.19ms DONE
  2026-08-02 19:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.31ms DONE
  2026-08-02 19:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.57ms DONE
  2026-08-02 19:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.15ms DONE
  2026-08-02 19:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.71ms DONE
  2026-08-02 19:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.69ms DONE
  2026-08-02 19:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.11ms DONE
  2026-08-02 19:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.29ms DONE
  2026-08-02 19:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.10ms DONE
  2026-08-02 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.34ms DONE
  2026-08-02 19:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.83ms DONE
  2026-08-02 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.06ms DONE
  2026-08-02 19:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.87ms DONE
  2026-08-02 19:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.96ms DONE
  2026-08-02 19:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.86ms DONE
  2026-08-02 19:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.50ms DONE
  2026-08-02 19:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.71ms DONE
  2026-08-02 19:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.30ms DONE
  2026-08-02 19:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.38ms DONE
  2026-08-02 19:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.81ms DONE
  2026-08-02 19:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.58ms DONE
  2026-08-02 19:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 19:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.03ms DONE
  2026-08-02 20:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.10ms DONE
  2026-08-02 20:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.68ms DONE
  2026-08-02 20:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.23ms DONE
  2026-08-02 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.59ms DONE
  2026-08-02 20:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  105.59ms DONE
  2026-08-02 20:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.55ms DONE
  2026-08-02 20:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.98ms DONE
  2026-08-02 20:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.35ms DONE
  2026-08-02 20:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.76ms DONE
  2026-08-02 20:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.11ms DONE
  2026-08-02 20:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.17ms DONE
  2026-08-02 20:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.01ms DONE
  2026-08-02 20:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.03ms DONE
  2026-08-02 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.03ms DONE
  2026-08-02 20:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.51ms DONE
  2026-08-02 20:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.41ms DONE
  2026-08-02 20:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.20ms DONE
  2026-08-02 20:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.54ms DONE
  2026-08-02 20:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.76ms DONE
  2026-08-02 20:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.53ms DONE
  2026-08-02 20:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.69ms DONE
  2026-08-02 20:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.99ms DONE
  2026-08-02 20:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.66ms DONE
  2026-08-02 20:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.30ms DONE
  2026-08-02 20:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.56ms DONE
  2026-08-02 20:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.34ms DONE
  2026-08-02 20:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.96ms DONE
  2026-08-02 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.30ms DONE
  2026-08-02 20:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.47ms DONE
  2026-08-02 20:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.42ms DONE
  2026-08-02 20:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  233.42ms DONE
  2026-08-02 20:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  182.49ms DONE
  2026-08-02 20:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.86ms DONE
  2026-08-02 20:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.32ms DONE
  2026-08-02 20:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.73ms DONE
  2026-08-02 20:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.53ms DONE
  2026-08-02 20:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.19ms DONE
  2026-08-02 20:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.06ms DONE
  2026-08-02 20:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.79ms DONE
  2026-08-02 20:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.14ms DONE
  2026-08-02 20:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.00ms DONE
  2026-08-02 20:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.90ms DONE
  2026-08-02 20:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.47ms DONE
  2026-08-02 20:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.42ms DONE
  2026-08-02 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.01ms DONE
  2026-08-02 20:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.53ms DONE
  2026-08-02 20:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.23ms DONE
  2026-08-02 20:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.50ms DONE
  2026-08-02 20:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  159.90ms DONE
  2026-08-02 20:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.80ms DONE
  2026-08-02 20:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.48ms DONE
  2026-08-02 20:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.19ms DONE
  2026-08-02 20:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.77ms DONE
  2026-08-02 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.94ms DONE
  2026-08-02 20:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.92ms DONE
  2026-08-02 20:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.20ms DONE
  2026-08-02 20:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.96ms DONE
  2026-08-02 20:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.17ms DONE
  2026-08-02 20:58:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:58:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.16ms DONE
  2026-08-02 20:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 20:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.16ms DONE
  2026-08-02 21:00:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:00:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  191.44ms DONE
  2026-08-02 21:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.58ms DONE
  2026-08-02 21:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.92ms DONE
  2026-08-02 21:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.73ms DONE
  2026-08-02 21:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.86ms DONE
  2026-08-02 21:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.96ms DONE
  2026-08-02 21:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.94ms DONE
  2026-08-02 21:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.07ms DONE
  2026-08-02 21:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.57ms DONE
  2026-08-02 21:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.36ms DONE
  2026-08-02 21:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.90ms DONE
  2026-08-02 21:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.95ms DONE
  2026-08-02 21:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.89ms DONE
  2026-08-02 21:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.69ms DONE
  2026-08-02 21:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.25ms DONE
  2026-08-02 21:15:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:15:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  199.51ms DONE
  2026-08-02 21:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.16ms DONE
  2026-08-02 21:17:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:17:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  129.58ms DONE
  2026-08-02 21:18:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:18:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.53ms DONE
  2026-08-02 21:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:19:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.01ms DONE
  2026-08-02 21:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.41ms DONE
  2026-08-02 21:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.82ms DONE
  2026-08-02 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.51ms DONE
  2026-08-02 21:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  284.70ms DONE
  2026-08-02 21:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.01ms DONE
  2026-08-02 21:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.67ms DONE
  2026-08-02 21:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.04ms DONE
  2026-08-02 21:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.89ms DONE
  2026-08-02 21:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.00ms DONE
  2026-08-02 21:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.74ms DONE
  2026-08-02 21:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.01ms DONE
  2026-08-02 21:31:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:31:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.34ms DONE
  2026-08-02 21:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.79ms DONE
  2026-08-02 21:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.01ms DONE
  2026-08-02 21:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.20ms DONE
  2026-08-02 21:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.08ms DONE
  2026-08-02 21:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.15ms DONE
  2026-08-02 21:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.97ms DONE
  2026-08-02 21:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.84ms DONE
  2026-08-02 21:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  132.91ms DONE
  2026-08-02 21:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.27ms DONE
  2026-08-02 21:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.44ms DONE
  2026-08-02 21:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.38ms DONE
  2026-08-02 21:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.21ms DONE
  2026-08-02 21:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.16ms DONE
  2026-08-02 21:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.24ms DONE
  2026-08-02 21:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.52ms DONE
  2026-08-02 21:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.75ms DONE
  2026-08-02 21:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.80ms DONE
  2026-08-02 21:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.90ms DONE
  2026-08-02 21:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.80ms DONE
  2026-08-02 21:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.78ms DONE
  2026-08-02 21:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.12ms DONE
  2026-08-02 21:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.69ms DONE
  2026-08-02 21:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.48ms DONE
  2026-08-02 21:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.16ms DONE
  2026-08-02 21:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.12ms DONE
  2026-08-02 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.74ms DONE
  2026-08-02 21:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.25ms DONE
  2026-08-02 21:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 21:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.87ms DONE
  2026-08-02 22:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.47ms DONE
  2026-08-02 22:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.94ms DONE
  2026-08-02 22:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.75ms DONE
  2026-08-02 22:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.33ms DONE
  2026-08-02 22:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.97ms DONE
  2026-08-02 22:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.32ms DONE
  2026-08-02 22:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.17ms DONE
  2026-08-02 22:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.55ms DONE
  2026-08-02 22:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.43ms DONE
  2026-08-02 22:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.58ms DONE
  2026-08-02 22:10:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:10:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.79ms DONE
  2026-08-02 22:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.08ms DONE
  2026-08-02 22:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.51ms DONE
  2026-08-02 22:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.68ms DONE
  2026-08-02 22:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.46ms DONE
  2026-08-02 22:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.99ms DONE
  2026-08-02 22:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.71ms DONE
  2026-08-02 22:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.07ms DONE
  2026-08-02 22:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.75ms DONE
  2026-08-02 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  310.76ms DONE
  2026-08-02 22:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.89ms DONE
  2026-08-02 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.37ms DONE
  2026-08-02 22:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  239.82ms DONE
  2026-08-02 22:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.15ms DONE
  2026-08-02 22:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.53ms DONE
  2026-08-02 22:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.10ms DONE
  2026-08-02 22:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.80ms DONE
  2026-08-02 22:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.07ms DONE
  2026-08-02 22:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.32ms DONE
  2026-08-02 22:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.34ms DONE
  2026-08-02 22:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.43ms DONE
  2026-08-02 22:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.90ms DONE
  2026-08-02 22:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.61ms DONE
  2026-08-02 22:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.89ms DONE
  2026-08-02 22:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.54ms DONE
  2026-08-02 22:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.46ms DONE
  2026-08-02 22:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.91ms DONE
  2026-08-02 22:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.89ms DONE
  2026-08-02 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.78ms DONE
  2026-08-02 22:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  237.23ms DONE
  2026-08-02 22:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.73ms DONE
  2026-08-02 22:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.61ms DONE
  2026-08-02 22:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.60ms DONE
  2026-08-02 22:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.31ms DONE
  2026-08-02 22:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.32ms DONE
  2026-08-02 22:45:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:45:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.86ms DONE
  2026-08-02 22:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.96ms DONE
  2026-08-02 22:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.26ms DONE
  2026-08-02 22:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.81ms DONE
  2026-08-02 22:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.68ms DONE
  2026-08-02 22:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.20ms DONE
  2026-08-02 22:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.86ms DONE
  2026-08-02 22:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.42ms DONE
  2026-08-02 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.38ms DONE
  2026-08-02 22:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.37ms DONE
  2026-08-02 22:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.54ms DONE
  2026-08-02 22:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.97ms DONE
  2026-08-02 22:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.68ms DONE
  2026-08-02 22:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.73ms DONE
  2026-08-02 22:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 22:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.12ms DONE
  2026-08-02 23:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  148.96ms DONE
  2026-08-02 23:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.66ms DONE
  2026-08-02 23:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.07ms DONE
  2026-08-02 23:03:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:03:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.37ms DONE
  2026-08-02 23:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.00ms DONE
  2026-08-02 23:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  127.72ms DONE
  2026-08-02 23:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.06ms DONE
  2026-08-02 23:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.35ms DONE
  2026-08-02 23:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.57ms DONE
  2026-08-02 23:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.26ms DONE
  2026-08-02 23:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.43ms DONE
  2026-08-02 23:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  115.80ms DONE
  2026-08-02 23:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.98ms DONE
  2026-08-02 23:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.29ms DONE
  2026-08-02 23:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.41ms DONE
  2026-08-02 23:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.86ms DONE
  2026-08-02 23:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.91ms DONE
  2026-08-02 23:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.17ms DONE
  2026-08-02 23:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.39ms DONE
  2026-08-02 23:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.98ms DONE
  2026-08-02 23:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.72ms DONE
  2026-08-02 23:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  185.31ms DONE
  2026-08-02 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.97ms DONE
  2026-08-02 23:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.31ms DONE
  2026-08-02 23:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.49ms DONE
  2026-08-02 23:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.52ms DONE
  2026-08-02 23:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.91ms DONE
  2026-08-02 23:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.68ms DONE
  2026-08-02 23:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.91ms DONE
  2026-08-02 23:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.01ms DONE
  2026-08-02 23:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.95ms DONE
  2026-08-02 23:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.67ms DONE
  2026-08-02 23:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.56ms DONE
  2026-08-02 23:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.60ms DONE
  2026-08-02 23:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.80ms DONE
  2026-08-02 23:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.31ms DONE
  2026-08-02 23:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.88ms DONE
  2026-08-02 23:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.59ms DONE
  2026-08-02 23:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.81ms DONE
  2026-08-02 23:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  104.92ms DONE
  2026-08-02 23:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.90ms DONE
  2026-08-02 23:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  133.28ms DONE
  2026-08-02 23:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.40ms DONE
  2026-08-02 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.53ms DONE
  2026-08-02 23:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.67ms DONE
  2026-08-02 23:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.20ms DONE
  2026-08-02 23:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.24ms DONE
  2026-08-02 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.94ms DONE
  2026-08-02 23:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.34ms DONE
  2026-08-02 23:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.07ms DONE
  2026-08-02 23:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  180.35ms DONE
  2026-08-02 23:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.54ms DONE
  2026-08-02 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.87ms DONE
  2026-08-02 23:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.79ms DONE
  2026-08-02 23:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.23ms DONE
  2026-08-02 23:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.62ms DONE
  2026-08-02 23:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.97ms DONE
  2026-08-02 23:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.67ms DONE
  2026-08-02 23:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.73ms DONE
  2026-08-02 23:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-02 23:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.09ms DONE
  2026-08-03 00:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.81ms DONE
  2026-08-03 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-08-03 00:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.49ms DONE
  2026-08-03 00:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.24ms DONE
  2026-08-03 00:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.79ms DONE
  2026-08-03 00:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.22ms DONE
  2026-08-03 00:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.41ms DONE
  2026-08-03 00:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.12ms DONE
  2026-08-03 00:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.27ms DONE
  2026-08-03 00:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.56ms DONE
  2026-08-03 00:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.90ms DONE
  2026-08-03 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.46ms DONE
  2026-08-03 00:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.58ms DONE
  2026-08-03 00:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.88ms DONE
  2026-08-03 00:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.69ms DONE
  2026-08-03 00:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.26ms DONE
  2026-08-03 00:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.54ms DONE
  2026-08-03 00:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.97ms DONE
  2026-08-03 00:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.97ms DONE
  2026-08-03 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.25ms DONE
  2026-08-03 00:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.93ms DONE
  2026-08-03 00:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.34ms DONE
  2026-08-03 00:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.39ms DONE
  2026-08-03 00:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.55ms DONE
  2026-08-03 00:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.81ms DONE
  2026-08-03 00:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.69ms DONE
  2026-08-03 00:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.83ms DONE
  2026-08-03 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.00ms DONE
  2026-08-03 00:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.81ms DONE
  2026-08-03 00:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.56ms DONE
  2026-08-03 00:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.02ms DONE
  2026-08-03 00:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.07ms DONE
  2026-08-03 00:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.73ms DONE
  2026-08-03 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.03ms DONE
  2026-08-03 00:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  244.23ms DONE
  2026-08-03 00:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.33ms DONE
  2026-08-03 00:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.63ms DONE
  2026-08-03 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.92ms DONE
  2026-08-03 00:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.55ms DONE
  2026-08-03 00:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.53ms DONE
  2026-08-03 00:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.61ms DONE
  2026-08-03 00:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.67ms DONE
  2026-08-03 00:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.26ms DONE
  2026-08-03 00:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.96ms DONE
  2026-08-03 00:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.99ms DONE
  2026-08-03 00:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  106.04ms DONE
  2026-08-03 00:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.74ms DONE
  2026-08-03 00:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.99ms DONE
  2026-08-03 00:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.17ms DONE
  2026-08-03 00:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.20ms DONE
  2026-08-03 00:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  334.36ms DONE
  2026-08-03 00:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.18ms DONE
  2026-08-03 00:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.85ms DONE
  2026-08-03 00:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.43ms DONE
  2026-08-03 00:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.81ms DONE
  2026-08-03 00:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.40ms DONE
  2026-08-03 00:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.48ms DONE
  2026-08-03 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.48ms DONE
  2026-08-03 00:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.97ms DONE
  2026-08-03 00:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 00:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.87ms DONE
  2026-08-03 01:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  272.81ms DONE
  2026-08-03 01:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.74ms DONE
  2026-08-03 01:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.02ms DONE
  2026-08-03 01:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.26ms DONE
  2026-08-03 01:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.60ms DONE
  2026-08-03 01:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.33ms DONE
  2026-08-03 01:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.26ms DONE
  2026-08-03 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.67ms DONE
  2026-08-03 01:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.16ms DONE
  2026-08-03 01:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  182.10ms DONE
  2026-08-03 01:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.73ms DONE
  2026-08-03 01:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.16ms DONE
  2026-08-03 01:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.29ms DONE
  2026-08-03 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.57ms DONE
  2026-08-03 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.95ms DONE
  2026-08-03 01:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.40ms DONE
  2026-08-03 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.90ms DONE
  2026-08-03 01:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.85ms DONE
  2026-08-03 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.58ms DONE
  2026-08-03 01:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.75ms DONE
  2026-08-03 01:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.81ms DONE
  2026-08-03 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.95ms DONE
  2026-08-03 01:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.32ms DONE
  2026-08-03 01:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.49ms DONE
  2026-08-03 01:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.20ms DONE
  2026-08-03 01:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.13ms DONE
  2026-08-03 01:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.42ms DONE
  2026-08-03 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.10ms DONE
  2026-08-03 01:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.66ms DONE
  2026-08-03 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.45ms DONE
  2026-08-03 01:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.57ms DONE
  2026-08-03 01:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.83ms DONE
  2026-08-03 01:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.79ms DONE
  2026-08-03 01:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.81ms DONE
  2026-08-03 01:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.75ms DONE
  2026-08-03 01:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.83ms DONE
  2026-08-03 01:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  107.35ms DONE
  2026-08-03 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.05ms DONE
  2026-08-03 01:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.70ms DONE
  2026-08-03 01:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.96ms DONE
  2026-08-03 01:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.95ms DONE
  2026-08-03 01:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.12ms DONE
  2026-08-03 01:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.98ms DONE
  2026-08-03 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.21ms DONE
  2026-08-03 01:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  94.21ms DONE
  2026-08-03 01:45:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:45:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.02ms DONE
  2026-08-03 01:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.30ms DONE
  2026-08-03 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.09ms DONE
  2026-08-03 01:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.12ms DONE
  2026-08-03 01:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.32ms DONE
  2026-08-03 01:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.01ms DONE
  2026-08-03 01:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  141.88ms DONE
  2026-08-03 01:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.39ms DONE
  2026-08-03 01:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.54ms DONE
  2026-08-03 01:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.68ms DONE
  2026-08-03 01:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.13ms DONE
  2026-08-03 01:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.12ms DONE
  2026-08-03 01:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.78ms DONE
  2026-08-03 01:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.56ms DONE
  2026-08-03 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.61ms DONE
  2026-08-03 02:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  377.28ms DONE
  2026-08-03 02:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.05ms DONE
  2026-08-03 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.98ms DONE
  2026-08-03 02:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.33ms DONE
  2026-08-03 02:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.91ms DONE
  2026-08-03 02:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.33ms DONE
  2026-08-03 02:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.88ms DONE
  2026-08-03 02:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.96ms DONE
  2026-08-03 02:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.75ms DONE
  2026-08-03 02:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.84ms DONE
  2026-08-03 02:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.71ms DONE
  2026-08-03 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.20ms DONE
  2026-08-03 02:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.28ms DONE
  2026-08-03 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.24ms DONE
  2026-08-03 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.16ms DONE
  2026-08-03 02:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.23ms DONE
  2026-08-03 02:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.03ms DONE
  2026-08-03 02:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.06ms DONE
  2026-08-03 02:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.42ms DONE
  2026-08-03 02:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.72ms DONE
  2026-08-03 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.62ms DONE
  2026-08-03 02:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.19ms DONE
  2026-08-03 02:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.94ms DONE
  2026-08-03 02:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.26ms DONE
  2026-08-03 02:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.04ms DONE
  2026-08-03 02:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.31ms DONE
  2026-08-03 02:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.62ms DONE
  2026-08-03 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.96ms DONE
  2026-08-03 02:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.43ms DONE
  2026-08-03 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.37ms DONE
  2026-08-03 02:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.01ms DONE
  2026-08-03 02:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.69ms DONE
  2026-08-03 02:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.38ms DONE
  2026-08-03 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.62ms DONE
  2026-08-03 02:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.75ms DONE
  2026-08-03 02:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.36ms DONE
  2026-08-03 02:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.46ms DONE
  2026-08-03 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.13ms DONE
  2026-08-03 02:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.42ms DONE
  2026-08-03 02:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.93ms DONE
  2026-08-03 02:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.57ms DONE
  2026-08-03 02:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.35ms DONE
  2026-08-03 02:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.00ms DONE
  2026-08-03 02:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.01ms DONE
  2026-08-03 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.40ms DONE
  2026-08-03 02:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.47ms DONE
  2026-08-03 02:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.05ms DONE
  2026-08-03 02:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.75ms DONE
  2026-08-03 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.77ms DONE
  2026-08-03 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.75ms DONE
  2026-08-03 02:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.65ms DONE
  2026-08-03 02:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.67ms DONE
  2026-08-03 02:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.49ms DONE
  2026-08-03 02:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.94ms DONE
  2026-08-03 02:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.24ms DONE
  2026-08-03 02:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  111.17ms DONE
  2026-08-03 02:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.94ms DONE
  2026-08-03 02:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.29ms DONE
  2026-08-03 02:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.01ms DONE
  2026-08-03 02:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 02:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.80ms DONE
  2026-08-03 03:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  342.59ms DONE
  2026-08-03 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.96ms DONE
  2026-08-03 03:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.66ms DONE
  2026-08-03 03:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.73ms DONE
  2026-08-03 03:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.92ms DONE
  2026-08-03 03:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.27ms DONE
  2026-08-03 03:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.48ms DONE
  2026-08-03 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.30ms DONE
  2026-08-03 03:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.01ms DONE
  2026-08-03 03:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.57ms DONE
  2026-08-03 03:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  130.25ms DONE
  2026-08-03 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.28ms DONE
  2026-08-03 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.46ms DONE
  2026-08-03 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.01ms DONE
  2026-08-03 03:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.79ms DONE
  2026-08-03 03:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.31ms DONE
  2026-08-03 03:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  356.66ms DONE
  2026-08-03 03:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.79ms DONE
  2026-08-03 03:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.90ms DONE
  2026-08-03 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.88ms DONE
  2026-08-03 03:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.25ms DONE
  2026-08-03 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.98ms DONE
  2026-08-03 03:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.25ms DONE
  2026-08-03 03:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.70ms DONE
  2026-08-03 03:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.28ms DONE
  2026-08-03 03:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.79ms DONE
  2026-08-03 03:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.75ms DONE
  2026-08-03 03:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.26ms DONE
  2026-08-03 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.77ms DONE
  2026-08-03 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.43ms DONE
  2026-08-03 03:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.19ms DONE
  2026-08-03 03:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.28ms DONE
  2026-08-03 03:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.19ms DONE
  2026-08-03 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.39ms DONE
  2026-08-03 03:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.36ms DONE
  2026-08-03 03:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.15ms DONE
  2026-08-03 03:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  162.19ms DONE
  2026-08-03 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.73ms DONE
  2026-08-03 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.73ms DONE
  2026-08-03 03:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.35ms DONE
  2026-08-03 03:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.33ms DONE
  2026-08-03 03:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.97ms DONE
  2026-08-03 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.03ms DONE
  2026-08-03 03:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.24ms DONE
  2026-08-03 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.83ms DONE
  2026-08-03 03:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.67ms DONE
  2026-08-03 03:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.58ms DONE
  2026-08-03 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.84ms DONE
  2026-08-03 03:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.62ms DONE
  2026-08-03 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.78ms DONE
  2026-08-03 03:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.91ms DONE
  2026-08-03 03:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.45ms DONE
  2026-08-03 03:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.74ms DONE
  2026-08-03 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.70ms DONE
  2026-08-03 03:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.71ms DONE
  2026-08-03 03:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.54ms DONE
  2026-08-03 03:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.76ms DONE
  2026-08-03 03:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.32ms DONE
  2026-08-03 03:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.89ms DONE
  2026-08-03 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.96ms DONE
  2026-08-03 04:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  109.96ms DONE
  2026-08-03 04:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.85ms DONE
  2026-08-03 04:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.03ms DONE
  2026-08-03 04:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.03ms DONE
  2026-08-03 04:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  334.76ms DONE
  2026-08-03 04:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.91ms DONE
  2026-08-03 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.49ms DONE
  2026-08-03 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.18ms DONE
  2026-08-03 04:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.12ms DONE
  2026-08-03 04:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.47ms DONE
  2026-08-03 04:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.99ms DONE
  2026-08-03 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.35ms DONE
  2026-08-03 04:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.82ms DONE
  2026-08-03 04:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.96ms DONE
  2026-08-03 04:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.47ms DONE
  2026-08-03 04:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.62ms DONE
  2026-08-03 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.79ms DONE
  2026-08-03 04:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.43ms DONE
  2026-08-03 04:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.78ms DONE
  2026-08-03 04:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.62ms DONE
  2026-08-03 04:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  198.37ms DONE
  2026-08-03 04:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.13ms DONE
  2026-08-03 04:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.03ms DONE
  2026-08-03 04:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.76ms DONE
  2026-08-03 04:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.61ms DONE
  2026-08-03 04:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  250.23ms DONE
  2026-08-03 04:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.70ms DONE
  2026-08-03 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.02ms DONE
  2026-08-03 04:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.58ms DONE
  2026-08-03 04:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.80ms DONE
  2026-08-03 04:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.23ms DONE
  2026-08-03 04:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.77ms DONE
  2026-08-03 04:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.79ms DONE
  2026-08-03 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.12ms DONE
  2026-08-03 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.90ms DONE
  2026-08-03 04:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  163.29ms DONE
  2026-08-03 04:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.59ms DONE
  2026-08-03 04:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.59ms DONE
  2026-08-03 04:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.36ms DONE
  2026-08-03 04:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.40ms DONE
  2026-08-03 04:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.25ms DONE
  2026-08-03 04:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  236.46ms DONE
  2026-08-03 04:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.29ms DONE
  2026-08-03 04:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  98.00ms DONE
  2026-08-03 04:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.73ms DONE
  2026-08-03 04:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.97ms DONE
  2026-08-03 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.34ms DONE
  2026-08-03 04:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.46ms DONE
  2026-08-03 04:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  137.17ms DONE
  2026-08-03 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.82ms DONE
  2026-08-03 04:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  292.88ms DONE
  2026-08-03 04:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.87ms DONE
  2026-08-03 04:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  364.30ms DONE
  2026-08-03 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.72ms DONE
  2026-08-03 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.09ms DONE
  2026-08-03 04:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.00ms DONE
  2026-08-03 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.00ms DONE
  2026-08-03 04:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.00ms DONE
  2026-08-03 04:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.24ms DONE
  2026-08-03 04:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 04:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.04ms DONE
  2026-08-03 05:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  241.06ms DONE
  2026-08-03 05:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.42ms DONE
  2026-08-03 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.95ms DONE
  2026-08-03 05:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.33ms DONE
  2026-08-03 05:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.49ms DONE
  2026-08-03 05:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  179.84ms DONE
  2026-08-03 05:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.13ms DONE
  2026-08-03 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.84ms DONE
  2026-08-03 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.52ms DONE
  2026-08-03 05:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.82ms DONE
  2026-08-03 05:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.68ms DONE
  2026-08-03 05:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.48ms DONE
  2026-08-03 05:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.66ms DONE
  2026-08-03 05:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.42ms DONE
  2026-08-03 05:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.06ms DONE
  2026-08-03 05:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.84ms DONE
  2026-08-03 05:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.69ms DONE
  2026-08-03 05:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.88ms DONE
  2026-08-03 05:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.21ms DONE
  2026-08-03 05:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.56ms DONE
  2026-08-03 05:20:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:20:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  155.93ms DONE
  2026-08-03 05:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.84ms DONE
  2026-08-03 05:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.04ms DONE
  2026-08-03 05:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.98ms DONE
  2026-08-03 05:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.47ms DONE
  2026-08-03 05:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  420.20ms DONE
  2026-08-03 05:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.81ms DONE
  2026-08-03 05:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.45ms DONE
  2026-08-03 05:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.02ms DONE
  2026-08-03 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.01ms DONE
  2026-08-03 05:30:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:30:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.13ms DONE
  2026-08-03 05:31:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:31:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.33ms DONE
  2026-08-03 05:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  162.37ms DONE
  2026-08-03 05:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.98ms DONE
  2026-08-03 05:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.32ms DONE
  2026-08-03 05:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  519.13ms DONE
  2026-08-03 05:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.77ms DONE
  2026-08-03 05:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.70ms DONE
  2026-08-03 05:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.92ms DONE
  2026-08-03 05:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.76ms DONE
  2026-08-03 05:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.29ms DONE
  2026-08-03 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.61ms DONE
  2026-08-03 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.34ms DONE
  2026-08-03 05:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-03 05:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.00ms DONE
  2026-08-03 05:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.85ms DONE
  2026-08-03 05:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.86ms DONE
  2026-08-03 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.04ms DONE
  2026-08-03 05:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.98ms DONE
  2026-08-03 05:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.94ms DONE
  2026-08-03 05:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.51ms DONE
  2026-08-03 05:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.74ms DONE
  2026-08-03 05:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.87ms DONE
  2026-08-03 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.81ms DONE
  2026-08-03 05:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.91ms DONE
  2026-08-03 05:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.88ms DONE
  2026-08-03 05:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.63ms DONE
  2026-08-03 05:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.33ms DONE
  2026-08-03 05:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.51ms DONE
  2026-08-03 05:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 05:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.87ms DONE
  2026-08-03 06:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  257.93ms DONE
  2026-08-03 06:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  180.49ms DONE
  2026-08-03 06:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.57ms DONE
  2026-08-03 06:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.17ms DONE
  2026-08-03 06:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  161.26ms DONE
  2026-08-03 06:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.42ms DONE
  2026-08-03 06:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.91ms DONE
  2026-08-03 06:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.32ms DONE
  2026-08-03 06:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  146.62ms DONE
  2026-08-03 06:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.44ms DONE
  2026-08-03 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.75ms DONE
  2026-08-03 06:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.11ms DONE
  2026-08-03 06:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.44ms DONE
  2026-08-03 06:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.15ms DONE
  2026-08-03 06:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.71ms DONE
  2026-08-03 06:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.06ms DONE
  2026-08-03 06:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.28ms DONE
  2026-08-03 06:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1s DONE
  2026-08-03 06:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.28ms DONE
  2026-08-03 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.37ms DONE
  2026-08-03 06:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.80ms DONE
  2026-08-03 06:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.10ms DONE
  2026-08-03 06:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.49ms DONE
  2026-08-03 06:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  287.13ms DONE
  2026-08-03 06:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.89ms DONE
  2026-08-03 06:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.40ms DONE
  2026-08-03 06:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.20ms DONE
  2026-08-03 06:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.44ms DONE
  2026-08-03 06:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.16ms DONE
  2026-08-03 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.73ms DONE
  2026-08-03 06:30:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:30:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.98ms DONE
  2026-08-03 06:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.10ms DONE
  2026-08-03 06:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.55ms DONE
  2026-08-03 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.40ms DONE
  2026-08-03 06:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.86ms DONE
  2026-08-03 06:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.15ms DONE
  2026-08-03 06:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.87ms DONE
  2026-08-03 06:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.04ms DONE
  2026-08-03 06:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.62ms DONE
  2026-08-03 06:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.95ms DONE
  2026-08-03 06:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.06ms DONE
  2026-08-03 06:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.04ms DONE
  2026-08-03 06:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.62ms DONE
  2026-08-03 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.66ms DONE
  2026-08-03 06:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.46ms DONE
  2026-08-03 06:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.89ms DONE
  2026-08-03 06:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.05ms DONE
  2026-08-03 06:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.93ms DONE
  2026-08-03 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.86ms DONE
  2026-08-03 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.04ms DONE
  2026-08-03 06:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.82ms DONE
  2026-08-03 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.47ms DONE
  2026-08-03 06:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  189.16ms DONE
  2026-08-03 06:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.31ms DONE
  2026-08-03 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.39ms DONE
  2026-08-03 06:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.50ms DONE
  2026-08-03 06:56:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:56:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.93ms DONE
  2026-08-03 06:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.47ms DONE
  2026-08-03 06:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  207.99ms DONE
  2026-08-03 06:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 06:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  169.47ms DONE
  2026-08-03 07:00:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:00:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  823.33ms DONE
  2026-08-03 07:01:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:01:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  581.87ms DONE
  2026-08-03 07:02:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:02:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  274.11ms DONE
  2026-08-03 07:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.60ms DONE
  2026-08-03 07:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.97ms DONE
  2026-08-03 07:05:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:05:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  506.64ms DONE
  2026-08-03 07:06:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:06:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  128.80ms DONE
  2026-08-03 07:07:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:07:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.74ms DONE
  2026-08-03 07:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.82ms DONE
  2026-08-03 07:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.01ms DONE
  2026-08-03 07:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.45ms DONE
  2026-08-03 07:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.60ms DONE
  2026-08-03 07:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.72ms DONE
  2026-08-03 07:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.03ms DONE
  2026-08-03 07:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.48ms DONE
  2026-08-03 07:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.82ms DONE
  2026-08-03 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.73ms DONE
  2026-08-03 07:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.87ms DONE
  2026-08-03 07:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.09ms DONE
  2026-08-03 07:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.55ms DONE
  2026-08-03 07:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.35ms DONE
  2026-08-03 07:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.08ms DONE
  2026-08-03 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.71ms DONE
  2026-08-03 07:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  384.86ms DONE
  2026-08-03 07:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.47ms DONE
  2026-08-03 07:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.02ms DONE
  2026-08-03 07:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.12ms DONE
  2026-08-03 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.22ms DONE
  2026-08-03 07:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.25ms DONE
  2026-08-03 07:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.26ms DONE
  2026-08-03 07:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  105.02ms DONE
  2026-08-03 07:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.95ms DONE
  2026-08-03 07:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.55ms DONE
  2026-08-03 07:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.01ms DONE
  2026-08-03 07:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.72ms DONE
  2026-08-03 07:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.89ms DONE
  2026-08-03 07:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.23ms DONE
  2026-08-03 07:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.36ms DONE
  2026-08-03 07:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.71ms DONE
  2026-08-03 07:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.52ms DONE
  2026-08-03 07:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.99ms DONE
  2026-08-03 07:41:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:41:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.26ms DONE
  2026-08-03 07:42:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:42:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.69ms DONE
  2026-08-03 07:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.23ms DONE
  2026-08-03 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.60ms DONE
  2026-08-03 07:45:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:45:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.03ms DONE
  2026-08-03 07:46:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:46:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.51ms DONE
  2026-08-03 07:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.89ms DONE
  2026-08-03 07:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.64ms DONE
  2026-08-03 07:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.32ms DONE
  2026-08-03 07:50:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:50:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  165.52ms DONE
  2026-08-03 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.58ms DONE
  2026-08-03 07:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.07ms DONE
  2026-08-03 07:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.69ms DONE
  2026-08-03 07:54:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:54:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.00ms DONE
  2026-08-03 07:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  134.22ms DONE
  2026-08-03 07:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.11ms DONE
  2026-08-03 07:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.52ms DONE
  2026-08-03 07:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.14ms DONE
  2026-08-03 07:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 07:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.02ms DONE
  2026-08-03 08:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  326.33ms DONE
  2026-08-03 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.26ms DONE
  2026-08-03 08:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.81ms DONE
  2026-08-03 08:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.51ms DONE
  2026-08-03 08:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.08ms DONE
  2026-08-03 08:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.45ms DONE
  2026-08-03 08:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.70ms DONE
  2026-08-03 08:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.16ms DONE
  2026-08-03 08:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.74ms DONE
  2026-08-03 08:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  102.93ms DONE
  2026-08-03 08:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.67ms DONE
  2026-08-03 08:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.08ms DONE
  2026-08-03 08:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.22ms DONE
  2026-08-03 08:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.22ms DONE
  2026-08-03 08:14:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:14:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  127.92ms DONE
  2026-08-03 08:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.51ms DONE
  2026-08-03 08:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.99ms DONE
  2026-08-03 08:17:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:17:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  163.60ms DONE
  2026-08-03 08:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.99ms DONE
  2026-08-03 08:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.43ms DONE
  2026-08-03 08:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.22ms DONE
  2026-08-03 08:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.62ms DONE
  2026-08-03 08:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.30ms DONE
  2026-08-03 08:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.41ms DONE
  2026-08-03 08:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.68ms DONE
  2026-08-03 08:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.51ms DONE
  2026-08-03 08:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.55ms DONE
  2026-08-03 08:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.88ms DONE
  2026-08-03 08:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.69ms DONE
  2026-08-03 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.11ms DONE
  2026-08-03 08:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.84ms DONE
  2026-08-03 08:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.57ms DONE
  2026-08-03 08:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.30ms DONE
  2026-08-03 08:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.35ms DONE
  2026-08-03 08:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.76ms DONE
  2026-08-03 08:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.99ms DONE
  2026-08-03 08:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.51ms DONE
  2026-08-03 08:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.37ms DONE
  2026-08-03 08:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.87ms DONE
  2026-08-03 08:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.15ms DONE
  2026-08-03 08:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.55ms DONE
  2026-08-03 08:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.14ms DONE
  2026-08-03 08:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.37ms DONE
  2026-08-03 08:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.81ms DONE
  2026-08-03 08:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.34ms DONE
  2026-08-03 08:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.98ms DONE
  2026-08-03 08:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.26ms DONE
  2026-08-03 08:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.21ms DONE
  2026-08-03 08:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.87ms DONE
  2026-08-03 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  149.41ms DONE
  2026-08-03 08:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  188.71ms DONE
  2026-08-03 08:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.00ms DONE
  2026-08-03 08:52:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:52:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  213.15ms DONE
  2026-08-03 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.77ms DONE
  2026-08-03 08:54:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:54:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.58ms DONE
  2026-08-03 08:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  220.12ms DONE
  2026-08-03 08:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  149.86ms DONE
  2026-08-03 08:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.09ms DONE
  2026-08-03 08:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.79ms DONE
  2026-08-03 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.17ms DONE
  2026-08-03 09:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  416.17ms DONE
  2026-08-03 09:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.88ms DONE
  2026-08-03 09:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.12ms DONE
  2026-08-03 09:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.84ms DONE
  2026-08-03 09:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.62ms DONE
  2026-08-03 09:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.26ms DONE
  2026-08-03 09:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  121.38ms DONE
  2026-08-03 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.40ms DONE
  2026-08-03 09:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.73ms DONE
  2026-08-03 09:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.08ms DONE
  2026-08-03 09:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.84ms DONE
  2026-08-03 09:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.11ms DONE
  2026-08-03 09:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.44ms DONE
  2026-08-03 09:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.76ms DONE
  2026-08-03 09:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.31ms DONE
  2026-08-03 09:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.87ms DONE
  2026-08-03 09:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.26ms DONE
  2026-08-03 09:17:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:17:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.78ms DONE
  2026-08-03 09:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.79ms DONE
  2026-08-03 09:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.70ms DONE
  2026-08-03 09:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.31ms DONE
  2026-08-03 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.30ms DONE
  2026-08-03 09:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.72ms DONE
  2026-08-03 09:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  188.22ms DONE
  2026-08-03 09:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.58ms DONE
  2026-08-03 09:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.62ms DONE
  2026-08-03 09:26:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:26:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.68ms DONE
  2026-08-03 09:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.04ms DONE
  2026-08-03 09:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.33ms DONE
  2026-08-03 09:29:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:29:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.61ms DONE
  2026-08-03 09:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.32ms DONE
  2026-08-03 09:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.80ms DONE
  2026-08-03 09:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.28ms DONE
  2026-08-03 09:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.29ms DONE
  2026-08-03 09:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.37ms DONE
  2026-08-03 09:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.03ms DONE
  2026-08-03 09:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.32ms DONE
  2026-08-03 09:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.47ms DONE
  2026-08-03 09:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.50ms DONE
  2026-08-03 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.90ms DONE
  2026-08-03 09:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.12ms DONE
  2026-08-03 09:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.52ms DONE
  2026-08-03 09:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.28ms DONE
  2026-08-03 09:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.42ms DONE
  2026-08-03 09:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.82ms DONE
  2026-08-03 09:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.15ms DONE
  2026-08-03 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.95ms DONE
  2026-08-03 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.41ms DONE
  2026-08-03 09:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.19ms DONE
  2026-08-03 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.26ms DONE
  2026-08-03 09:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.28ms DONE
  2026-08-03 09:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.16ms DONE
  2026-08-03 09:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.44ms DONE
  2026-08-03 09:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.90ms DONE
  2026-08-03 09:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.85ms DONE
  2026-08-03 09:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.11ms DONE
  2026-08-03 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.07ms DONE
  2026-08-03 09:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.34ms DONE
  2026-08-03 09:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.13ms DONE
  2026-08-03 09:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 09:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.50ms DONE
  2026-08-03 10:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  363.63ms DONE
  2026-08-03 10:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.34ms DONE
  2026-08-03 10:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.36ms DONE
  2026-08-03 10:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.17ms DONE
  2026-08-03 10:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.61ms DONE
  2026-08-03 10:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.39ms DONE
  2026-08-03 10:06:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:06:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.94ms DONE
  2026-08-03 10:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.26ms DONE
  2026-08-03 10:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.35ms DONE
  2026-08-03 10:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.26ms DONE
  2026-08-03 10:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.98ms DONE
  2026-08-03 10:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.89ms DONE
  2026-08-03 10:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.38ms DONE
  2026-08-03 10:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.73ms DONE
  2026-08-03 10:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.14ms DONE
  2026-08-03 10:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.15ms DONE
  2026-08-03 10:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.46ms DONE
  2026-08-03 10:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.94ms DONE
  2026-08-03 10:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.59ms DONE
  2026-08-03 10:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.25ms DONE
  2026-08-03 10:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  195.98ms DONE
  2026-08-03 10:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.35ms DONE
  2026-08-03 10:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.45ms DONE
  2026-08-03 10:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.23ms DONE
  2026-08-03 10:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.93ms DONE
  2026-08-03 10:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.66ms DONE
  2026-08-03 10:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  153.48ms DONE
  2026-08-03 10:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.60ms DONE
  2026-08-03 10:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.93ms DONE
  2026-08-03 10:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.84ms DONE
  2026-08-03 10:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  311.80ms DONE
  2026-08-03 10:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.62ms DONE
  2026-08-03 10:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.26ms DONE
  2026-08-03 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.37ms DONE
  2026-08-03 10:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.76ms DONE
  2026-08-03 10:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.75ms DONE
  2026-08-03 10:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.76ms DONE
  2026-08-03 10:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.36ms DONE
  2026-08-03 10:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.70ms DONE
  2026-08-03 10:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.73ms DONE
  2026-08-03 10:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  406.64ms DONE
  2026-08-03 10:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.42ms DONE
  2026-08-03 10:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.09ms DONE
  2026-08-03 10:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.96ms DONE
  2026-08-03 10:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.13ms DONE
  2026-08-03 10:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  393.12ms DONE
  2026-08-03 10:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.01ms DONE
  2026-08-03 10:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.16ms DONE
  2026-08-03 10:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.62ms DONE
  2026-08-03 10:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  133.82ms DONE
  2026-08-03 10:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.82ms DONE
  2026-08-03 10:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.96ms DONE
  2026-08-03 10:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.47ms DONE
  2026-08-03 10:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.34ms DONE
  2026-08-03 10:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.90ms DONE
  2026-08-03 10:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.38ms DONE
  2026-08-03 10:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.55ms DONE
  2026-08-03 10:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.17ms DONE
  2026-08-03 10:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:58:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  105.20ms DONE
  2026-08-03 10:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 10:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.75ms DONE
  2026-08-03 11:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  339.09ms DONE
  2026-08-03 11:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.55ms DONE
  2026-08-03 11:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.59ms DONE
  2026-08-03 11:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.60ms DONE
  2026-08-03 11:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.18ms DONE
  2026-08-03 11:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.53ms DONE
  2026-08-03 11:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.40ms DONE
  2026-08-03 11:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.92ms DONE
  2026-08-03 11:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.25ms DONE
  2026-08-03 11:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.12ms DONE
  2026-08-03 11:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.63ms DONE
  2026-08-03 11:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.73ms DONE
  2026-08-03 11:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.75ms DONE
  2026-08-03 11:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.45ms DONE
  2026-08-03 11:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.88ms DONE
  2026-08-03 11:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  119.49ms DONE
  2026-08-03 11:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.90ms DONE
  2026-08-03 11:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  140.04ms DONE
  2026-08-03 11:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.46ms DONE
  2026-08-03 11:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.63ms DONE
  2026-08-03 11:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.72ms DONE
  2026-08-03 11:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.85ms DONE
  2026-08-03 11:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.43ms DONE
  2026-08-03 11:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.76ms DONE
  2026-08-03 11:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.56ms DONE
  2026-08-03 11:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  109.76ms DONE
  2026-08-03 11:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  106.61ms DONE
  2026-08-03 11:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.84ms DONE
  2026-08-03 11:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.81ms DONE
  2026-08-03 11:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.34ms DONE
  2026-08-03 11:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  221.96ms DONE
  2026-08-03 11:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.16ms DONE
  2026-08-03 11:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.62ms DONE
  2026-08-03 11:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.99ms DONE
  2026-08-03 11:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  139.14ms DONE
  2026-08-03 11:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.49ms DONE
  2026-08-03 11:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.96ms DONE
  2026-08-03 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.54ms DONE
  2026-08-03 11:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.59ms DONE
  2026-08-03 11:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.27ms DONE
  2026-08-03 11:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.29ms DONE
  2026-08-03 11:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.62ms DONE
  2026-08-03 11:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.27ms DONE
  2026-08-03 11:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.23ms DONE
  2026-08-03 11:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.52ms DONE
  2026-08-03 11:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.65ms DONE
  2026-08-03 11:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  250.49ms DONE
  2026-08-03 11:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.55ms DONE
  2026-08-03 11:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.21ms DONE
  2026-08-03 11:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.66ms DONE
  2026-08-03 11:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  102.51ms DONE
  2026-08-03 11:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.37ms DONE
  2026-08-03 11:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.42ms DONE
  2026-08-03 11:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.50ms DONE
  2026-08-03 11:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.18ms DONE
  2026-08-03 11:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.71ms DONE
  2026-08-03 11:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.62ms DONE
  2026-08-03 11:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.61ms DONE
  2026-08-03 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.77ms DONE
  2026-08-03 11:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 11:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.54ms DONE
  2026-08-03 12:00:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:00:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  221.10ms DONE
  2026-08-03 12:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.26ms DONE
  2026-08-03 12:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.02ms DONE
  2026-08-03 12:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.34ms DONE
  2026-08-03 12:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  127.88ms DONE
  2026-08-03 12:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.04ms DONE
  2026-08-03 12:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.36ms DONE
  2026-08-03 12:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.10ms DONE
  2026-08-03 12:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.08ms DONE
  2026-08-03 12:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.66ms DONE
  2026-08-03 12:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.11ms DONE
  2026-08-03 12:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.13ms DONE
  2026-08-03 12:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.28ms DONE
  2026-08-03 12:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.96ms DONE
  2026-08-03 12:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.47ms DONE
  2026-08-03 12:15:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:15:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.24ms DONE
  2026-08-03 12:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.53ms DONE
  2026-08-03 12:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.79ms DONE
  2026-08-03 12:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  336.63ms DONE
  2026-08-03 12:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.75ms DONE
  2026-08-03 12:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.84ms DONE
  2026-08-03 12:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.06ms DONE
  2026-08-03 12:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.68ms DONE
  2026-08-03 12:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.60ms DONE
  2026-08-03 12:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.66ms DONE
  2026-08-03 12:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.24ms DONE
  2026-08-03 12:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.23ms DONE
  2026-08-03 12:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.86ms DONE
  2026-08-03 12:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.55ms DONE
  2026-08-03 12:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.94ms DONE
  2026-08-03 12:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.11ms DONE
  2026-08-03 12:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.22ms DONE
  2026-08-03 12:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.88ms DONE
  2026-08-03 12:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.89ms DONE
  2026-08-03 12:34:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:34:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.74ms DONE
  2026-08-03 12:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.89ms DONE
  2026-08-03 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.70ms DONE
  2026-08-03 12:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.11ms DONE
  2026-08-03 12:38:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:38:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.38ms DONE
  2026-08-03 12:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.61ms DONE
  2026-08-03 12:40:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:40:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  483.25ms DONE
  2026-08-03 12:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.89ms DONE
  2026-08-03 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.85ms DONE
  2026-08-03 12:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.49ms DONE
  2026-08-03 12:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.96ms DONE
  2026-08-03 12:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.09ms DONE
  2026-08-03 12:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.31ms DONE
  2026-08-03 12:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.33ms DONE
  2026-08-03 12:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.33ms DONE
  2026-08-03 12:49:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:49:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.62ms DONE
  2026-08-03 12:50:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:50:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  161.56ms DONE
  2026-08-03 12:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.64ms DONE
  2026-08-03 12:52:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:52:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.75ms DONE
  2026-08-03 12:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.93ms DONE
  2026-08-03 12:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.42ms DONE
  2026-08-03 12:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.76ms DONE
  2026-08-03 12:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.53ms DONE
  2026-08-03 12:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  592.86ms DONE
  2026-08-03 12:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.40ms DONE
  2026-08-03 12:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 12:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-03 13:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.07ms DONE
  2026-08-03 13:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  134.79ms DONE
  2026-08-03 13:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.07ms DONE
  2026-08-03 13:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.65ms DONE
  2026-08-03 13:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.39ms DONE
  2026-08-03 13:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  221.62ms DONE
  2026-08-03 13:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.64ms DONE
  2026-08-03 13:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.84ms DONE
  2026-08-03 13:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  177.67ms DONE
  2026-08-03 13:09:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:09:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.58ms DONE
  2026-08-03 13:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.24ms DONE
  2026-08-03 13:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.52ms DONE
  2026-08-03 13:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.17ms DONE
  2026-08-03 13:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.45ms DONE
  2026-08-03 13:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.23ms DONE
  2026-08-03 13:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  263.20ms DONE
  2026-08-03 13:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.74ms DONE
  2026-08-03 13:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.86ms DONE
  2026-08-03 13:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.62ms DONE
  2026-08-03 13:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.19ms DONE
  2026-08-03 13:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.04ms DONE
  2026-08-03 13:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.14ms DONE
  2026-08-03 13:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.60ms DONE
  2026-08-03 13:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.48ms DONE
  2026-08-03 13:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.45ms DONE
  2026-08-03 13:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.36ms DONE
  2026-08-03 13:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.09ms DONE
  2026-08-03 13:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.76ms DONE
  2026-08-03 13:28:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:28:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.91ms DONE
  2026-08-03 13:29:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:29:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.87ms DONE
  2026-08-03 13:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  318.93ms DONE
  2026-08-03 13:31:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:31:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.78ms DONE
  2026-08-03 13:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.42ms DONE
  2026-08-03 13:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.94ms DONE
  2026-08-03 13:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.92ms DONE
  2026-08-03 13:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  132.58ms DONE
  2026-08-03 13:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.77ms DONE
  2026-08-03 13:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.62ms DONE
  2026-08-03 13:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  205.39ms DONE
  2026-08-03 13:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  270.07ms DONE
  2026-08-03 13:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  590.66ms DONE
  2026-08-03 13:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.98ms DONE
  2026-08-03 13:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  187.73ms DONE
  2026-08-03 13:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.60ms DONE
  2026-08-03 13:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.76ms DONE
  2026-08-03 13:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  100.18ms DONE
  2026-08-03 13:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.34ms DONE
  2026-08-03 13:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.88ms DONE
  2026-08-03 13:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.39ms DONE
  2026-08-03 13:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.86ms DONE
  2026-08-03 13:50:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:50:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.47ms DONE
  2026-08-03 13:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  174.86ms DONE
  2026-08-03 13:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.46ms DONE
  2026-08-03 13:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.86ms DONE
  2026-08-03 13:54:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:54:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.03ms DONE
  2026-08-03 13:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.19ms DONE
  2026-08-03 13:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.60ms DONE
  2026-08-03 13:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.93ms DONE
  2026-08-03 13:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.60ms DONE
  2026-08-03 13:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 13:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.93ms DONE
  2026-08-03 14:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.01ms DONE
  2026-08-03 14:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.07ms DONE
  2026-08-03 14:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  191.04ms DONE
  2026-08-03 14:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.69ms DONE
  2026-08-03 14:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.54ms DONE
  2026-08-03 14:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.90ms DONE
  2026-08-03 14:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.34ms DONE
  2026-08-03 14:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.68ms DONE
  2026-08-03 14:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  317.30ms DONE
  2026-08-03 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.34ms DONE
  2026-08-03 14:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.17ms DONE
  2026-08-03 14:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.01ms DONE
  2026-08-03 14:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.21ms DONE
  2026-08-03 14:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.34ms DONE
  2026-08-03 14:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.91ms DONE
  2026-08-03 14:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.25ms DONE
  2026-08-03 14:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.65ms DONE
  2026-08-03 14:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.18ms DONE
  2026-08-03 14:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.58ms DONE
  2026-08-03 14:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.35ms DONE
  2026-08-03 14:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  148.12ms DONE
  2026-08-03 14:21:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:21:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  162.34ms DONE
  2026-08-03 14:22:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:22:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.89ms DONE
  2026-08-03 14:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.80ms DONE
  2026-08-03 14:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.71ms DONE
  2026-08-03 14:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.11ms DONE
  2026-08-03 14:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.08ms DONE
  2026-08-03 14:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.02ms DONE
  2026-08-03 14:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.34ms DONE
  2026-08-03 14:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.25ms DONE
  2026-08-03 14:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.15ms DONE
  2026-08-03 14:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.54ms DONE
  2026-08-03 14:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.36ms DONE
  2026-08-03 14:33:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:33:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.61ms DONE
  2026-08-03 14:34:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:34:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.33ms DONE
  2026-08-03 14:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.99ms DONE
  2026-08-03 14:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.44ms DONE
  2026-08-03 14:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.91ms DONE
  2026-08-03 14:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.60ms DONE
  2026-08-03 14:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.76ms DONE
  2026-08-03 14:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.91ms DONE
  2026-08-03 14:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.84ms DONE
  2026-08-03 14:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.64ms DONE
  2026-08-03 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.41ms DONE
  2026-08-03 14:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.32ms DONE
  2026-08-03 14:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.63ms DONE
  2026-08-03 14:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.35ms DONE
  2026-08-03 14:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.43ms DONE
  2026-08-03 14:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.95ms DONE
  2026-08-03 14:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.74ms DONE
  2026-08-03 14:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.54ms DONE
  2026-08-03 14:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.13ms DONE
  2026-08-03 14:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.42ms DONE
  2026-08-03 14:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.58ms DONE
  2026-08-03 14:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.74ms DONE
  2026-08-03 14:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  119.66ms DONE
  2026-08-03 14:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.33ms DONE
  2026-08-03 14:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.46ms DONE
  2026-08-03 14:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.73ms DONE
  2026-08-03 14:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 14:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.52ms DONE
  2026-08-03 15:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.82ms DONE
  2026-08-03 15:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.33ms DONE
  2026-08-03 15:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.04ms DONE
  2026-08-03 15:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.23ms DONE
  2026-08-03 15:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.64ms DONE
  2026-08-03 15:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.09ms DONE
  2026-08-03 15:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.20ms DONE
  2026-08-03 15:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.93ms DONE
  2026-08-03 15:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.29ms DONE
  2026-08-03 15:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.33ms DONE
  2026-08-03 15:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.36ms DONE
  2026-08-03 15:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.38ms DONE
  2026-08-03 15:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.36ms DONE
  2026-08-03 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.21ms DONE
  2026-08-03 15:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.45ms DONE
  2026-08-03 15:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.62ms DONE
  2026-08-03 15:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.11ms DONE
  2026-08-03 15:17:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:17:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.18ms DONE
  2026-08-03 15:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.56ms DONE
  2026-08-03 15:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.65ms DONE
  2026-08-03 15:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.59ms DONE
  2026-08-03 15:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.20ms DONE
  2026-08-03 15:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  183.61ms DONE
  2026-08-03 15:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.92ms DONE
  2026-08-03 15:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.11ms DONE
  2026-08-03 15:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.72ms DONE
  2026-08-03 15:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.82ms DONE
  2026-08-03 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.66ms DONE
  2026-08-03 15:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  107.24ms DONE
  2026-08-03 15:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.32ms DONE
  2026-08-03 15:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.46ms DONE
  2026-08-03 15:31:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:31:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.14ms DONE
  2026-08-03 15:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.07ms DONE
  2026-08-03 15:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.45ms DONE
  2026-08-03 15:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.82ms DONE
  2026-08-03 15:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.92ms DONE
  2026-08-03 15:36:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:36:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.40ms DONE
  2026-08-03 15:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.03ms DONE
  2026-08-03 15:38:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:38:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.50ms DONE
  2026-08-03 15:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.79ms DONE
  2026-08-03 15:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.84ms DONE
  2026-08-03 15:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  192.03ms DONE
  2026-08-03 15:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.60ms DONE
  2026-08-03 15:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.27ms DONE
  2026-08-03 15:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.84ms DONE
  2026-08-03 15:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.21ms DONE
  2026-08-03 15:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.64ms DONE
  2026-08-03 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.49ms DONE
  2026-08-03 15:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.84ms DONE
  2026-08-03 15:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.01ms DONE
  2026-08-03 15:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.38ms DONE
  2026-08-03 15:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.67ms DONE
  2026-08-03 15:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.75ms DONE
  2026-08-03 15:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.14ms DONE
  2026-08-03 15:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.66ms DONE
  2026-08-03 15:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.38ms DONE
  2026-08-03 15:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.93ms DONE
  2026-08-03 15:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.81ms DONE
  2026-08-03 15:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.69ms DONE
  2026-08-03 15:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 15:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.35ms DONE
  2026-08-03 16:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.15ms DONE
  2026-08-03 16:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.21ms DONE
  2026-08-03 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.25ms DONE
  2026-08-03 16:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.23ms DONE
  2026-08-03 16:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  314.38ms DONE
  2026-08-03 16:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.29ms DONE
  2026-08-03 16:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.07ms DONE
  2026-08-03 16:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.93ms DONE
  2026-08-03 16:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.59ms DONE
  2026-08-03 16:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.35ms DONE
  2026-08-03 16:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.58ms DONE
  2026-08-03 16:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.30ms DONE
  2026-08-03 16:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.09ms DONE
  2026-08-03 16:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.19ms DONE
  2026-08-03 16:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.81ms DONE
  2026-08-03 16:15:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:15:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.42ms DONE
  2026-08-03 16:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.62ms DONE
  2026-08-03 16:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.00ms DONE
  2026-08-03 16:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.48ms DONE
  2026-08-03 16:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.17ms DONE
  2026-08-03 16:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.99ms DONE
  2026-08-03 16:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.57ms DONE
  2026-08-03 16:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.26ms DONE
  2026-08-03 16:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.49ms DONE
  2026-08-03 16:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.94ms DONE
  2026-08-03 16:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.34ms DONE
  2026-08-03 16:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.57ms DONE
  2026-08-03 16:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.62ms DONE
  2026-08-03 16:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.85ms DONE
  2026-08-03 16:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.47ms DONE
  2026-08-03 16:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.95ms DONE
  2026-08-03 16:31:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:31:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.75ms DONE
  2026-08-03 16:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.92ms DONE
  2026-08-03 16:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.06ms DONE
  2026-08-03 16:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.04ms DONE
  2026-08-03 16:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.19ms DONE
  2026-08-03 16:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.37ms DONE
  2026-08-03 16:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.95ms DONE
  2026-08-03 16:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.53ms DONE
  2026-08-03 16:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.33ms DONE
  2026-08-03 16:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.61ms DONE
  2026-08-03 16:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.72ms DONE
  2026-08-03 16:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.90ms DONE
  2026-08-03 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.79ms DONE
  2026-08-03 16:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.96ms DONE
  2026-08-03 16:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.53ms DONE
  2026-08-03 16:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.81ms DONE
  2026-08-03 16:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.87ms DONE
  2026-08-03 16:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.35ms DONE
  2026-08-03 16:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-03 16:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.04ms DONE
  2026-08-03 16:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.55ms DONE
  2026-08-03 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.33ms DONE
  2026-08-03 16:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.73ms DONE
  2026-08-03 16:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.68ms DONE
  2026-08-03 16:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.23ms DONE
  2026-08-03 16:56:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:56:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.43ms DONE
  2026-08-03 16:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.55ms DONE
  2026-08-03 16:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.52ms DONE
  2026-08-03 16:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 16:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.89ms DONE
  2026-08-03 17:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  268.71ms DONE
  2026-08-03 17:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.09ms DONE
  2026-08-03 17:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.06ms DONE
  2026-08-03 17:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.65ms DONE
  2026-08-03 17:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  318.28ms DONE
  2026-08-03 17:05:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:05:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.91ms DONE
  2026-08-03 17:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.99ms DONE
  2026-08-03 17:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.26ms DONE
  2026-08-03 17:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.23ms DONE
  2026-08-03 17:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.94ms DONE
  2026-08-03 17:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.35ms DONE
  2026-08-03 17:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.36ms DONE
  2026-08-03 17:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.40ms DONE
  2026-08-03 17:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.60ms DONE
  2026-08-03 17:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.91ms DONE
  2026-08-03 17:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.28ms DONE
  2026-08-03 17:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.08ms DONE
  2026-08-03 17:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.28ms DONE
  2026-08-03 17:18:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:18:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.82ms DONE
  2026-08-03 17:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.61ms DONE
  2026-08-03 17:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.08ms DONE
  2026-08-03 17:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.11ms DONE
  2026-08-03 17:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.50ms DONE
  2026-08-03 17:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.43ms DONE
  2026-08-03 17:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.41ms DONE
  2026-08-03 17:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.92ms DONE
  2026-08-03 17:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.30ms DONE
  2026-08-03 17:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.38ms DONE
  2026-08-03 17:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.41ms DONE
  2026-08-03 17:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.80ms DONE
  2026-08-03 17:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.20ms DONE
  2026-08-03 17:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.26ms DONE
  2026-08-03 17:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.34ms DONE
  2026-08-03 17:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.68ms DONE
  2026-08-03 17:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.00ms DONE
  2026-08-03 17:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.64ms DONE
  2026-08-03 17:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.68ms DONE
  2026-08-03 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.02ms DONE
  2026-08-03 17:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.54ms DONE
  2026-08-03 17:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  100.52ms DONE
  2026-08-03 17:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  276.12ms DONE
  2026-08-03 17:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.71ms DONE
  2026-08-03 17:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.87ms DONE
  2026-08-03 17:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.32ms DONE
  2026-08-03 17:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.38ms DONE
  2026-08-03 17:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.07ms DONE
  2026-08-03 17:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.00ms DONE
  2026-08-03 17:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.42ms DONE
  2026-08-03 17:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.88ms DONE
  2026-08-03 17:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.98ms DONE
  2026-08-03 17:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.20ms DONE
  2026-08-03 17:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.30ms DONE
  2026-08-03 17:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.77ms DONE
  2026-08-03 17:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.86ms DONE
  2026-08-03 17:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.13ms DONE
  2026-08-03 17:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.66ms DONE
  2026-08-03 17:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.57ms DONE
  2026-08-03 17:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.37ms DONE
  2026-08-03 17:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.91ms DONE
  2026-08-03 17:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 17:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.58ms DONE
  2026-08-03 18:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  132.07ms DONE
  2026-08-03 18:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-03 18:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.34ms DONE
  2026-08-03 18:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.86ms DONE
  2026-08-03 18:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.78ms DONE
  2026-08-03 18:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.82ms DONE
  2026-08-03 18:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.63ms DONE
  2026-08-03 18:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.67ms DONE
  2026-08-03 18:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.74ms DONE
  2026-08-03 18:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  393.75ms DONE
  2026-08-03 18:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.92ms DONE
  2026-08-03 18:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  89.73ms DONE
  2026-08-03 18:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.77ms DONE
  2026-08-03 18:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.06ms DONE
  2026-08-03 18:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.20ms DONE
  2026-08-03 18:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.80ms DONE
  2026-08-03 18:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.81ms DONE
  2026-08-03 18:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  187.24ms DONE
  2026-08-03 18:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.15ms DONE
  2026-08-03 18:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.01ms DONE
  2026-08-03 18:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.75ms DONE
  2026-08-03 18:21:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:21:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.86ms DONE
  2026-08-03 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.13ms DONE
  2026-08-03 18:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.93ms DONE
  2026-08-03 18:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.35ms DONE
  2026-08-03 18:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.36ms DONE
  2026-08-03 18:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.23ms DONE
  2026-08-03 18:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.66ms DONE
  2026-08-03 18:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.67ms DONE
  2026-08-03 18:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.62ms DONE
  2026-08-03 18:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.66ms DONE
  2026-08-03 18:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.20ms DONE
  2026-08-03 18:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.07ms DONE
  2026-08-03 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.21ms DONE
  2026-08-03 18:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.18ms DONE
  2026-08-03 18:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.44ms DONE
  2026-08-03 18:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.59ms DONE
  2026-08-03 18:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  195.29ms DONE
  2026-08-03 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.31ms DONE
  2026-08-03 18:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.14ms DONE
  2026-08-03 18:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.05ms DONE
  2026-08-03 18:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.25ms DONE
  2026-08-03 18:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  402.63ms DONE
  2026-08-03 18:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.88ms DONE
  2026-08-03 18:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.95ms DONE
  2026-08-03 18:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.95ms DONE
  2026-08-03 18:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  105.08ms DONE
  2026-08-03 18:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.54ms DONE
  2026-08-03 18:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.26ms DONE
  2026-08-03 18:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.96ms DONE
  2026-08-03 18:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  206.80ms DONE
  2026-08-03 18:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.25ms DONE
  2026-08-03 18:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.95ms DONE
  2026-08-03 18:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.71ms DONE
  2026-08-03 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.06ms DONE
  2026-08-03 18:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.88ms DONE
  2026-08-03 18:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.81ms DONE
  2026-08-03 18:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.57ms DONE
  2026-08-03 18:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.45ms DONE
  2026-08-03 18:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 18:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.33ms DONE
  2026-08-03 19:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.27ms DONE
  2026-08-03 19:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  191.16ms DONE
  2026-08-03 19:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.86ms DONE
  2026-08-03 19:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.08ms DONE
  2026-08-03 19:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.38ms DONE
  2026-08-03 19:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.48ms DONE
  2026-08-03 19:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.89ms DONE
  2026-08-03 19:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.62ms DONE
  2026-08-03 19:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.66ms DONE
  2026-08-03 19:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.90ms DONE
  2026-08-03 19:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.59ms DONE
  2026-08-03 19:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.65ms DONE
  2026-08-03 19:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.86ms DONE
  2026-08-03 19:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.59ms DONE
  2026-08-03 19:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.57ms DONE
  2026-08-03 19:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.03ms DONE
  2026-08-03 19:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.48ms DONE
  2026-08-03 19:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.70ms DONE
  2026-08-03 19:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.46ms DONE
  2026-08-03 19:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.44ms DONE
  2026-08-03 19:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.87ms DONE
  2026-08-03 19:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.22ms DONE
  2026-08-03 19:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.15ms DONE
  2026-08-03 19:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  225.68ms DONE
  2026-08-03 19:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.11ms DONE
  2026-08-03 19:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.95ms DONE
  2026-08-03 19:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.45ms DONE
  2026-08-03 19:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  497.53ms DONE
  2026-08-03 19:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.86ms DONE
  2026-08-03 19:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  218.77ms DONE
  2026-08-03 19:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  125.43ms DONE
  2026-08-03 19:31:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:31:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.09ms DONE
  2026-08-03 19:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.34ms DONE
  2026-08-03 19:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.62ms DONE
  2026-08-03 19:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.44ms DONE
  2026-08-03 19:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.07ms DONE
  2026-08-03 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.48ms DONE
  2026-08-03 19:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.20ms DONE
  2026-08-03 19:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.02ms DONE
  2026-08-03 19:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.09ms DONE
  2026-08-03 19:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.26ms DONE
  2026-08-03 19:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.12ms DONE
  2026-08-03 19:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.83ms DONE
  2026-08-03 19:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.53ms DONE
  2026-08-03 19:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.35ms DONE
  2026-08-03 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.84ms DONE
  2026-08-03 19:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.60ms DONE
  2026-08-03 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.35ms DONE
  2026-08-03 19:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.58ms DONE
  2026-08-03 19:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.91ms DONE
  2026-08-03 19:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.91ms DONE
  2026-08-03 19:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.33ms DONE
  2026-08-03 19:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.42ms DONE
  2026-08-03 19:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.01ms DONE
  2026-08-03 19:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.97ms DONE
  2026-08-03 19:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.34ms DONE
  2026-08-03 19:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.05ms DONE
  2026-08-03 19:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.77ms DONE
  2026-08-03 19:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.38ms DONE
  2026-08-03 19:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 19:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.42ms DONE
  2026-08-03 20:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.96ms DONE
  2026-08-03 20:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.36ms DONE
  2026-08-03 20:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.49ms DONE
  2026-08-03 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.45ms DONE
  2026-08-03 20:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.14ms DONE
  2026-08-03 20:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.42ms DONE
  2026-08-03 20:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.53ms DONE
  2026-08-03 20:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.88ms DONE
  2026-08-03 20:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.49ms DONE
  2026-08-03 20:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.38ms DONE
  2026-08-03 20:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.35ms DONE
  2026-08-03 20:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.33ms DONE
  2026-08-03 20:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.34ms DONE
  2026-08-03 20:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.66ms DONE
  2026-08-03 20:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.48ms DONE
  2026-08-03 20:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.42ms DONE
  2026-08-03 20:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.86ms DONE
  2026-08-03 20:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  138.80ms DONE
  2026-08-03 20:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-03 20:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.01ms DONE
  2026-08-03 20:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  378.25ms DONE
  2026-08-03 20:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.69ms DONE
  2026-08-03 20:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.42ms DONE
  2026-08-03 20:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.13ms DONE
  2026-08-03 20:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.97ms DONE
  2026-08-03 20:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.88ms DONE
  2026-08-03 20:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.16ms DONE
  2026-08-03 20:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:27:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  95.73ms DONE
  2026-08-03 20:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.52ms DONE
  2026-08-03 20:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.51ms DONE
  2026-08-03 20:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.82ms DONE
  2026-08-03 20:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:31:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.48ms DONE
  2026-08-03 20:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.55ms DONE
  2026-08-03 20:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.93ms DONE
  2026-08-03 20:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  106.45ms DONE
  2026-08-03 20:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.30ms DONE
  2026-08-03 20:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.21ms DONE
  2026-08-03 20:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.15ms DONE
  2026-08-03 20:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.25ms DONE
  2026-08-03 20:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.10ms DONE
  2026-08-03 20:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.19ms DONE
  2026-08-03 20:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.23ms DONE
  2026-08-03 20:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.30ms DONE
  2026-08-03 20:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.68ms DONE
  2026-08-03 20:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.49ms DONE
  2026-08-03 20:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.24ms DONE
  2026-08-03 20:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.11ms DONE
  2026-08-03 20:47:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:47:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.86ms DONE
  2026-08-03 20:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.53ms DONE
  2026-08-03 20:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.16ms DONE
  2026-08-03 20:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  169.80ms DONE
  2026-08-03 20:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.67ms DONE
  2026-08-03 20:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.88ms DONE
  2026-08-03 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.49ms DONE
  2026-08-03 20:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.73ms DONE
  2026-08-03 20:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.50ms DONE
  2026-08-03 20:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.35ms DONE
  2026-08-03 20:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.30ms DONE
  2026-08-03 20:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.07ms DONE
  2026-08-03 20:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 20:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.68ms DONE
  2026-08-03 21:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.85ms DONE
  2026-08-03 21:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.84ms DONE
  2026-08-03 21:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.77ms DONE
  2026-08-03 21:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.92ms DONE
  2026-08-03 21:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.17ms DONE
  2026-08-03 21:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.97ms DONE
  2026-08-03 21:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.10ms DONE
  2026-08-03 21:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.90ms DONE
  2026-08-03 21:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  164.45ms DONE
  2026-08-03 21:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.61ms DONE
  2026-08-03 21:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.41ms DONE
  2026-08-03 21:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.75ms DONE
  2026-08-03 21:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.18ms DONE
  2026-08-03 21:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.79ms DONE
  2026-08-03 21:14:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:14:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  129.61ms DONE
  2026-08-03 21:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.74ms DONE
  2026-08-03 21:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.13ms DONE
  2026-08-03 21:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.49ms DONE
  2026-08-03 21:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.38ms DONE
  2026-08-03 21:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.54ms DONE
  2026-08-03 21:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.51ms DONE
  2026-08-03 21:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.45ms DONE
  2026-08-03 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.11ms DONE
  2026-08-03 21:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.92ms DONE
  2026-08-03 21:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.36ms DONE
  2026-08-03 21:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.64ms DONE
  2026-08-03 21:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  207.62ms DONE
  2026-08-03 21:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.62ms DONE
  2026-08-03 21:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.84ms DONE
  2026-08-03 21:29:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:29:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.83ms DONE
  2026-08-03 21:30:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:30:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.13ms DONE
  2026-08-03 21:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.07ms DONE
  2026-08-03 21:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.04ms DONE
  2026-08-03 21:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.52ms DONE
  2026-08-03 21:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.62ms DONE
  2026-08-03 21:35:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:35:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.04ms DONE
  2026-08-03 21:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.17ms DONE
  2026-08-03 21:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.50ms DONE
  2026-08-03 21:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.57ms DONE
  2026-08-03 21:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.86ms DONE
  2026-08-03 21:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.58ms DONE
  2026-08-03 21:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.27ms DONE
  2026-08-03 21:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.85ms DONE
  2026-08-03 21:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.54ms DONE
  2026-08-03 21:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-03 21:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.93ms DONE
  2026-08-03 21:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.20ms DONE
  2026-08-03 21:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.57ms DONE
  2026-08-03 21:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.96ms DONE
  2026-08-03 21:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.47ms DONE
  2026-08-03 21:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.39ms DONE
  2026-08-03 21:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.59ms DONE
  2026-08-03 21:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  103.74ms DONE
  2026-08-03 21:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.62ms DONE
  2026-08-03 21:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.12ms DONE
  2026-08-03 21:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.08ms DONE
  2026-08-03 21:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.93ms DONE
  2026-08-03 21:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.74ms DONE
  2026-08-03 21:58:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:58:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.07ms DONE
  2026-08-03 21:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 21:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.93ms DONE
  2026-08-03 22:00:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:00:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  562.62ms DONE
  2026-08-03 22:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.46ms DONE
  2026-08-03 22:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.31ms DONE
  2026-08-03 22:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.68ms DONE
  2026-08-03 22:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.17ms DONE
  2026-08-03 22:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.90ms DONE
  2026-08-03 22:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.66ms DONE
  2026-08-03 22:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.30ms DONE
  2026-08-03 22:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.04ms DONE
  2026-08-03 22:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:09:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.35ms DONE
  2026-08-03 22:10:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:10:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.22ms DONE
  2026-08-03 22:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.97ms DONE
  2026-08-03 22:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.22ms DONE
  2026-08-03 22:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.64ms DONE
  2026-08-03 22:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.30ms DONE
  2026-08-03 22:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.02ms DONE
  2026-08-03 22:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.84ms DONE
  2026-08-03 22:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  214.67ms DONE
  2026-08-03 22:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.30ms DONE
  2026-08-03 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.25ms DONE
  2026-08-03 22:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.81ms DONE
  2026-08-03 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.82ms DONE
  2026-08-03 22:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.18ms DONE
  2026-08-03 22:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.56ms DONE
  2026-08-03 22:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.36ms DONE
  2026-08-03 22:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.10ms DONE
  2026-08-03 22:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.63ms DONE
  2026-08-03 22:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.46ms DONE
  2026-08-03 22:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.59ms DONE
  2026-08-03 22:29:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:29:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.81ms DONE
  2026-08-03 22:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.85ms DONE
  2026-08-03 22:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.03ms DONE
  2026-08-03 22:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.91ms DONE
  2026-08-03 22:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.44ms DONE
  2026-08-03 22:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.81ms DONE
  2026-08-03 22:35:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:35:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.24ms DONE
  2026-08-03 22:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.15ms DONE
  2026-08-03 22:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.94ms DONE
  2026-08-03 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.36ms DONE
  2026-08-03 22:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.59ms DONE
  2026-08-03 22:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.49ms DONE
  2026-08-03 22:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.13ms DONE
  2026-08-03 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.76ms DONE
  2026-08-03 22:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.49ms DONE
  2026-08-03 22:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.20ms DONE
  2026-08-03 22:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.31ms DONE
  2026-08-03 22:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.84ms DONE
  2026-08-03 22:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.19ms DONE
  2026-08-03 22:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.28ms DONE
  2026-08-03 22:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.92ms DONE
  2026-08-03 22:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.52ms DONE
  2026-08-03 22:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.43ms DONE
  2026-08-03 22:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.16ms DONE
  2026-08-03 22:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  95.33ms DONE
  2026-08-03 22:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.05ms DONE
  2026-08-03 22:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.34ms DONE
  2026-08-03 22:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  212.05ms DONE
  2026-08-03 22:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.87ms DONE
  2026-08-03 22:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.19ms DONE
  2026-08-03 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.75ms DONE
  2026-08-03 23:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  788.28ms DONE
  2026-08-03 23:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.23ms DONE
  2026-08-03 23:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.96ms DONE
  2026-08-03 23:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.30ms DONE
  2026-08-03 23:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.31ms DONE
  2026-08-03 23:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.37ms DONE
  2026-08-03 23:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.89ms DONE
  2026-08-03 23:07:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:07:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.21ms DONE
  2026-08-03 23:08:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:08:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.97ms DONE
  2026-08-03 23:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.12ms DONE
  2026-08-03 23:10:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:10:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.29ms DONE
  2026-08-03 23:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.25ms DONE
  2026-08-03 23:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.48ms DONE
  2026-08-03 23:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.58ms DONE
  2026-08-03 23:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.11ms DONE
  2026-08-03 23:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.48ms DONE
  2026-08-03 23:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.99ms DONE
  2026-08-03 23:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  179.64ms DONE
  2026-08-03 23:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.11ms DONE
  2026-08-03 23:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.51ms DONE
  2026-08-03 23:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.66ms DONE
  2026-08-03 23:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.99ms DONE
  2026-08-03 23:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.90ms DONE
  2026-08-03 23:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.59ms DONE
  2026-08-03 23:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.90ms DONE
  2026-08-03 23:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.02ms DONE
  2026-08-03 23:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.06ms DONE
  2026-08-03 23:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.03ms DONE
  2026-08-03 23:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.48ms DONE
  2026-08-03 23:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.91ms DONE
  2026-08-03 23:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.44ms DONE
  2026-08-03 23:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.68ms DONE
  2026-08-03 23:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.75ms DONE
  2026-08-03 23:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.87ms DONE
  2026-08-03 23:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.80ms DONE
  2026-08-03 23:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.97ms DONE
  2026-08-03 23:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.00ms DONE
  2026-08-03 23:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.61ms DONE
  2026-08-03 23:38:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:38:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.99ms DONE
  2026-08-03 23:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.73ms DONE
  2026-08-03 23:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.20ms DONE
  2026-08-03 23:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.24ms DONE
  2026-08-03 23:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.70ms DONE
  2026-08-03 23:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.36ms DONE
  2026-08-03 23:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.99ms DONE
  2026-08-03 23:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.06ms DONE
  2026-08-03 23:46:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:46:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.11ms DONE
  2026-08-03 23:47:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:47:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.56ms DONE
  2026-08-03 23:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.98ms DONE
  2026-08-03 23:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.72ms DONE
  2026-08-03 23:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.18ms DONE
  2026-08-03 23:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.50ms DONE
  2026-08-03 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.73ms DONE
  2026-08-03 23:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.43ms DONE
  2026-08-03 23:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.28ms DONE
  2026-08-03 23:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.80ms DONE
  2026-08-03 23:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.85ms DONE
  2026-08-03 23:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.00ms DONE
  2026-08-03 23:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.77ms DONE
  2026-08-03 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-03 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.94ms DONE
  2026-08-04 00:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:00:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  663.97ms DONE
  2026-08-04 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.65ms DONE
  2026-08-04 00:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.42ms DONE
  2026-08-04 00:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.65ms DONE
  2026-08-04 00:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.66ms DONE
  2026-08-04 00:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  125.57ms DONE
  2026-08-04 00:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.59ms DONE
  2026-08-04 00:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  162.32ms DONE
  2026-08-04 00:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.08ms DONE
  2026-08-04 00:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  253.24ms DONE
  2026-08-04 00:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.26ms DONE
  2026-08-04 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.00ms DONE
  2026-08-04 00:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.87ms DONE
  2026-08-04 00:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.00ms DONE
  2026-08-04 00:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.33ms DONE
  2026-08-04 00:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.55ms DONE
  2026-08-04 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.46ms DONE
  2026-08-04 00:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.00ms DONE
  2026-08-04 00:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.94ms DONE
  2026-08-04 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.91ms DONE
  2026-08-04 00:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.84ms DONE
  2026-08-04 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.89ms DONE
  2026-08-04 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.09ms DONE
  2026-08-04 00:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.25ms DONE
  2026-08-04 00:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.54ms DONE
  2026-08-04 00:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.77ms DONE
  2026-08-04 00:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.69ms DONE
  2026-08-04 00:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.82ms DONE
  2026-08-04 00:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.15ms DONE
  2026-08-04 00:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.80ms DONE
  2026-08-04 00:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.20ms DONE
  2026-08-04 00:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.83ms DONE
  2026-08-04 00:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.24ms DONE
  2026-08-04 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.53ms DONE
  2026-08-04 00:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.61ms DONE
  2026-08-04 00:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.09ms DONE
  2026-08-04 00:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.86ms DONE
  2026-08-04 00:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.61ms DONE
  2026-08-04 00:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.84ms DONE
  2026-08-04 00:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.90ms DONE
  2026-08-04 00:40:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:40:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  137.25ms DONE
  2026-08-04 00:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.43ms DONE
  2026-08-04 00:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.54ms DONE
  2026-08-04 00:43:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:43:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.87ms DONE
  2026-08-04 00:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-08-04 00:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.92ms DONE
  2026-08-04 00:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.04ms DONE
  2026-08-04 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.52ms DONE
  2026-08-04 00:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.27ms DONE
  2026-08-04 00:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  231.76ms DONE
  2026-08-04 00:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.73ms DONE
  2026-08-04 00:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  200.72ms DONE
  2026-08-04 00:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.65ms DONE
  2026-08-04 00:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.94ms DONE
  2026-08-04 00:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.93ms DONE
  2026-08-04 00:55:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:55:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  366.26ms DONE
  2026-08-04 00:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.30ms DONE
  2026-08-04 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.91ms DONE
  2026-08-04 00:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.48ms DONE
  2026-08-04 00:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 00:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.62ms DONE
  2026-08-04 01:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  204.86ms DONE
  2026-08-04 01:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.72ms DONE
  2026-08-04 01:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.02ms DONE
  2026-08-04 01:03:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:03:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  138.23ms DONE
  2026-08-04 01:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.93ms DONE
  2026-08-04 01:05:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:05:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.95ms DONE
  2026-08-04 01:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.77ms DONE
  2026-08-04 01:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.33ms DONE
  2026-08-04 01:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.88ms DONE
  2026-08-04 01:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.10ms DONE
  2026-08-04 01:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.89ms DONE
  2026-08-04 01:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.36ms DONE
  2026-08-04 01:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.27ms DONE
  2026-08-04 01:13:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:13:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  390.20ms DONE
  2026-08-04 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.07ms DONE
  2026-08-04 01:15:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:15:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  105.89ms DONE
  2026-08-04 01:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.54ms DONE
  2026-08-04 01:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.57ms DONE
  2026-08-04 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.78ms DONE
  2026-08-04 01:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.84ms DONE
  2026-08-04 01:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-08-04 01:21:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:21:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  339.14ms DONE
  2026-08-04 01:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.76ms DONE
  2026-08-04 01:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.38ms DONE
  2026-08-04 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.07ms DONE
  2026-08-04 01:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.27ms DONE
  2026-08-04 01:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.91ms DONE
  2026-08-04 01:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  366.26ms DONE
  2026-08-04 01:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.09ms DONE
  2026-08-04 01:29:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:29:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.45ms DONE
  2026-08-04 01:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.53ms DONE
  2026-08-04 01:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.68ms DONE
  2026-08-04 01:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.76ms DONE
  2026-08-04 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.74ms DONE
  2026-08-04 01:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.11ms DONE
  2026-08-04 01:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.49ms DONE
  2026-08-04 01:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.58ms DONE
  2026-08-04 01:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.51ms DONE
  2026-08-04 01:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.01ms DONE
  2026-08-04 01:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.39ms DONE
  2026-08-04 01:40:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:40:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  259.68ms DONE
  2026-08-04 01:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.90ms DONE
  2026-08-04 01:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.26ms DONE
  2026-08-04 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.02ms DONE
  2026-08-04 01:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.83ms DONE
  2026-08-04 01:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.11ms DONE
  2026-08-04 01:46:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:46:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.03ms DONE
  2026-08-04 01:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.18ms DONE
  2026-08-04 01:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.34ms DONE
  2026-08-04 01:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.45ms DONE
  2026-08-04 01:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.32ms DONE
  2026-08-04 01:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.99ms DONE
  2026-08-04 01:52:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:52:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.35ms DONE
  2026-08-04 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.22ms DONE
  2026-08-04 01:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.38ms DONE
  2026-08-04 01:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.87ms DONE
  2026-08-04 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.27ms DONE
  2026-08-04 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.18ms DONE
  2026-08-04 01:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.49ms DONE
  2026-08-04 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.09ms DONE
  2026-08-04 02:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  835.30ms DONE
  2026-08-04 02:01:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:01:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.02ms DONE
  2026-08-04 02:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.93ms DONE
  2026-08-04 02:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.32ms DONE
  2026-08-04 02:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  121.70ms DONE
  2026-08-04 02:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.67ms DONE
  2026-08-04 02:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.07ms DONE
  2026-08-04 02:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.07ms DONE
  2026-08-04 02:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.75ms DONE
  2026-08-04 02:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.53ms DONE
  2026-08-04 02:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.00ms DONE
  2026-08-04 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.86ms DONE
  2026-08-04 02:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.54ms DONE
  2026-08-04 02:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.31ms DONE
  2026-08-04 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.20ms DONE
  2026-08-04 02:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.68ms DONE
  2026-08-04 02:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.64ms DONE
  2026-08-04 02:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  205.88ms DONE
  2026-08-04 02:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.28ms DONE
  2026-08-04 02:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.58ms DONE
  2026-08-04 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.11ms DONE
  2026-08-04 02:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.87ms DONE
  2026-08-04 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.39ms DONE
  2026-08-04 02:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.42ms DONE
  2026-08-04 02:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.76ms DONE
  2026-08-04 02:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.18ms DONE
  2026-08-04 02:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.95ms DONE
  2026-08-04 02:27:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:27:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.58ms DONE
  2026-08-04 02:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.03ms DONE
  2026-08-04 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.77ms DONE
  2026-08-04 02:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.39ms DONE
  2026-08-04 02:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.84ms DONE
  2026-08-04 02:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.18ms DONE
  2026-08-04 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.72ms DONE
  2026-08-04 02:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.30ms DONE
  2026-08-04 02:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.31ms DONE
  2026-08-04 02:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.57ms DONE
  2026-08-04 02:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.71ms DONE
  2026-08-04 02:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.89ms DONE
  2026-08-04 02:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.78ms DONE
  2026-08-04 02:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.99ms DONE
  2026-08-04 02:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.80ms DONE
  2026-08-04 02:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.92ms DONE
  2026-08-04 02:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.48ms DONE
  2026-08-04 02:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.03ms DONE
  2026-08-04 02:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.87ms DONE
  2026-08-04 02:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.30ms DONE
  2026-08-04 02:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.31ms DONE
  2026-08-04 02:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.65ms DONE
  2026-08-04 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.26ms DONE
  2026-08-04 02:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.70ms DONE
  2026-08-04 02:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.96ms DONE
  2026-08-04 02:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.33ms DONE
  2026-08-04 02:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.40ms DONE
  2026-08-04 02:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.80ms DONE
  2026-08-04 02:55:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:55:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.50ms DONE
  2026-08-04 02:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.88ms DONE
  2026-08-04 02:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.22ms DONE
  2026-08-04 02:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.69ms DONE
  2026-08-04 02:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 02:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.82ms DONE
  2026-08-04 03:00:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:00:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.41ms DONE
  2026-08-04 03:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.76ms DONE
  2026-08-04 03:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.79ms DONE
  2026-08-04 03:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.25ms DONE
  2026-08-04 03:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.78ms DONE
  2026-08-04 03:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.00ms DONE
  2026-08-04 03:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.61ms DONE
  2026-08-04 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.17ms DONE
  2026-08-04 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.74ms DONE
  2026-08-04 03:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  91.87ms DONE
  2026-08-04 03:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.94ms DONE
  2026-08-04 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.20ms DONE
  2026-08-04 03:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.39ms DONE
  2026-08-04 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.92ms DONE
  2026-08-04 03:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.37ms DONE
  2026-08-04 03:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.86ms DONE
  2026-08-04 03:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.87ms DONE
  2026-08-04 03:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.33ms DONE
  2026-08-04 03:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.29ms DONE
  2026-08-04 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.70ms DONE
  2026-08-04 03:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  183.56ms DONE
  2026-08-04 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.06ms DONE
  2026-08-04 03:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.97ms DONE
  2026-08-04 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.03ms DONE
  2026-08-04 03:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.30ms DONE
  2026-08-04 03:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.02ms DONE
  2026-08-04 03:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.33ms DONE
  2026-08-04 03:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.86ms DONE
  2026-08-04 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.31ms DONE
  2026-08-04 03:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.16ms DONE
  2026-08-04 03:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.38ms DONE
  2026-08-04 03:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.21ms DONE
  2026-08-04 03:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.49ms DONE
  2026-08-04 03:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.76ms DONE
  2026-08-04 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.75ms DONE
  2026-08-04 03:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  126.55ms DONE
  2026-08-04 03:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.52ms DONE
  2026-08-04 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.78ms DONE
  2026-08-04 03:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.31ms DONE
  2026-08-04 03:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.55ms DONE
  2026-08-04 03:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.84ms DONE
  2026-08-04 03:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.76ms DONE
  2026-08-04 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.67ms DONE
  2026-08-04 03:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.50ms DONE
  2026-08-04 03:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.80ms DONE
  2026-08-04 03:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  279.64ms DONE
  2026-08-04 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.29ms DONE
  2026-08-04 03:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.97ms DONE
  2026-08-04 03:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.55ms DONE
  2026-08-04 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.65ms DONE
  2026-08-04 03:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.43ms DONE
  2026-08-04 03:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.38ms DONE
  2026-08-04 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.10ms DONE
  2026-08-04 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.04ms DONE
  2026-08-04 03:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.81ms DONE
  2026-08-04 03:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.75ms DONE
  2026-08-04 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.63ms DONE
  2026-08-04 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.00ms DONE
  2026-08-04 03:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.37ms DONE
  2026-08-04 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.45ms DONE
  2026-08-04 04:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.78ms DONE
  2026-08-04 04:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.16ms DONE
  2026-08-04 04:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.11ms DONE
  2026-08-04 04:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.08ms DONE
  2026-08-04 04:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.72ms DONE
  2026-08-04 04:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.76ms DONE
  2026-08-04 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.63ms DONE
  2026-08-04 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.60ms DONE
  2026-08-04 04:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.04ms DONE
  2026-08-04 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.84ms DONE
  2026-08-04 04:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.93ms DONE
  2026-08-04 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.17ms DONE
  2026-08-04 04:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.58ms DONE
  2026-08-04 04:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.06ms DONE
  2026-08-04 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.93ms DONE
  2026-08-04 04:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.33ms DONE
  2026-08-04 04:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.91ms DONE
  2026-08-04 04:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.94ms DONE
  2026-08-04 04:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.05ms DONE
  2026-08-04 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.61ms DONE
  2026-08-04 04:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  137.43ms DONE
  2026-08-04 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.25ms DONE
  2026-08-04 04:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.33ms DONE
  2026-08-04 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.98ms DONE
  2026-08-04 04:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.42ms DONE
  2026-08-04 04:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  164.67ms DONE
  2026-08-04 04:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.18ms DONE
  2026-08-04 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.35ms DONE
  2026-08-04 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.18ms DONE
  2026-08-04 04:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.86ms DONE
  2026-08-04 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  103.28ms DONE
  2026-08-04 04:31:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:31:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.52ms DONE
  2026-08-04 04:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.46ms DONE
  2026-08-04 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.91ms DONE
  2026-08-04 04:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.22ms DONE
  2026-08-04 04:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.11ms DONE
  2026-08-04 04:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.59ms DONE
  2026-08-04 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-08-04 04:38:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:38:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.06ms DONE
  2026-08-04 04:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.45ms DONE
  2026-08-04 04:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.30ms DONE
  2026-08-04 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.36ms DONE
  2026-08-04 04:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.13ms DONE
  2026-08-04 04:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.65ms DONE
  2026-08-04 04:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.33ms DONE
  2026-08-04 04:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.99ms DONE
  2026-08-04 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.62ms DONE
  2026-08-04 04:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.97ms DONE
  2026-08-04 04:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.03ms DONE
  2026-08-04 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.46ms DONE
  2026-08-04 04:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  203.26ms DONE
  2026-08-04 04:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.98ms DONE
  2026-08-04 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.41ms DONE
  2026-08-04 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.01ms DONE
  2026-08-04 04:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.27ms DONE
  2026-08-04 04:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.15ms DONE
  2026-08-04 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.05ms DONE
  2026-08-04 04:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.38ms DONE
  2026-08-04 04:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.89ms DONE
  2026-08-04 04:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 04:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.39ms DONE
  2026-08-04 05:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.57ms DONE
  2026-08-04 05:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.24ms DONE
  2026-08-04 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.72ms DONE
  2026-08-04 05:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.71ms DONE
  2026-08-04 05:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.72ms DONE
  2026-08-04 05:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.67ms DONE
  2026-08-04 05:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.86ms DONE
  2026-08-04 05:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.74ms DONE
  2026-08-04 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.28ms DONE
  2026-08-04 05:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.43ms DONE
  2026-08-04 05:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.48ms DONE
  2026-08-04 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.32ms DONE
  2026-08-04 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.94ms DONE
  2026-08-04 05:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.76ms DONE
  2026-08-04 05:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.66ms DONE
  2026-08-04 05:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.77ms DONE
  2026-08-04 05:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.31ms DONE
  2026-08-04 05:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.37ms DONE
  2026-08-04 05:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.20ms DONE
  2026-08-04 05:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.37ms DONE
  2026-08-04 05:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.71ms DONE
  2026-08-04 05:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.88ms DONE
  2026-08-04 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.63ms DONE
  2026-08-04 05:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.16ms DONE
  2026-08-04 05:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.76ms DONE
  2026-08-04 05:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  140.77ms DONE
  2026-08-04 05:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.32ms DONE
  2026-08-04 05:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.49ms DONE
  2026-08-04 05:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.26ms DONE
  2026-08-04 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.09ms DONE
  2026-08-04 05:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.16ms DONE
  2026-08-04 05:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.11ms DONE
  2026-08-04 05:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.15ms DONE
  2026-08-04 05:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.78ms DONE
  2026-08-04 05:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.70ms DONE
  2026-08-04 05:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.20ms DONE
  2026-08-04 05:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.86ms DONE
  2026-08-04 05:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.72ms DONE
  2026-08-04 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.19ms DONE
  2026-08-04 05:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.73ms DONE
  2026-08-04 05:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  160.50ms DONE
  2026-08-04 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  126.69ms DONE
  2026-08-04 05:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.77ms DONE
  2026-08-04 05:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.76ms DONE
  2026-08-04 05:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.24ms DONE
  2026-08-04 05:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.23ms DONE
  2026-08-04 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.07ms DONE
  2026-08-04 05:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.55ms DONE
  2026-08-04 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.90ms DONE
  2026-08-04 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.65ms DONE
  2026-08-04 05:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.55ms DONE
  2026-08-04 05:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.68ms DONE
  2026-08-04 05:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.23ms DONE
  2026-08-04 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.19ms DONE
  2026-08-04 05:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.53ms DONE
  2026-08-04 05:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.26ms DONE
  2026-08-04 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.72ms DONE
  2026-08-04 05:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.98ms DONE
  2026-08-04 05:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.91ms DONE
  2026-08-04 05:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 05:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.87ms DONE
  2026-08-04 06:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  142.35ms DONE
  2026-08-04 06:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.86ms DONE
  2026-08-04 06:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.00ms DONE
  2026-08-04 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.20ms DONE
  2026-08-04 06:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.79ms DONE
  2026-08-04 06:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.97ms DONE
  2026-08-04 06:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.95ms DONE
  2026-08-04 06:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.65ms DONE
  2026-08-04 06:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.43ms DONE
  2026-08-04 06:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.96ms DONE
  2026-08-04 06:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  201.56ms DONE
  2026-08-04 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.72ms DONE
  2026-08-04 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.94ms DONE
  2026-08-04 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.33ms DONE
  2026-08-04 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.34ms DONE
  2026-08-04 06:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.08ms DONE
  2026-08-04 06:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.89ms DONE
  2026-08-04 06:17:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:17:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.37ms DONE
  2026-08-04 06:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.66ms DONE
  2026-08-04 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.11ms DONE
  2026-08-04 06:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.54ms DONE
  2026-08-04 06:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.97ms DONE
  2026-08-04 06:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.15ms DONE
  2026-08-04 06:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.17ms DONE
  2026-08-04 06:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.72ms DONE
  2026-08-04 06:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.85ms DONE
  2026-08-04 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.32ms DONE
  2026-08-04 06:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.48ms DONE
  2026-08-04 06:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.45ms DONE
  2026-08-04 06:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.84ms DONE
  2026-08-04 06:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.83ms DONE
  2026-08-04 06:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.03ms DONE
  2026-08-04 06:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.08ms DONE
  2026-08-04 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.19ms DONE
  2026-08-04 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.61ms DONE
  2026-08-04 06:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  133.73ms DONE
  2026-08-04 06:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.34ms DONE
  2026-08-04 06:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.56ms DONE
  2026-08-04 06:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.64ms DONE
  2026-08-04 06:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.48ms DONE
  2026-08-04 06:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.31ms DONE
  2026-08-04 06:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.53ms DONE
  2026-08-04 06:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.81ms DONE
  2026-08-04 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.63ms DONE
  2026-08-04 06:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.20ms DONE
  2026-08-04 06:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.54ms DONE
  2026-08-04 06:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.56ms DONE
  2026-08-04 06:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.15ms DONE
  2026-08-04 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.62ms DONE
  2026-08-04 06:49:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:49:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  207.78ms DONE
  2026-08-04 06:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.74ms DONE
  2026-08-04 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.76ms DONE
  2026-08-04 06:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.15ms DONE
  2026-08-04 06:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.07ms DONE
  2026-08-04 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.66ms DONE
  2026-08-04 06:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.85ms DONE
  2026-08-04 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.78ms DONE
  2026-08-04 06:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.90ms DONE
  2026-08-04 06:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.20ms DONE
  2026-08-04 06:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 06:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.60ms DONE
  2026-08-04 07:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.56ms DONE
  2026-08-04 07:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.30ms DONE
  2026-08-04 07:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.60ms DONE
  2026-08-04 07:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.76ms DONE
  2026-08-04 07:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.60ms DONE
  2026-08-04 07:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.29ms DONE
  2026-08-04 07:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.98ms DONE
  2026-08-04 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.65ms DONE
  2026-08-04 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.15ms DONE
  2026-08-04 07:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.89ms DONE
  2026-08-04 07:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.69ms DONE
  2026-08-04 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.62ms DONE
  2026-08-04 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.54ms DONE
  2026-08-04 07:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.52ms DONE
  2026-08-04 07:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.17ms DONE
  2026-08-04 07:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.94ms DONE
  2026-08-04 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.17ms DONE
  2026-08-04 07:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  267.47ms DONE
  2026-08-04 07:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.14ms DONE
  2026-08-04 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.35ms DONE
  2026-08-04 07:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.20ms DONE
  2026-08-04 07:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.72ms DONE
  2026-08-04 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.33ms DONE
  2026-08-04 07:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.17ms DONE
  2026-08-04 07:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.79ms DONE
  2026-08-04 07:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.33ms DONE
  2026-08-04 07:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.52ms DONE
  2026-08-04 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.04ms DONE
  2026-08-04 07:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.84ms DONE
  2026-08-04 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  121.40ms DONE
  2026-08-04 07:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.39ms DONE
  2026-08-04 07:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.87ms DONE
  2026-08-04 07:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.99ms DONE
  2026-08-04 07:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.76ms DONE
  2026-08-04 07:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-04 07:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.24ms DONE
  2026-08-04 07:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.31ms DONE
  2026-08-04 07:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.58ms DONE
  2026-08-04 07:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.51ms DONE
  2026-08-04 07:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.34ms DONE
  2026-08-04 07:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.96ms DONE
  2026-08-04 07:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.95ms DONE
  2026-08-04 07:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.39ms DONE
  2026-08-04 07:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.48ms DONE
  2026-08-04 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.98ms DONE
  2026-08-04 07:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.28ms DONE
  2026-08-04 07:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.63ms DONE
  2026-08-04 07:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.38ms DONE
  2026-08-04 07:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.47ms DONE
  2026-08-04 07:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.77ms DONE
  2026-08-04 07:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.38ms DONE
  2026-08-04 07:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.72ms DONE
  2026-08-04 07:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.82ms DONE
  2026-08-04 07:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.87ms DONE
  2026-08-04 07:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.30ms DONE
  2026-08-04 07:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.48ms DONE
  2026-08-04 07:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.96ms DONE
  2026-08-04 07:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.32ms DONE
  2026-08-04 07:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.69ms DONE
  2026-08-04 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.63ms DONE
  2026-08-04 08:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.75ms DONE
  2026-08-04 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.57ms DONE
  2026-08-04 08:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.91ms DONE
  2026-08-04 08:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.75ms DONE
  2026-08-04 08:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.61ms DONE
  2026-08-04 08:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.71ms DONE
  2026-08-04 08:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.02ms DONE
  2026-08-04 08:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.91ms DONE
  2026-08-04 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.09ms DONE
  2026-08-04 08:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.68ms DONE
  2026-08-04 08:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  240.43ms DONE
  2026-08-04 08:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.16ms DONE
  2026-08-04 08:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.39ms DONE
  2026-08-04 08:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.04ms DONE
  2026-08-04 08:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  301.45ms DONE
  2026-08-04 08:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.14ms DONE
  2026-08-04 08:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.43ms DONE
  2026-08-04 08:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.76ms DONE
  2026-08-04 08:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.46ms DONE
  2026-08-04 08:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.61ms DONE
  2026-08-04 08:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.80ms DONE
  2026-08-04 08:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.81ms DONE
  2026-08-04 08:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.13ms DONE
  2026-08-04 08:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.90ms DONE
  2026-08-04 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.36ms DONE
  2026-08-04 08:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  766.36ms DONE
  2026-08-04 08:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.94ms DONE
  2026-08-04 08:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.63ms DONE
  2026-08-04 08:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  305.78ms DONE
  2026-08-04 08:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.60ms DONE
  2026-08-04 08:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.11ms DONE
  2026-08-04 08:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.82ms DONE
  2026-08-04 08:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.89ms DONE
  2026-08-04 08:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.93ms DONE
  2026-08-04 08:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.98ms DONE
  2026-08-04 08:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.76ms DONE
  2026-08-04 08:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.47ms DONE
  2026-08-04 08:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.08ms DONE
  2026-08-04 08:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.03ms DONE
  2026-08-04 08:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  153.78ms DONE
  2026-08-04 08:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.49ms DONE
  2026-08-04 08:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.70ms DONE
  2026-08-04 08:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.06ms DONE
  2026-08-04 08:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.28ms DONE
  2026-08-04 08:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.88ms DONE
  2026-08-04 08:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.17ms DONE
  2026-08-04 08:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.65ms DONE
  2026-08-04 08:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.37ms DONE
  2026-08-04 08:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.10ms DONE
  2026-08-04 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.82ms DONE
  2026-08-04 08:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.09ms DONE
  2026-08-04 08:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.47ms DONE
  2026-08-04 08:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.78ms DONE
  2026-08-04 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.57ms DONE
  2026-08-04 08:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.87ms DONE
  2026-08-04 08:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  127.36ms DONE
  2026-08-04 08:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.40ms DONE
  2026-08-04 08:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.52ms DONE
  2026-08-04 08:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.94ms DONE
  2026-08-04 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.69ms DONE
  2026-08-04 09:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  254.11ms DONE
  2026-08-04 09:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.40ms DONE
  2026-08-04 09:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  149.37ms DONE
  2026-08-04 09:03:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:03:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.71ms DONE
  2026-08-04 09:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.21ms DONE
  2026-08-04 09:05:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:05:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1s DONE
  2026-08-04 09:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:06:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.27ms DONE
  2026-08-04 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.28ms DONE
  2026-08-04 09:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.18ms DONE
  2026-08-04 09:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.36ms DONE
  2026-08-04 09:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  631.56ms DONE
  2026-08-04 09:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.19ms DONE
  2026-08-04 09:12:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:12:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.75ms DONE
  2026-08-04 09:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  182.97ms DONE
  2026-08-04 09:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.28ms DONE
  2026-08-04 09:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.92ms DONE
  2026-08-04 09:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.63ms DONE
  2026-08-04 09:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.62ms DONE
  2026-08-04 09:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.89ms DONE
  2026-08-04 09:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.01ms DONE
  2026-08-04 09:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.65ms DONE
  2026-08-04 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.39ms DONE
  2026-08-04 09:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.28ms DONE
  2026-08-04 09:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  480.79ms DONE
  2026-08-04 09:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.78ms DONE
  2026-08-04 09:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.49ms DONE
  2026-08-04 09:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.27ms DONE
  2026-08-04 09:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.53ms DONE
  2026-08-04 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.41ms DONE
  2026-08-04 09:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.57ms DONE
  2026-08-04 09:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.77ms DONE
  2026-08-04 09:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  378.92ms DONE
  2026-08-04 09:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.52ms DONE
  2026-08-04 09:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.81ms DONE
  2026-08-04 09:34:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:34:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.84ms DONE
  2026-08-04 09:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  150.11ms DONE
  2026-08-04 09:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.35ms DONE
  2026-08-04 09:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.22ms DONE
  2026-08-04 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.62ms DONE
  2026-08-04 09:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  223.19ms DONE
  2026-08-04 09:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  129.84ms DONE
  2026-08-04 09:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  217.63ms DONE
  2026-08-04 09:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  253.85ms DONE
  2026-08-04 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.87ms DONE
  2026-08-04 09:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.83ms DONE
  2026-08-04 09:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.41ms DONE
  2026-08-04 09:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  261.81ms DONE
  2026-08-04 09:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.90ms DONE
  2026-08-04 09:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.14ms DONE
  2026-08-04 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.74ms DONE
  2026-08-04 09:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.48ms DONE
  2026-08-04 09:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.22ms DONE
  2026-08-04 09:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.69ms DONE
  2026-08-04 09:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.22ms DONE
  2026-08-04 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.61ms DONE
  2026-08-04 09:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.32ms DONE
  2026-08-04 09:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.39ms DONE
  2026-08-04 09:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.46ms DONE
  2026-08-04 09:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.16ms DONE
  2026-08-04 09:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 09:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.28ms DONE
  2026-08-04 10:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:00:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  439.96ms DONE
  2026-08-04 10:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  177.26ms DONE
  2026-08-04 10:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.44ms DONE
  2026-08-04 10:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.55ms DONE
  2026-08-04 10:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.42ms DONE
  2026-08-04 10:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  164.52ms DONE
  2026-08-04 10:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.58ms DONE
  2026-08-04 10:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  302.00ms DONE
  2026-08-04 10:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.87ms DONE
  2026-08-04 10:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.94ms DONE
  2026-08-04 10:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  487.21ms DONE
  2026-08-04 10:11:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:11:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  109.14ms DONE
  2026-08-04 10:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.46ms DONE
  2026-08-04 10:13:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:13:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.78ms DONE
  2026-08-04 10:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  184.05ms DONE
  2026-08-04 10:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.53ms DONE
  2026-08-04 10:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.39ms DONE
  2026-08-04 10:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.20ms DONE
  2026-08-04 10:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.25ms DONE
  2026-08-04 10:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.01ms DONE
  2026-08-04 10:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  173.66ms DONE
  2026-08-04 10:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.40ms DONE
  2026-08-04 10:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.14ms DONE
  2026-08-04 10:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  251.86ms DONE
  2026-08-04 10:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  257.92ms DONE
  2026-08-04 10:25:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:25:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.68ms DONE
  2026-08-04 10:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.80ms DONE
  2026-08-04 10:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.02ms DONE
  2026-08-04 10:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  136.23ms DONE
  2026-08-04 10:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.03ms DONE
  2026-08-04 10:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  167.01ms DONE
  2026-08-04 10:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.36ms DONE
  2026-08-04 10:32:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:32:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.45ms DONE
  2026-08-04 10:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.27ms DONE
  2026-08-04 10:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.99ms DONE
  2026-08-04 10:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  533.47ms DONE
  2026-08-04 10:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.76ms DONE
  2026-08-04 10:37:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:37:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.86ms DONE
  2026-08-04 10:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.97ms DONE
  2026-08-04 10:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.02ms DONE
  2026-08-04 10:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.15ms DONE
  2026-08-04 10:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  169.57ms DONE
  2026-08-04 10:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.22ms DONE
  2026-08-04 10:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.51ms DONE
  2026-08-04 10:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.19ms DONE
  2026-08-04 10:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.59ms DONE
  2026-08-04 10:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.37ms DONE
  2026-08-04 10:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  219.97ms DONE
  2026-08-04 10:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.75ms DONE
  2026-08-04 10:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.27ms DONE
  2026-08-04 10:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.23ms DONE
  2026-08-04 10:51:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:51:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.80ms DONE
  2026-08-04 10:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.99ms DONE
  2026-08-04 10:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.60ms DONE
  2026-08-04 10:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.52ms DONE
  2026-08-04 10:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:55:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  558.04ms DONE
  2026-08-04 10:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.55ms DONE
  2026-08-04 10:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.27ms DONE
  2026-08-04 10:58:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:58:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.34ms DONE
  2026-08-04 10:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 10:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.75ms DONE
  2026-08-04 11:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.66ms DONE
  2026-08-04 11:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  149.90ms DONE
  2026-08-04 11:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.33ms DONE
  2026-08-04 11:03:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:03:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  298.82ms DONE
  2026-08-04 11:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.73ms DONE
  2026-08-04 11:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  280.67ms DONE
  2026-08-04 11:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.19ms DONE
  2026-08-04 11:07:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:07:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.38ms DONE
  2026-08-04 11:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:08:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.60ms DONE
  2026-08-04 11:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.63ms DONE
  2026-08-04 11:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.18ms DONE
  2026-08-04 11:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.81ms DONE
  2026-08-04 11:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.46ms DONE
  2026-08-04 11:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.04ms DONE
  2026-08-04 11:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.67ms DONE
  2026-08-04 11:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.74ms DONE
  2026-08-04 11:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.38ms DONE
  2026-08-04 11:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.73ms DONE
  2026-08-04 11:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  144.64ms DONE
  2026-08-04 11:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.27ms DONE
  2026-08-04 11:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  531.93ms DONE
  2026-08-04 11:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:21:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  160.74ms DONE
  2026-08-04 11:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.05ms DONE
  2026-08-04 11:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.63ms DONE
  2026-08-04 11:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.08ms DONE
  2026-08-04 11:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  169.25ms DONE
  2026-08-04 11:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.49ms DONE
  2026-08-04 11:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.20ms DONE
  2026-08-04 11:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.74ms DONE
  2026-08-04 11:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.01ms DONE
  2026-08-04 11:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  186.81ms DONE
  2026-08-04 11:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.17ms DONE
  2026-08-04 11:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.39ms DONE
  2026-08-04 11:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.76ms DONE
  2026-08-04 11:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.80ms DONE
  2026-08-04 11:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  143.32ms DONE
  2026-08-04 11:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.72ms DONE
  2026-08-04 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.85ms DONE
  2026-08-04 11:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.35ms DONE
  2026-08-04 11:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  672.13ms DONE
  2026-08-04 11:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  315.80ms DONE
  2026-08-04 11:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  301.38ms DONE
  2026-08-04 11:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  158.87ms DONE
  2026-08-04 11:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.16ms DONE
  2026-08-04 11:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.19ms DONE
  2026-08-04 11:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.40ms DONE
  2026-08-04 11:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.74ms DONE
  2026-08-04 11:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.54ms DONE
  2026-08-04 11:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.94ms DONE
  2026-08-04 11:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.60ms DONE
  2026-08-04 11:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.19ms DONE
  2026-08-04 11:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.24ms DONE
  2026-08-04 11:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.51ms DONE
  2026-08-04 11:53:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:53:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.75ms DONE
  2026-08-04 11:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.05ms DONE
  2026-08-04 11:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.15ms DONE
  2026-08-04 11:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.77ms DONE
  2026-08-04 11:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.28ms DONE
  2026-08-04 11:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.26ms DONE
  2026-08-04 11:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 11:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.01ms DONE
  2026-08-04 12:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.43ms DONE
  2026-08-04 12:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.03ms DONE
  2026-08-04 12:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  98.58ms DONE
  2026-08-04 12:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.38ms DONE
  2026-08-04 12:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.11ms DONE
  2026-08-04 12:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.17ms DONE
  2026-08-04 12:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.63ms DONE
  2026-08-04 12:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.41ms DONE
  2026-08-04 12:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  138.82ms DONE
  2026-08-04 12:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.35ms DONE
  2026-08-04 12:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.32ms DONE
  2026-08-04 12:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.27ms DONE
  2026-08-04 12:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-04 12:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.91ms DONE
  2026-08-04 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.98ms DONE
  2026-08-04 12:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  307.04ms DONE
  2026-08-04 12:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.27ms DONE
  2026-08-04 12:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.43ms DONE
  2026-08-04 12:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.56ms DONE
  2026-08-04 12:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.89ms DONE
  2026-08-04 12:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.42ms DONE
  2026-08-04 12:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.00ms DONE
  2026-08-04 12:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.96ms DONE
  2026-08-04 12:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  139.06ms DONE
  2026-08-04 12:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.36ms DONE
  2026-08-04 12:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  207.27ms DONE
  2026-08-04 12:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.72ms DONE
  2026-08-04 12:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.82ms DONE
  2026-08-04 12:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.09ms DONE
  2026-08-04 12:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.41ms DONE
  2026-08-04 12:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.23ms DONE
  2026-08-04 12:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.25ms DONE
  2026-08-04 12:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.04ms DONE
  2026-08-04 12:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.96ms DONE
  2026-08-04 12:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.44ms DONE
  2026-08-04 12:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.89ms DONE
  2026-08-04 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.48ms DONE
  2026-08-04 12:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.09ms DONE
  2026-08-04 12:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.73ms DONE
  2026-08-04 12:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.71ms DONE
  2026-08-04 12:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.82ms DONE
  2026-08-04 12:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.74ms DONE
  2026-08-04 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.67ms DONE
  2026-08-04 12:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.81ms DONE
  2026-08-04 12:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.69ms DONE
  2026-08-04 12:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.15ms DONE
  2026-08-04 12:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.16ms DONE
  2026-08-04 12:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.10ms DONE
  2026-08-04 12:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.87ms DONE
  2026-08-04 12:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.31ms DONE
  2026-08-04 12:50:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:50:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.59ms DONE
  2026-08-04 12:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.88ms DONE
  2026-08-04 12:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:52:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.36ms DONE
  2026-08-04 12:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.08ms DONE
  2026-08-04 12:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.67ms DONE
  2026-08-04 12:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  398.99ms DONE
  2026-08-04 12:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.10ms DONE
  2026-08-04 12:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.04ms DONE
  2026-08-04 12:58:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:58:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  124.67ms DONE
  2026-08-04 12:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 12:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.88ms DONE
  2026-08-04 13:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.87ms DONE
  2026-08-04 13:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  164.97ms DONE
  2026-08-04 13:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.65ms DONE
  2026-08-04 13:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.86ms DONE
  2026-08-04 13:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.13ms DONE
  2026-08-04 13:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.19ms DONE
  2026-08-04 13:06:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:06:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.07ms DONE
  2026-08-04 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.23ms DONE
  2026-08-04 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.76ms DONE
  2026-08-04 13:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.79ms DONE
  2026-08-04 13:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  137.49ms DONE
  2026-08-04 13:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.75ms DONE
  2026-08-04 13:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.88ms DONE
  2026-08-04 13:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.22ms DONE
  2026-08-04 13:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.28ms DONE
  2026-08-04 13:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.25ms DONE
  2026-08-04 13:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.03ms DONE
  2026-08-04 13:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  100.42ms DONE
  2026-08-04 13:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.69ms DONE
  2026-08-04 13:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.90ms DONE
  2026-08-04 13:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.74ms DONE
  2026-08-04 13:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.44ms DONE
  2026-08-04 13:22:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:22:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.32ms DONE
  2026-08-04 13:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  256.07ms DONE
  2026-08-04 13:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.47ms DONE
  2026-08-04 13:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.35ms DONE
  2026-08-04 13:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.30ms DONE
  2026-08-04 13:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.62ms DONE
  2026-08-04 13:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.57ms DONE
  2026-08-04 13:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.41ms DONE
  2026-08-04 13:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  183.37ms DONE
  2026-08-04 13:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.20ms DONE
  2026-08-04 13:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.59ms DONE
  2026-08-04 13:33:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:33:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  259.67ms DONE
  2026-08-04 13:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.00ms DONE
  2026-08-04 13:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.43ms DONE
  2026-08-04 13:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.85ms DONE
  2026-08-04 13:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:37:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.39ms DONE
  2026-08-04 13:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.11ms DONE
  2026-08-04 13:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.66ms DONE
  2026-08-04 13:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.69ms DONE
  2026-08-04 13:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.08ms DONE
  2026-08-04 13:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.27ms DONE
  2026-08-04 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.49ms DONE
  2026-08-04 13:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.67ms DONE
  2026-08-04 13:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.17ms DONE
  2026-08-04 13:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.65ms DONE
  2026-08-04 13:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.99ms DONE
  2026-08-04 13:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  494.47ms DONE
  2026-08-04 13:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.69ms DONE
  2026-08-04 13:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.32ms DONE
  2026-08-04 13:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  102.20ms DONE
  2026-08-04 13:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.62ms DONE
  2026-08-04 13:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.42ms DONE
  2026-08-04 13:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.81ms DONE
  2026-08-04 13:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.03ms DONE
  2026-08-04 13:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.71ms DONE
  2026-08-04 13:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.12ms DONE
  2026-08-04 13:58:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:58:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.05ms DONE
  2026-08-04 13:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 13:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.55ms DONE
  2026-08-04 14:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.74ms DONE
  2026-08-04 14:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.92ms DONE
  2026-08-04 14:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.13ms DONE
  2026-08-04 14:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  180.82ms DONE
  2026-08-04 14:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.48ms DONE
  2026-08-04 14:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.59ms DONE
  2026-08-04 14:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.23ms DONE
  2026-08-04 14:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.16ms DONE
  2026-08-04 14:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.82ms DONE
  2026-08-04 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  406.84ms DONE
  2026-08-04 14:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.77ms DONE
  2026-08-04 14:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.07ms DONE
  2026-08-04 14:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.84ms DONE
  2026-08-04 14:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  226.47ms DONE
  2026-08-04 14:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  129.66ms DONE
  2026-08-04 14:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.87ms DONE
  2026-08-04 14:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.63ms DONE
  2026-08-04 14:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  236.07ms DONE
  2026-08-04 14:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  355.23ms DONE
  2026-08-04 14:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.71ms DONE
  2026-08-04 14:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  252.39ms DONE
  2026-08-04 14:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.28ms DONE
  2026-08-04 14:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.89ms DONE
  2026-08-04 14:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  135.85ms DONE
  2026-08-04 14:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.25ms DONE
  2026-08-04 14:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  105.69ms DONE
  2026-08-04 14:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  225.67ms DONE
  2026-08-04 14:27:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:27:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.85ms DONE
  2026-08-04 14:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.26ms DONE
  2026-08-04 14:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.35ms DONE
  2026-08-04 14:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.72ms DONE
  2026-08-04 14:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.41ms DONE
  2026-08-04 14:32:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:32:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.05ms DONE
  2026-08-04 14:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  128.36ms DONE
  2026-08-04 14:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.41ms DONE
  2026-08-04 14:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.33ms DONE
  2026-08-04 14:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.52ms DONE
  2026-08-04 14:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.68ms DONE
  2026-08-04 14:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.56ms DONE
  2026-08-04 14:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  143.19ms DONE
  2026-08-04 14:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.81ms DONE
  2026-08-04 14:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.81ms DONE
  2026-08-04 14:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.97ms DONE
  2026-08-04 14:43:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:43:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  244.32ms DONE
  2026-08-04 14:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.53ms DONE
  2026-08-04 14:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  333.09ms DONE
  2026-08-04 14:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.80ms DONE
  2026-08-04 14:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.36ms DONE
  2026-08-04 14:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.83ms DONE
  2026-08-04 14:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.36ms DONE
  2026-08-04 14:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.69ms DONE
  2026-08-04 14:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.71ms DONE
  2026-08-04 14:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.84ms DONE
  2026-08-04 14:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.77ms DONE
  2026-08-04 14:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.76ms DONE
  2026-08-04 14:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.81ms DONE
  2026-08-04 14:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.75ms DONE
  2026-08-04 14:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.55ms DONE
  2026-08-04 14:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.82ms DONE
  2026-08-04 14:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 14:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.31ms DONE
  2026-08-04 15:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.45ms DONE
  2026-08-04 15:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  300.86ms DONE
  2026-08-04 15:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.18ms DONE
  2026-08-04 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.54ms DONE
  2026-08-04 15:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.78ms DONE
  2026-08-04 15:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.74ms DONE
  2026-08-04 15:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.81ms DONE
  2026-08-04 15:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.40ms DONE
  2026-08-04 15:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.53ms DONE
  2026-08-04 15:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:09:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  461.33ms DONE
  2026-08-04 15:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.77ms DONE
  2026-08-04 15:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.05ms DONE
  2026-08-04 15:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.32ms DONE
  2026-08-04 15:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.33ms DONE
  2026-08-04 15:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.84ms DONE
  2026-08-04 15:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.76ms DONE
  2026-08-04 15:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.59ms DONE
  2026-08-04 15:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  98.21ms DONE
  2026-08-04 15:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.94ms DONE
  2026-08-04 15:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.61ms DONE
  2026-08-04 15:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  160.54ms DONE
  2026-08-04 15:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.33ms DONE
  2026-08-04 15:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.29ms DONE
  2026-08-04 15:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-04 15:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.24ms DONE
  2026-08-04 15:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.01ms DONE
  2026-08-04 15:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.10ms DONE
  2026-08-04 15:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.22ms DONE
  2026-08-04 15:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.81ms DONE
  2026-08-04 15:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.48ms DONE
  2026-08-04 15:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.30ms DONE
  2026-08-04 15:31:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:31:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  127.45ms DONE
  2026-08-04 15:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.68ms DONE
  2026-08-04 15:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.78ms DONE
  2026-08-04 15:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.83ms DONE
  2026-08-04 15:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.37ms DONE
  2026-08-04 15:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.00ms DONE
  2026-08-04 15:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.01ms DONE
  2026-08-04 15:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.99ms DONE
  2026-08-04 15:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  291.00ms DONE
  2026-08-04 15:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.60ms DONE
  2026-08-04 15:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.85ms DONE
  2026-08-04 15:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.71ms DONE
  2026-08-04 15:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.85ms DONE
  2026-08-04 15:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.22ms DONE
  2026-08-04 15:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.87ms DONE
  2026-08-04 15:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.48ms DONE
  2026-08-04 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.74ms DONE
  2026-08-04 15:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.24ms DONE
  2026-08-04 15:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.80ms DONE
  2026-08-04 15:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.59ms DONE
  2026-08-04 15:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.33ms DONE
  2026-08-04 15:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.05ms DONE
  2026-08-04 15:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.94ms DONE
  2026-08-04 15:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.24ms DONE
  2026-08-04 15:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.00ms DONE
  2026-08-04 15:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.74ms DONE
  2026-08-04 15:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.56ms DONE
  2026-08-04 15:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.34ms DONE
  2026-08-04 15:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 15:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.00ms DONE
  2026-08-04 16:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.06ms DONE
  2026-08-04 16:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.14ms DONE
  2026-08-04 16:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.46ms DONE
  2026-08-04 16:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.45ms DONE
  2026-08-04 16:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.94ms DONE
  2026-08-04 16:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.64ms DONE
  2026-08-04 16:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.49ms DONE
  2026-08-04 16:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.37ms DONE
  2026-08-04 16:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.92ms DONE
  2026-08-04 16:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  353.88ms DONE
  2026-08-04 16:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.49ms DONE
  2026-08-04 16:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.56ms DONE
  2026-08-04 16:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.52ms DONE
  2026-08-04 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.61ms DONE
  2026-08-04 16:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.15ms DONE
  2026-08-04 16:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.72ms DONE
  2026-08-04 16:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  701.18ms DONE
  2026-08-04 16:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.81ms DONE
  2026-08-04 16:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  465.73ms DONE
  2026-08-04 16:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.25ms DONE
  2026-08-04 16:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  192.80ms DONE
  2026-08-04 16:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.93ms DONE
  2026-08-04 16:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.79ms DONE
  2026-08-04 16:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.54ms DONE
  2026-08-04 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.93ms DONE
  2026-08-04 16:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.67ms DONE
  2026-08-04 16:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.08ms DONE
  2026-08-04 16:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.42ms DONE
  2026-08-04 16:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.13ms DONE
  2026-08-04 16:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.30ms DONE
  2026-08-04 16:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.54ms DONE
  2026-08-04 16:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.65ms DONE
  2026-08-04 16:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.75ms DONE
  2026-08-04 16:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.15ms DONE
  2026-08-04 16:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.48ms DONE
  2026-08-04 16:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.10ms DONE
  2026-08-04 16:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.76ms DONE
  2026-08-04 16:37:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:37:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.47ms DONE
  2026-08-04 16:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.33ms DONE
  2026-08-04 16:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  187.95ms DONE
  2026-08-04 16:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.70ms DONE
  2026-08-04 16:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  158.65ms DONE
  2026-08-04 16:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.20ms DONE
  2026-08-04 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.77ms DONE
  2026-08-04 16:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.44ms DONE
  2026-08-04 16:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  257.79ms DONE
  2026-08-04 16:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  251.79ms DONE
  2026-08-04 16:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  189.93ms DONE
  2026-08-04 16:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.29ms DONE
  2026-08-04 16:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.45ms DONE
  2026-08-04 16:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  218.46ms DONE
  2026-08-04 16:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.98ms DONE
  2026-08-04 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  178.46ms DONE
  2026-08-04 16:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.58ms DONE
  2026-08-04 16:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.79ms DONE
  2026-08-04 16:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.89ms DONE
  2026-08-04 16:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.47ms DONE
  2026-08-04 16:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.24ms DONE
  2026-08-04 16:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.88ms DONE
  2026-08-04 16:59:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 16:59:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.46ms DONE
  2026-08-04 17:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  189.70ms DONE
  2026-08-04 17:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.29ms DONE
  2026-08-04 17:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.33ms DONE
  2026-08-04 17:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  153.22ms DONE
  2026-08-04 17:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.24ms DONE
  2026-08-04 17:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.92ms DONE
  2026-08-04 17:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.70ms DONE
  2026-08-04 17:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.61ms DONE
  2026-08-04 17:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.76ms DONE
  2026-08-04 17:09:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:09:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  95.12ms DONE
  2026-08-04 17:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.77ms DONE
  2026-08-04 17:11:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:11:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.48ms DONE
  2026-08-04 17:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.85ms DONE
  2026-08-04 17:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.04ms DONE
  2026-08-04 17:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.24ms DONE
  2026-08-04 17:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.25ms DONE
  2026-08-04 17:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.90ms DONE
  2026-08-04 17:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.98ms DONE
  2026-08-04 17:18:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:18:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.97ms DONE
  2026-08-04 17:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  105.72ms DONE
  2026-08-04 17:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1s DONE
  2026-08-04 17:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.84ms DONE
  2026-08-04 17:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.42ms DONE
  2026-08-04 17:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.32ms DONE
  2026-08-04 17:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.15ms DONE
  2026-08-04 17:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.91ms DONE
  2026-08-04 17:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.71ms DONE
  2026-08-04 17:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  254.03ms DONE
  2026-08-04 17:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.43ms DONE
  2026-08-04 17:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.54ms DONE
  2026-08-04 17:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.88ms DONE
  2026-08-04 17:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.16ms DONE
  2026-08-04 17:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.42ms DONE
  2026-08-04 17:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.78ms DONE
  2026-08-04 17:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.22ms DONE
  2026-08-04 17:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.09ms DONE
  2026-08-04 17:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.72ms DONE
  2026-08-04 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.69ms DONE
  2026-08-04 17:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.28ms DONE
  2026-08-04 17:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.01ms DONE
  2026-08-04 17:40:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:40:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  94.45ms DONE
  2026-08-04 17:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.86ms DONE
  2026-08-04 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.34ms DONE
  2026-08-04 17:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.78ms DONE
  2026-08-04 17:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.20ms DONE
  2026-08-04 17:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.41ms DONE
  2026-08-04 17:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.63ms DONE
  2026-08-04 17:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.70ms DONE
  2026-08-04 17:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.55ms DONE
  2026-08-04 17:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.29ms DONE
  2026-08-04 17:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.24ms DONE
  2026-08-04 17:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  509.92ms DONE
  2026-08-04 17:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.10ms DONE
  2026-08-04 17:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.16ms DONE
  2026-08-04 17:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.89ms DONE
  2026-08-04 17:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.31ms DONE
  2026-08-04 17:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.95ms DONE
  2026-08-04 17:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.50ms DONE
  2026-08-04 17:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.54ms DONE
  2026-08-04 17:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 17:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.92ms DONE
  2026-08-04 18:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.81ms DONE
  2026-08-04 18:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.18ms DONE
  2026-08-04 18:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.10ms DONE
  2026-08-04 18:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.70ms DONE
  2026-08-04 18:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.74ms DONE
  2026-08-04 18:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.94ms DONE
  2026-08-04 18:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.90ms DONE
  2026-08-04 18:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.86ms DONE
  2026-08-04 18:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.11ms DONE
  2026-08-04 18:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.83ms DONE
  2026-08-04 18:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.38ms DONE
  2026-08-04 18:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.96ms DONE
  2026-08-04 18:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.83ms DONE
  2026-08-04 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.58ms DONE
  2026-08-04 18:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.64ms DONE
  2026-08-04 18:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.71ms DONE
  2026-08-04 18:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.45ms DONE
  2026-08-04 18:17:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:17:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  270.14ms DONE
  2026-08-04 18:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  167.68ms DONE
  2026-08-04 18:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.12ms DONE
  2026-08-04 18:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  100.37ms DONE
  2026-08-04 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.17ms DONE
  2026-08-04 18:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.62ms DONE
  2026-08-04 18:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.80ms DONE
  2026-08-04 18:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.83ms DONE
  2026-08-04 18:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.93ms DONE
  2026-08-04 18:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  94.45ms DONE
  2026-08-04 18:27:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:27:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  137.24ms DONE
  2026-08-04 18:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.31ms DONE
  2026-08-04 18:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.50ms DONE
  2026-08-04 18:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  103.79ms DONE
  2026-08-04 18:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.28ms DONE
  2026-08-04 18:32:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:32:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.53ms DONE
  2026-08-04 18:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.34ms DONE
  2026-08-04 18:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.49ms DONE
  2026-08-04 18:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.35ms DONE
  2026-08-04 18:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.34ms DONE
  2026-08-04 18:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.50ms DONE
  2026-08-04 18:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.90ms DONE
  2026-08-04 18:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.97ms DONE
  2026-08-04 18:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:40:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  172.06ms DONE
  2026-08-04 18:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.65ms DONE
  2026-08-04 18:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.04ms DONE
  2026-08-04 18:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.35ms DONE
  2026-08-04 18:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.17ms DONE
  2026-08-04 18:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.77ms DONE
  2026-08-04 18:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.24ms DONE
  2026-08-04 18:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.83ms DONE
  2026-08-04 18:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.37ms DONE
  2026-08-04 18:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.49ms DONE
  2026-08-04 18:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.55ms DONE
  2026-08-04 18:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  274.06ms DONE
  2026-08-04 18:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.05ms DONE
  2026-08-04 18:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  194.69ms DONE
  2026-08-04 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.77ms DONE
  2026-08-04 18:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.28ms DONE
  2026-08-04 18:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.05ms DONE
  2026-08-04 18:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.44ms DONE
  2026-08-04 18:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.18ms DONE
  2026-08-04 18:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 18:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.41ms DONE
  2026-08-04 19:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  878.59ms DONE
  2026-08-04 19:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.10ms DONE
  2026-08-04 19:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.82ms DONE
  2026-08-04 19:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.38ms DONE
  2026-08-04 19:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.48ms DONE
  2026-08-04 19:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  98.88ms DONE
  2026-08-04 19:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.61ms DONE
  2026-08-04 19:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.40ms DONE
  2026-08-04 19:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.72ms DONE
  2026-08-04 19:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.48ms DONE
  2026-08-04 19:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.89ms DONE
  2026-08-04 19:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.02ms DONE
  2026-08-04 19:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.13ms DONE
  2026-08-04 19:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.71ms DONE
  2026-08-04 19:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.85ms DONE
  2026-08-04 19:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.44ms DONE
  2026-08-04 19:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.73ms DONE
  2026-08-04 19:17:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:17:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  155.56ms DONE
  2026-08-04 19:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  272.18ms DONE
  2026-08-04 19:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.44ms DONE
  2026-08-04 19:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  304.44ms DONE
  2026-08-04 19:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.09ms DONE
  2026-08-04 19:22:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:22:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.31ms DONE
  2026-08-04 19:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  365.70ms DONE
  2026-08-04 19:24:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:24:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.70ms DONE
  2026-08-04 19:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.76ms DONE
  2026-08-04 19:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.28ms DONE
  2026-08-04 19:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.03ms DONE
  2026-08-04 19:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.38ms DONE
  2026-08-04 19:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.36ms DONE
  2026-08-04 19:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.30ms DONE
  2026-08-04 19:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.62ms DONE
  2026-08-04 19:32:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:32:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.32ms DONE
  2026-08-04 19:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.40ms DONE
  2026-08-04 19:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.98ms DONE
  2026-08-04 19:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.81ms DONE
  2026-08-04 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.05ms DONE
  2026-08-04 19:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.89ms DONE
  2026-08-04 19:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.59ms DONE
  2026-08-04 19:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.70ms DONE
  2026-08-04 19:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  316.05ms DONE
  2026-08-04 19:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  140.58ms DONE
  2026-08-04 19:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  184.80ms DONE
  2026-08-04 19:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.02ms DONE
  2026-08-04 19:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.50ms DONE
  2026-08-04 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.74ms DONE
  2026-08-04 19:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.68ms DONE
  2026-08-04 19:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.38ms DONE
  2026-08-04 19:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.63ms DONE
  2026-08-04 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.79ms DONE
  2026-08-04 19:50:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:50:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  324.91ms DONE
  2026-08-04 19:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.98ms DONE
  2026-08-04 19:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.66ms DONE
  2026-08-04 19:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.90ms DONE
  2026-08-04 19:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.78ms DONE
  2026-08-04 19:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.30ms DONE
  2026-08-04 19:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.80ms DONE
  2026-08-04 19:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.70ms DONE
  2026-08-04 19:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.85ms DONE
  2026-08-04 19:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 19:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.48ms DONE
  2026-08-04 20:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  143.83ms DONE
  2026-08-04 20:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.18ms DONE
  2026-08-04 20:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.82ms DONE
  2026-08-04 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.49ms DONE
  2026-08-04 20:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.67ms DONE
  2026-08-04 20:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  126.77ms DONE
  2026-08-04 20:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.06ms DONE
  2026-08-04 20:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.04ms DONE
  2026-08-04 20:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.97ms DONE
  2026-08-04 20:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.63ms DONE
  2026-08-04 20:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.13ms DONE
  2026-08-04 20:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.34ms DONE
  2026-08-04 20:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.02ms DONE
  2026-08-04 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.84ms DONE
  2026-08-04 20:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  203.19ms DONE
  2026-08-04 20:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.87ms DONE
  2026-08-04 20:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.45ms DONE
  2026-08-04 20:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  418.45ms DONE
  2026-08-04 20:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.41ms DONE
  2026-08-04 20:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.74ms DONE
  2026-08-04 20:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.54ms DONE
  2026-08-04 20:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.23ms DONE
  2026-08-04 20:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.93ms DONE
  2026-08-04 20:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.39ms DONE
  2026-08-04 20:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.77ms DONE
  2026-08-04 20:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.98ms DONE
  2026-08-04 20:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:26:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.83ms DONE
  2026-08-04 20:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.92ms DONE
  2026-08-04 20:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.32ms DONE
  2026-08-04 20:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.23ms DONE
  2026-08-04 20:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.86ms DONE
  2026-08-04 20:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.77ms DONE
  2026-08-04 20:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.81ms DONE
  2026-08-04 20:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  217.58ms DONE
  2026-08-04 20:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.30ms DONE
  2026-08-04 20:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.71ms DONE
  2026-08-04 20:36:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:36:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  123.84ms DONE
  2026-08-04 20:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.74ms DONE
  2026-08-04 20:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.31ms DONE
  2026-08-04 20:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.31ms DONE
  2026-08-04 20:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.51ms DONE
  2026-08-04 20:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.03ms DONE
  2026-08-04 20:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.02ms DONE
  2026-08-04 20:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  242.72ms DONE
  2026-08-04 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.38ms DONE
  2026-08-04 20:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.35ms DONE
  2026-08-04 20:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.45ms DONE
  2026-08-04 20:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.68ms DONE
  2026-08-04 20:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.16ms DONE
  2026-08-04 20:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.83ms DONE
  2026-08-04 20:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  102.51ms DONE
  2026-08-04 20:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.03ms DONE
  2026-08-04 20:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.24ms DONE
  2026-08-04 20:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  272.47ms DONE
  2026-08-04 20:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-04 20:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.12ms DONE
  2026-08-04 20:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.48ms DONE
  2026-08-04 20:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.61ms DONE
  2026-08-04 20:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  148.88ms DONE
  2026-08-04 20:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 20:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.06ms DONE
  2026-08-04 21:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.18ms DONE
  2026-08-04 21:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  224.07ms DONE
  2026-08-04 21:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.93ms DONE
  2026-08-04 21:03:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:03:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.62ms DONE
  2026-08-04 21:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.43ms DONE
  2026-08-04 21:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.76ms DONE
  2026-08-04 21:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.80ms DONE
  2026-08-04 21:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.55ms DONE
  2026-08-04 21:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.84ms DONE
  2026-08-04 21:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.26ms DONE
  2026-08-04 21:10:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:10:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  615.42ms DONE
  2026-08-04 21:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.62ms DONE
  2026-08-04 21:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.42ms DONE
  2026-08-04 21:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.50ms DONE
  2026-08-04 21:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.01ms DONE
  2026-08-04 21:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.80ms DONE
  2026-08-04 21:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.33ms DONE
  2026-08-04 21:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  100.32ms DONE
  2026-08-04 21:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.23ms DONE
  2026-08-04 21:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.73ms DONE
  2026-08-04 21:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  332.63ms DONE
  2026-08-04 21:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.17ms DONE
  2026-08-04 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.70ms DONE
  2026-08-04 21:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.36ms DONE
  2026-08-04 21:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.03ms DONE
  2026-08-04 21:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.93ms DONE
  2026-08-04 21:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.97ms DONE
  2026-08-04 21:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.58ms DONE
  2026-08-04 21:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.31ms DONE
  2026-08-04 21:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.40ms DONE
  2026-08-04 21:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:30:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  519.93ms DONE
  2026-08-04 21:31:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:31:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.19ms DONE
  2026-08-04 21:32:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:32:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.99ms DONE
  2026-08-04 21:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.28ms DONE
  2026-08-04 21:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.36ms DONE
  2026-08-04 21:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  368.74ms DONE
  2026-08-04 21:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.61ms DONE
  2026-08-04 21:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.00ms DONE
  2026-08-04 21:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  153.13ms DONE
  2026-08-04 21:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  276.07ms DONE
  2026-08-04 21:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.44ms DONE
  2026-08-04 21:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:41:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.24ms DONE
  2026-08-04 21:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.01ms DONE
  2026-08-04 21:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.78ms DONE
  2026-08-04 21:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.46ms DONE
  2026-08-04 21:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.66ms DONE
  2026-08-04 21:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.76ms DONE
  2026-08-04 21:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.21ms DONE
  2026-08-04 21:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  294.74ms DONE
  2026-08-04 21:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.74ms DONE
  2026-08-04 21:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.89ms DONE
  2026-08-04 21:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.60ms DONE
  2026-08-04 21:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-04 21:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  149.24ms DONE
  2026-08-04 21:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.75ms DONE
  2026-08-04 21:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  157.78ms DONE
  2026-08-04 21:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.68ms DONE
  2026-08-04 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  274.67ms DONE
  2026-08-04 21:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.75ms DONE
  2026-08-04 21:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 21:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.94ms DONE
  2026-08-04 22:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  406.68ms DONE
  2026-08-04 22:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.89ms DONE
  2026-08-04 22:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.57ms DONE
  2026-08-04 22:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.63ms DONE
  2026-08-04 22:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.78ms DONE
  2026-08-04 22:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.63ms DONE
  2026-08-04 22:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.67ms DONE
  2026-08-04 22:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  106.86ms DONE
  2026-08-04 22:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.54ms DONE
  2026-08-04 22:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.93ms DONE
  2026-08-04 22:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.20ms DONE
  2026-08-04 22:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.41ms DONE
  2026-08-04 22:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.46ms DONE
  2026-08-04 22:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.24ms DONE
  2026-08-04 22:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  138.61ms DONE
  2026-08-04 22:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.79ms DONE
  2026-08-04 22:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.48ms DONE
  2026-08-04 22:17:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:17:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.22ms DONE
  2026-08-04 22:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  100.66ms DONE
  2026-08-04 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.89ms DONE
  2026-08-04 22:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.17ms DONE
  2026-08-04 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  409.92ms DONE
  2026-08-04 22:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  124.73ms DONE
  2026-08-04 22:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  154.70ms DONE
  2026-08-04 22:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.68ms DONE
  2026-08-04 22:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  413.71ms DONE
  2026-08-04 22:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.50ms DONE
  2026-08-04 22:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.31ms DONE
  2026-08-04 22:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.71ms DONE
  2026-08-04 22:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.95ms DONE
  2026-08-04 22:30:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:30:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  368.73ms DONE
  2026-08-04 22:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.87ms DONE
  2026-08-04 22:32:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:32:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  182.84ms DONE
  2026-08-04 22:33:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:33:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.16ms DONE
  2026-08-04 22:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.59ms DONE
  2026-08-04 22:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.46ms DONE
  2026-08-04 22:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.83ms DONE
  2026-08-04 22:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.67ms DONE
  2026-08-04 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.32ms DONE
  2026-08-04 22:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.68ms DONE
  2026-08-04 22:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  183.45ms DONE
  2026-08-04 22:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.94ms DONE
  2026-08-04 22:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.02ms DONE
  2026-08-04 22:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.95ms DONE
  2026-08-04 22:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.91ms DONE
  2026-08-04 22:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  252.43ms DONE
  2026-08-04 22:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.15ms DONE
  2026-08-04 22:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.07ms DONE
  2026-08-04 22:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.75ms DONE
  2026-08-04 22:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.59ms DONE
  2026-08-04 22:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.64ms DONE
  2026-08-04 22:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.33ms DONE
  2026-08-04 22:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.18ms DONE
  2026-08-04 22:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.96ms DONE
  2026-08-04 22:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.97ms DONE
  2026-08-04 22:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.33ms DONE
  2026-08-04 22:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.31ms DONE
  2026-08-04 22:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.47ms DONE
  2026-08-04 22:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.78ms DONE
  2026-08-04 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.97ms DONE
  2026-08-04 23:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.56ms DONE
  2026-08-04 23:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.56ms DONE
  2026-08-04 23:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.31ms DONE
  2026-08-04 23:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.31ms DONE
  2026-08-04 23:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.36ms DONE
  2026-08-04 23:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.00ms DONE
  2026-08-04 23:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.88ms DONE
  2026-08-04 23:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.50ms DONE
  2026-08-04 23:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.21ms DONE
  2026-08-04 23:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.56ms DONE
  2026-08-04 23:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  227.98ms DONE
  2026-08-04 23:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.80ms DONE
  2026-08-04 23:12:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:12:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.20ms DONE
  2026-08-04 23:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.54ms DONE
  2026-08-04 23:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.92ms DONE
  2026-08-04 23:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.15ms DONE
  2026-08-04 23:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.69ms DONE
  2026-08-04 23:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.33ms DONE
  2026-08-04 23:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.18ms DONE
  2026-08-04 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.22ms DONE
  2026-08-04 23:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  164.07ms DONE
  2026-08-04 23:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.55ms DONE
  2026-08-04 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.58ms DONE
  2026-08-04 23:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-08-04 23:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.05ms DONE
  2026-08-04 23:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  172.40ms DONE
  2026-08-04 23:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.77ms DONE
  2026-08-04 23:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.10ms DONE
  2026-08-04 23:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.29ms DONE
  2026-08-04 23:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.42ms DONE
  2026-08-04 23:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.47ms DONE
  2026-08-04 23:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.27ms DONE
  2026-08-04 23:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.02ms DONE
  2026-08-04 23:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.45ms DONE
  2026-08-04 23:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.08ms DONE
  2026-08-04 23:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.48ms DONE
  2026-08-04 23:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.01ms DONE
  2026-08-04 23:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  136.96ms DONE
  2026-08-04 23:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.77ms DONE
  2026-08-04 23:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.79ms DONE
  2026-08-04 23:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  143.52ms DONE
  2026-08-04 23:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.03ms DONE
  2026-08-04 23:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.17ms DONE
  2026-08-04 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.50ms DONE
  2026-08-04 23:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.65ms DONE
  2026-08-04 23:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  580.44ms DONE
  2026-08-04 23:46:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:46:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.64ms DONE
  2026-08-04 23:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.51ms DONE
  2026-08-04 23:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.91ms DONE
  2026-08-04 23:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.27ms DONE
  2026-08-04 23:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  286.86ms DONE
  2026-08-04 23:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.20ms DONE
  2026-08-04 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.98ms DONE
  2026-08-04 23:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.44ms DONE
  2026-08-04 23:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.17ms DONE
  2026-08-04 23:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.51ms DONE
  2026-08-04 23:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.91ms DONE
  2026-08-04 23:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.51ms DONE
  2026-08-04 23:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.99ms DONE
  2026-08-04 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-04 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.13ms DONE
  2026-08-05 00:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  114.53ms DONE
  2026-08-05 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.19ms DONE
  2026-08-05 00:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.82ms DONE
  2026-08-05 00:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.14ms DONE
  2026-08-05 00:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.96ms DONE
  2026-08-05 00:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.62ms DONE
  2026-08-05 00:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.72ms DONE
  2026-08-05 00:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.58ms DONE
  2026-08-05 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.77ms DONE
  2026-08-05 00:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.05ms DONE
  2026-08-05 00:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  144.86ms DONE
  2026-08-05 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.64ms DONE
  2026-08-05 00:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.51ms DONE
  2026-08-05 00:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.95ms DONE
  2026-08-05 00:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.92ms DONE
  2026-08-05 00:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.14ms DONE
  2026-08-05 00:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.79ms DONE
  2026-08-05 00:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  275.80ms DONE
  2026-08-05 00:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.05ms DONE
  2026-08-05 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.17ms DONE
  2026-08-05 00:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.79ms DONE
  2026-08-05 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.90ms DONE
  2026-08-05 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.31ms DONE
  2026-08-05 00:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.38ms DONE
  2026-08-05 00:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.37ms DONE
  2026-08-05 00:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.03ms DONE
  2026-08-05 00:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.38ms DONE
  2026-08-05 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.09ms DONE
  2026-08-05 00:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.04ms DONE
  2026-08-05 00:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.23ms DONE
  2026-08-05 00:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  150.42ms DONE
  2026-08-05 00:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.77ms DONE
  2026-08-05 00:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.88ms DONE
  2026-08-05 00:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.66ms DONE
  2026-08-05 00:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.95ms DONE
  2026-08-05 00:35:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:35:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.79ms DONE
  2026-08-05 00:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.91ms DONE
  2026-08-05 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.08ms DONE
  2026-08-05 00:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.16ms DONE
  2026-08-05 00:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  190.51ms DONE
  2026-08-05 00:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.31ms DONE
  2026-08-05 00:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.72ms DONE
  2026-08-05 00:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.21ms DONE
  2026-08-05 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.09ms DONE
  2026-08-05 00:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.81ms DONE
  2026-08-05 00:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.27ms DONE
  2026-08-05 00:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.10ms DONE
  2026-08-05 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.26ms DONE
  2026-08-05 00:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.62ms DONE
  2026-08-05 00:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.54ms DONE
  2026-08-05 00:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.69ms DONE
  2026-08-05 00:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.68ms DONE
  2026-08-05 00:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.33ms DONE
  2026-08-05 00:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.95ms DONE
  2026-08-05 00:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.92ms DONE
  2026-08-05 00:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.88ms DONE
  2026-08-05 00:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.63ms DONE
  2026-08-05 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.78ms DONE
  2026-08-05 00:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.39ms DONE
  2026-08-05 00:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 00:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.20ms DONE
  2026-08-05 01:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  196.09ms DONE
  2026-08-05 01:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.30ms DONE
  2026-08-05 01:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.37ms DONE
  2026-08-05 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.81ms DONE
  2026-08-05 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.49ms DONE
  2026-08-05 01:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  213.45ms DONE
  2026-08-05 01:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.23ms DONE
  2026-08-05 01:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-05 01:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.77ms DONE
  2026-08-05 01:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.38ms DONE
  2026-08-05 01:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  137.14ms DONE
  2026-08-05 01:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.99ms DONE
  2026-08-05 01:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.36ms DONE
  2026-08-05 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.91ms DONE
  2026-08-05 01:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.56ms DONE
  2026-08-05 01:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.58ms DONE
  2026-08-05 01:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.63ms DONE
  2026-08-05 01:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.79ms DONE
  2026-08-05 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.76ms DONE
  2026-08-05 01:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-08-05 01:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  133.42ms DONE
  2026-08-05 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.89ms DONE
  2026-08-05 01:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  202.20ms DONE
  2026-08-05 01:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.32ms DONE
  2026-08-05 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.84ms DONE
  2026-08-05 01:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.71ms DONE
  2026-08-05 01:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.30ms DONE
  2026-08-05 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.68ms DONE
  2026-08-05 01:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.76ms DONE
  2026-08-05 01:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.31ms DONE
  2026-08-05 01:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.69ms DONE
  2026-08-05 01:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.05ms DONE
  2026-08-05 01:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.55ms DONE
  2026-08-05 01:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.60ms DONE
  2026-08-05 01:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.03ms DONE
  2026-08-05 01:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.02ms DONE
  2026-08-05 01:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.48ms DONE
  2026-08-05 01:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.29ms DONE
  2026-08-05 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.40ms DONE
  2026-08-05 01:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  154.13ms DONE
  2026-08-05 01:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.13ms DONE
  2026-08-05 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.44ms DONE
  2026-08-05 01:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.57ms DONE
  2026-08-05 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.38ms DONE
  2026-08-05 01:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.27ms DONE
  2026-08-05 01:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.69ms DONE
  2026-08-05 01:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.75ms DONE
  2026-08-05 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.86ms DONE
  2026-08-05 01:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.45ms DONE
  2026-08-05 01:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.21ms DONE
  2026-08-05 01:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.76ms DONE
  2026-08-05 01:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.83ms DONE
  2026-08-05 01:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.49ms DONE
  2026-08-05 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.40ms DONE
  2026-08-05 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.31ms DONE
  2026-08-05 01:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.15ms DONE
  2026-08-05 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.50ms DONE
  2026-08-05 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.09ms DONE
  2026-08-05 01:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.70ms DONE
  2026-08-05 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.26ms DONE
  2026-08-05 02:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  670.75ms DONE
  2026-08-05 02:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.75ms DONE
  2026-08-05 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.44ms DONE
  2026-08-05 02:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.57ms DONE
  2026-08-05 02:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.23ms DONE
  2026-08-05 02:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.85ms DONE
  2026-08-05 02:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.51ms DONE
  2026-08-05 02:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.04ms DONE
  2026-08-05 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.78ms DONE
  2026-08-05 02:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.42ms DONE
  2026-08-05 02:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.67ms DONE
  2026-08-05 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.90ms DONE
  2026-08-05 02:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.77ms DONE
  2026-08-05 02:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.89ms DONE
  2026-08-05 02:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.30ms DONE
  2026-08-05 02:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.95ms DONE
  2026-08-05 02:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  141.18ms DONE
  2026-08-05 02:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  326.01ms DONE
  2026-08-05 02:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  173.34ms DONE
  2026-08-05 02:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.16ms DONE
  2026-08-05 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  180.91ms DONE
  2026-08-05 02:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.81ms DONE
  2026-08-05 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.65ms DONE
  2026-08-05 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.47ms DONE
  2026-08-05 02:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  335.48ms DONE
  2026-08-05 02:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.50ms DONE
  2026-08-05 02:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.82ms DONE
  2026-08-05 02:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.77ms DONE
  2026-08-05 02:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.96ms DONE
  2026-08-05 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.80ms DONE
  2026-08-05 02:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.64ms DONE
  2026-08-05 02:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.61ms DONE
  2026-08-05 02:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.05ms DONE
  2026-08-05 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.39ms DONE
  2026-08-05 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.39ms DONE
  2026-08-05 02:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.80ms DONE
  2026-08-05 02:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.00ms DONE
  2026-08-05 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.92ms DONE
  2026-08-05 02:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.99ms DONE
  2026-08-05 02:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.92ms DONE
  2026-08-05 02:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.43ms DONE
  2026-08-05 02:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.32ms DONE
  2026-08-05 02:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.10ms DONE
  2026-08-05 02:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.37ms DONE
  2026-08-05 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.69ms DONE
  2026-08-05 02:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.06ms DONE
  2026-08-05 02:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.50ms DONE
  2026-08-05 02:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.26ms DONE
  2026-08-05 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.83ms DONE
  2026-08-05 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.18ms DONE
  2026-08-05 02:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.32ms DONE
  2026-08-05 02:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.22ms DONE
  2026-08-05 02:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.86ms DONE
  2026-08-05 02:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.44ms DONE
  2026-08-05 02:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.05ms DONE
  2026-08-05 02:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.93ms DONE
  2026-08-05 02:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.24ms DONE
  2026-08-05 02:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.08ms DONE
  2026-08-05 02:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.16ms DONE
  2026-08-05 02:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 02:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.49ms DONE
  2026-08-05 03:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.42ms DONE
  2026-08-05 03:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.47ms DONE
  2026-08-05 03:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.73ms DONE
  2026-08-05 03:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.06ms DONE
  2026-08-05 03:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.12ms DONE
  2026-08-05 03:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  301.49ms DONE
  2026-08-05 03:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.14ms DONE
  2026-08-05 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.68ms DONE
  2026-08-05 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.16ms DONE
  2026-08-05 03:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.06ms DONE
  2026-08-05 03:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  95.55ms DONE
  2026-08-05 03:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.91ms DONE
  2026-08-05 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.39ms DONE
  2026-08-05 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.20ms DONE
  2026-08-05 03:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.96ms DONE
  2026-08-05 03:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.04ms DONE
  2026-08-05 03:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.89ms DONE
  2026-08-05 03:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.24ms DONE
  2026-08-05 03:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.66ms DONE
  2026-08-05 03:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.08ms DONE
  2026-08-05 03:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.82ms DONE
  2026-08-05 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.97ms DONE
  2026-08-05 03:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.75ms DONE
  2026-08-05 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.32ms DONE
  2026-08-05 03:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.02ms DONE
  2026-08-05 03:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.54ms DONE
  2026-08-05 03:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.39ms DONE
  2026-08-05 03:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.38ms DONE
  2026-08-05 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.48ms DONE
  2026-08-05 03:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.85ms DONE
  2026-08-05 03:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.32ms DONE
  2026-08-05 03:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.35ms DONE
  2026-08-05 03:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.59ms DONE
  2026-08-05 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.89ms DONE
  2026-08-05 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.41ms DONE
  2026-08-05 03:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.87ms DONE
  2026-08-05 03:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.22ms DONE
  2026-08-05 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.67ms DONE
  2026-08-05 03:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.18ms DONE
  2026-08-05 03:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.14ms DONE
  2026-08-05 03:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.13ms DONE
  2026-08-05 03:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.44ms DONE
  2026-08-05 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.39ms DONE
  2026-08-05 03:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.55ms DONE
  2026-08-05 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.44ms DONE
  2026-08-05 03:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.91ms DONE
  2026-08-05 03:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.53ms DONE
  2026-08-05 03:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.36ms DONE
  2026-08-05 03:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.17ms DONE
  2026-08-05 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.35ms DONE
  2026-08-05 03:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.55ms DONE
  2026-08-05 03:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.86ms DONE
  2026-08-05 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.80ms DONE
  2026-08-05 03:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.09ms DONE
  2026-08-05 03:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.10ms DONE
  2026-08-05 03:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.33ms DONE
  2026-08-05 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.81ms DONE
  2026-08-05 03:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.00ms DONE
  2026-08-05 03:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.89ms DONE
  2026-08-05 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.93ms DONE
  2026-08-05 04:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  225.80ms DONE
  2026-08-05 04:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.30ms DONE
  2026-08-05 04:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.90ms DONE
  2026-08-05 04:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.23ms DONE
  2026-08-05 04:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.81ms DONE
  2026-08-05 04:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.68ms DONE
  2026-08-05 04:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.76ms DONE
  2026-08-05 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.82ms DONE
  2026-08-05 04:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.61ms DONE
  2026-08-05 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.97ms DONE
  2026-08-05 04:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.99ms DONE
  2026-08-05 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.42ms DONE
  2026-08-05 04:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.86ms DONE
  2026-08-05 04:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.53ms DONE
  2026-08-05 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.52ms DONE
  2026-08-05 04:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.00ms DONE
  2026-08-05 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.95ms DONE
  2026-08-05 04:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  94.23ms DONE
  2026-08-05 04:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.29ms DONE
  2026-08-05 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.67ms DONE
  2026-08-05 04:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.18ms DONE
  2026-08-05 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.88ms DONE
  2026-08-05 04:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.78ms DONE
  2026-08-05 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.45ms DONE
  2026-08-05 04:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.10ms DONE
  2026-08-05 04:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.99ms DONE
  2026-08-05 04:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.09ms DONE
  2026-08-05 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.82ms DONE
  2026-08-05 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.56ms DONE
  2026-08-05 04:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.77ms DONE
  2026-08-05 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.99ms DONE
  2026-08-05 04:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.47ms DONE
  2026-08-05 04:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.29ms DONE
  2026-08-05 04:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.30ms DONE
  2026-08-05 04:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.98ms DONE
  2026-08-05 04:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.62ms DONE
  2026-08-05 04:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-05 04:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.89ms DONE
  2026-08-05 04:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.84ms DONE
  2026-08-05 04:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.93ms DONE
  2026-08-05 04:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.21ms DONE
  2026-08-05 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.57ms DONE
  2026-08-05 04:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.69ms DONE
  2026-08-05 04:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.79ms DONE
  2026-08-05 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.96ms DONE
  2026-08-05 04:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.17ms DONE
  2026-08-05 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.41ms DONE
  2026-08-05 04:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.33ms DONE
  2026-08-05 04:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.50ms DONE
  2026-08-05 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.40ms DONE
  2026-08-05 04:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.41ms DONE
  2026-08-05 04:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.68ms DONE
  2026-08-05 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.95ms DONE
  2026-08-05 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.26ms DONE
  2026-08-05 04:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.08ms DONE
  2026-08-05 04:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.18ms DONE
  2026-08-05 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.62ms DONE
  2026-08-05 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.93ms DONE
  2026-08-05 04:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.88ms DONE
  2026-08-05 04:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 04:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.21ms DONE
  2026-08-05 05:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.19ms DONE
  2026-08-05 05:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.10ms DONE
  2026-08-05 05:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.47ms DONE
  2026-08-05 05:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.74ms DONE
  2026-08-05 05:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.91ms DONE
  2026-08-05 05:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.35ms DONE
  2026-08-05 05:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.92ms DONE
  2026-08-05 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.60ms DONE
  2026-08-05 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.99ms DONE
  2026-08-05 05:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.24ms DONE
  2026-08-05 05:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.75ms DONE
  2026-08-05 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.35ms DONE
  2026-08-05 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.44ms DONE
  2026-08-05 05:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.36ms DONE
  2026-08-05 05:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.97ms DONE
  2026-08-05 05:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.05ms DONE
  2026-08-05 05:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.08ms DONE
  2026-08-05 05:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.23ms DONE
  2026-08-05 05:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.15ms DONE
  2026-08-05 05:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.61ms DONE
  2026-08-05 05:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.90ms DONE
  2026-08-05 05:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.21ms DONE
  2026-08-05 05:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.75ms DONE
  2026-08-05 05:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.95ms DONE
  2026-08-05 05:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.70ms DONE
  2026-08-05 05:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.56ms DONE
  2026-08-05 05:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.26ms DONE
  2026-08-05 05:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.39ms DONE
  2026-08-05 05:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.99ms DONE
  2026-08-05 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.95ms DONE
  2026-08-05 05:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  272.75ms DONE
  2026-08-05 05:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.73ms DONE
  2026-08-05 05:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.19ms DONE
  2026-08-05 05:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.20ms DONE
  2026-08-05 05:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.79ms DONE
  2026-08-05 05:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.03ms DONE
  2026-08-05 05:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.53ms DONE
  2026-08-05 05:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.74ms DONE
  2026-08-05 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.43ms DONE
  2026-08-05 05:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.61ms DONE
  2026-08-05 05:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.77ms DONE
  2026-08-05 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.10ms DONE
  2026-08-05 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.20ms DONE
  2026-08-05 05:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.16ms DONE
  2026-08-05 05:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.40ms DONE
  2026-08-05 05:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.91ms DONE
  2026-08-05 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.64ms DONE
  2026-08-05 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.44ms DONE
  2026-08-05 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.35ms DONE
  2026-08-05 05:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.60ms DONE
  2026-08-05 05:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.23ms DONE
  2026-08-05 05:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.32ms DONE
  2026-08-05 05:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.93ms DONE
  2026-08-05 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.75ms DONE
  2026-08-05 05:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.69ms DONE
  2026-08-05 05:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.63ms DONE
  2026-08-05 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.23ms DONE
  2026-08-05 05:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.43ms DONE
  2026-08-05 05:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.49ms DONE
  2026-08-05 05:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 05:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.95ms DONE
  2026-08-05 06:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.53ms DONE
  2026-08-05 06:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.94ms DONE
  2026-08-05 06:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.02ms DONE
  2026-08-05 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.86ms DONE
  2026-08-05 06:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.35ms DONE
  2026-08-05 06:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.31ms DONE
  2026-08-05 06:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.47ms DONE
  2026-08-05 06:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.70ms DONE
  2026-08-05 06:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.34ms DONE
  2026-08-05 06:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.23ms DONE
  2026-08-05 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.25ms DONE
  2026-08-05 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.53ms DONE
  2026-08-05 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.42ms DONE
  2026-08-05 06:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.24ms DONE
  2026-08-05 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.30ms DONE
  2026-08-05 06:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.79ms DONE
  2026-08-05 06:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.23ms DONE
  2026-08-05 06:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.52ms DONE
  2026-08-05 06:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  462.98ms DONE
  2026-08-05 06:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.73ms DONE
  2026-08-05 06:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.36ms DONE
  2026-08-05 06:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.46ms DONE
  2026-08-05 06:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.34ms DONE
  2026-08-05 06:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.74ms DONE
  2026-08-05 06:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.28ms DONE
  2026-08-05 06:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.74ms DONE
  2026-08-05 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.32ms DONE
  2026-08-05 06:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.93ms DONE
  2026-08-05 06:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.60ms DONE
  2026-08-05 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.55ms DONE
  2026-08-05 06:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.31ms DONE
  2026-08-05 06:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.95ms DONE
  2026-08-05 06:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.25ms DONE
  2026-08-05 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.44ms DONE
  2026-08-05 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.56ms DONE
  2026-08-05 06:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.95ms DONE
  2026-08-05 06:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.31ms DONE
  2026-08-05 06:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.76ms DONE
  2026-08-05 06:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.07ms DONE
  2026-08-05 06:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.65ms DONE
  2026-08-05 06:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.99ms DONE
  2026-08-05 06:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.30ms DONE
  2026-08-05 06:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.13ms DONE
  2026-08-05 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.84ms DONE
  2026-08-05 06:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.01ms DONE
  2026-08-05 06:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.47ms DONE
  2026-08-05 06:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.52ms DONE
  2026-08-05 06:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.92ms DONE
  2026-08-05 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.88ms DONE
  2026-08-05 06:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.44ms DONE
  2026-08-05 06:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.06ms DONE
  2026-08-05 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.64ms DONE
  2026-08-05 06:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.04ms DONE
  2026-08-05 06:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.08ms DONE
  2026-08-05 06:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.02ms DONE
  2026-08-05 06:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.08ms DONE
  2026-08-05 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.64ms DONE
  2026-08-05 06:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.31ms DONE
  2026-08-05 06:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.98ms DONE
  2026-08-05 06:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 06:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.57ms DONE
  2026-08-05 07:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.50ms DONE
  2026-08-05 07:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.38ms DONE
  2026-08-05 07:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.55ms DONE
  2026-08-05 07:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.40ms DONE
  2026-08-05 07:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.75ms DONE
  2026-08-05 07:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.63ms DONE
  2026-08-05 07:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.08ms DONE
  2026-08-05 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.05ms DONE
  2026-08-05 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.43ms DONE
  2026-08-05 07:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.53ms DONE
  2026-08-05 07:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  158.50ms DONE
  2026-08-05 07:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.19ms DONE
  2026-08-05 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.02ms DONE
  2026-08-05 07:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.66ms DONE
  2026-08-05 07:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.64ms DONE
  2026-08-05 07:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.77ms DONE
  2026-08-05 07:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.99ms DONE
  2026-08-05 07:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  123.41ms DONE
  2026-08-05 07:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.08ms DONE
  2026-08-05 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.65ms DONE
  2026-08-05 07:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.54ms DONE
  2026-08-05 07:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.46ms DONE
  2026-08-05 07:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.79ms DONE
  2026-08-05 07:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.98ms DONE
  2026-08-05 07:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.80ms DONE
  2026-08-05 07:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.82ms DONE
  2026-08-05 07:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.54ms DONE
  2026-08-05 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.47ms DONE
  2026-08-05 07:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.95ms DONE
  2026-08-05 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.37ms DONE
  2026-08-05 07:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.68ms DONE
  2026-08-05 07:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.13ms DONE
  2026-08-05 07:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.84ms DONE
  2026-08-05 07:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.26ms DONE
  2026-08-05 07:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.21ms DONE
  2026-08-05 07:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.36ms DONE
  2026-08-05 07:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.21ms DONE
  2026-08-05 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.57ms DONE
  2026-08-05 07:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.60ms DONE
  2026-08-05 07:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.69ms DONE
  2026-08-05 07:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.43ms DONE
  2026-08-05 07:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.39ms DONE
  2026-08-05 07:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.83ms DONE
  2026-08-05 07:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.90ms DONE
  2026-08-05 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.19ms DONE
  2026-08-05 07:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.93ms DONE
  2026-08-05 07:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.08ms DONE
  2026-08-05 07:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.42ms DONE
  2026-08-05 07:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.66ms DONE
  2026-08-05 07:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.55ms DONE
  2026-08-05 07:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.90ms DONE
  2026-08-05 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.50ms DONE
  2026-08-05 07:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.13ms DONE
  2026-08-05 07:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.89ms DONE
  2026-08-05 07:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.39ms DONE
  2026-08-05 07:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.62ms DONE
  2026-08-05 07:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.38ms DONE
  2026-08-05 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.16ms DONE
  2026-08-05 07:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.19ms DONE
  2026-08-05 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.28ms DONE
  2026-08-05 08:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.42ms DONE
  2026-08-05 08:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.89ms DONE
  2026-08-05 08:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.45ms DONE
  2026-08-05 08:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.53ms DONE
  2026-08-05 08:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.11ms DONE
  2026-08-05 08:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.17ms DONE
  2026-08-05 08:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.87ms DONE
  2026-08-05 08:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.16ms DONE
  2026-08-05 08:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.80ms DONE
  2026-08-05 08:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.23ms DONE
  2026-08-05 08:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.60ms DONE
  2026-08-05 08:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.01ms DONE
  2026-08-05 08:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.81ms DONE
  2026-08-05 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.69ms DONE
  2026-08-05 08:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.50ms DONE
  2026-08-05 08:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.83ms DONE
  2026-08-05 08:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.43ms DONE
  2026-08-05 08:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  102.83ms DONE
  2026-08-05 08:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.81ms DONE
  2026-08-05 08:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.48ms DONE
  2026-08-05 08:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.67ms DONE
  2026-08-05 08:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.99ms DONE
  2026-08-05 08:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.41ms DONE
  2026-08-05 08:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-08-05 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.48ms DONE
  2026-08-05 08:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.22ms DONE
  2026-08-05 08:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.37ms DONE
  2026-08-05 08:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.56ms DONE
  2026-08-05 08:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.86ms DONE
  2026-08-05 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.83ms DONE
  2026-08-05 08:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.88ms DONE
  2026-08-05 08:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.65ms DONE
  2026-08-05 08:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.15ms DONE
  2026-08-05 08:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.06ms DONE
  2026-08-05 08:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.42ms DONE
  2026-08-05 08:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.24ms DONE
  2026-08-05 08:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.39ms DONE
  2026-08-05 08:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.41ms DONE
  2026-08-05 08:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.82ms DONE
  2026-08-05 08:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.37ms DONE
  2026-08-05 08:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.61ms DONE
  2026-08-05 08:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.60ms DONE
  2026-08-05 08:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.29ms DONE
  2026-08-05 08:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.00ms DONE
  2026-08-05 08:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.90ms DONE
  2026-08-05 08:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.27ms DONE
  2026-08-05 08:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.67ms DONE
  2026-08-05 08:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.63ms DONE
  2026-08-05 08:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.61ms DONE
  2026-08-05 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.26ms DONE
  2026-08-05 08:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.73ms DONE
  2026-08-05 08:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.22ms DONE
  2026-08-05 08:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.93ms DONE
  2026-08-05 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.45ms DONE
  2026-08-05 08:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.23ms DONE
  2026-08-05 08:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.10ms DONE
  2026-08-05 08:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.97ms DONE
  2026-08-05 08:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.28ms DONE
  2026-08-05 08:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.39ms DONE
  2026-08-05 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.83ms DONE
  2026-08-05 09:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.89ms DONE
  2026-08-05 09:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.09ms DONE
  2026-08-05 09:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.07ms DONE
  2026-08-05 09:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.31ms DONE
  2026-08-05 09:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.05ms DONE
  2026-08-05 09:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.03ms DONE
  2026-08-05 09:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.51ms DONE
  2026-08-05 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.67ms DONE
  2026-08-05 09:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.87ms DONE
  2026-08-05 09:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.42ms DONE
  2026-08-05 09:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.60ms DONE
  2026-08-05 09:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.42ms DONE
  2026-08-05 09:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.23ms DONE
  2026-08-05 09:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.70ms DONE
  2026-08-05 09:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.24ms DONE
  2026-08-05 09:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-05 09:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.54ms DONE
  2026-08-05 09:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.09ms DONE
  2026-08-05 09:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.38ms DONE
  2026-08-05 09:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.76ms DONE
  2026-08-05 09:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.44ms DONE
  2026-08-05 09:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.23ms DONE
  2026-08-05 09:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-08-05 09:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.68ms DONE
  2026-08-05 09:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.03ms DONE
  2026-08-05 09:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.80ms DONE
  2026-08-05 09:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.69ms DONE
  2026-08-05 09:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.25ms DONE
  2026-08-05 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.87ms DONE
  2026-08-05 09:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.48ms DONE
  2026-08-05 09:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.98ms DONE
  2026-08-05 09:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.64ms DONE
  2026-08-05 09:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.98ms DONE
  2026-08-05 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.53ms DONE
  2026-08-05 09:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.70ms DONE
  2026-08-05 09:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.57ms DONE
  2026-08-05 09:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.22ms DONE
  2026-08-05 09:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.02ms DONE
  2026-08-05 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.45ms DONE
  2026-08-05 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.18ms DONE
  2026-08-05 09:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.67ms DONE
  2026-08-05 09:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.08ms DONE
  2026-08-05 09:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.00ms DONE
  2026-08-05 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.36ms DONE
  2026-08-05 09:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.37ms DONE
  2026-08-05 09:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.24ms DONE
  2026-08-05 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.04ms DONE
  2026-08-05 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.55ms DONE
  2026-08-05 09:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.48ms DONE
  2026-08-05 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.50ms DONE
  2026-08-05 09:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  467.09ms DONE
  2026-08-05 09:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.25ms DONE
  2026-08-05 09:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.76ms DONE
  2026-08-05 09:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.15ms DONE
  2026-08-05 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-05 09:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.71ms DONE
  2026-08-05 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.28ms DONE
  2026-08-05 09:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.84ms DONE
  2026-08-05 09:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.81ms DONE
  2026-08-05 09:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 09:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.76ms DONE
  2026-08-05 10:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  894.96ms DONE
  2026-08-05 10:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.86ms DONE
  2026-08-05 10:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.85ms DONE
  2026-08-05 10:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.72ms DONE
  2026-08-05 10:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.57ms DONE
  2026-08-05 10:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.02ms DONE
  2026-08-05 10:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.66ms DONE
  2026-08-05 10:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.64ms DONE
  2026-08-05 10:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.45ms DONE
  2026-08-05 10:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.26ms DONE
  2026-08-05 10:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.08ms DONE
  2026-08-05 10:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.50ms DONE
  2026-08-05 10:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.66ms DONE
  2026-08-05 10:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.62ms DONE
  2026-08-05 10:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.25ms DONE
  2026-08-05 10:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.13ms DONE
  2026-08-05 10:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.46ms DONE
  2026-08-05 10:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  567.16ms DONE
  2026-08-05 10:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.43ms DONE
  2026-08-05 10:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.83ms DONE
  2026-08-05 10:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.79ms DONE
  2026-08-05 10:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.50ms DONE
  2026-08-05 10:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.37ms DONE
  2026-08-05 10:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.23ms DONE
  2026-08-05 10:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  104.77ms DONE
  2026-08-05 10:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  454.54ms DONE
  2026-08-05 10:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.98ms DONE
  2026-08-05 10:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.82ms DONE
  2026-08-05 10:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.11ms DONE
  2026-08-05 10:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.50ms DONE
  2026-08-05 10:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.86ms DONE
  2026-08-05 10:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.91ms DONE
  2026-08-05 10:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.77ms DONE
  2026-08-05 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.95ms DONE
  2026-08-05 10:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.14ms DONE
  2026-08-05 10:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.61ms DONE
  2026-08-05 10:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.77ms DONE
  2026-08-05 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.62ms DONE
  2026-08-05 10:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.64ms DONE
  2026-08-05 10:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.32ms DONE
  2026-08-05 10:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.33ms DONE
  2026-08-05 10:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.51ms DONE
  2026-08-05 10:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.68ms DONE
  2026-08-05 10:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.78ms DONE
  2026-08-05 10:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.66ms DONE
  2026-08-05 10:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.46ms DONE
  2026-08-05 10:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.63ms DONE
  2026-08-05 10:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.68ms DONE
  2026-08-05 10:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.74ms DONE
  2026-08-05 10:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.72ms DONE
  2026-08-05 10:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.66ms DONE
  2026-08-05 10:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.58ms DONE
  2026-08-05 10:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.19ms DONE
  2026-08-05 10:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.40ms DONE
  2026-08-05 10:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.11ms DONE
  2026-08-05 10:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.52ms DONE
  2026-08-05 10:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.28ms DONE
  2026-08-05 10:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.46ms DONE
  2026-08-05 10:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.48ms DONE
  2026-08-05 10:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 10:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.98ms DONE
  2026-08-05 11:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.83ms DONE
  2026-08-05 11:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.80ms DONE
  2026-08-05 11:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.95ms DONE
  2026-08-05 11:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.41ms DONE
  2026-08-05 11:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.64ms DONE
  2026-08-05 11:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.87ms DONE
  2026-08-05 11:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.64ms DONE
  2026-08-05 11:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.68ms DONE
  2026-08-05 11:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.08ms DONE
  2026-08-05 11:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.24ms DONE
  2026-08-05 11:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.07ms DONE
  2026-08-05 11:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.80ms DONE
  2026-08-05 11:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.33ms DONE
  2026-08-05 11:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.39ms DONE
  2026-08-05 11:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.39ms DONE
  2026-08-05 11:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.78ms DONE
  2026-08-05 11:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.06ms DONE
  2026-08-05 11:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.72ms DONE
  2026-08-05 11:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.95ms DONE
  2026-08-05 11:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.97ms DONE
  2026-08-05 11:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.93ms DONE
  2026-08-05 11:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.83ms DONE
  2026-08-05 11:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.23ms DONE
  2026-08-05 11:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.39ms DONE
  2026-08-05 11:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.66ms DONE
  2026-08-05 11:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.68ms DONE
  2026-08-05 11:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.92ms DONE
  2026-08-05 11:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.90ms DONE
  2026-08-05 11:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.94ms DONE
  2026-08-05 11:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.55ms DONE
  2026-08-05 11:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.84ms DONE
  2026-08-05 11:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.49ms DONE
  2026-08-05 11:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.88ms DONE
  2026-08-05 11:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.75ms DONE
  2026-08-05 11:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.81ms DONE
  2026-08-05 11:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.04ms DONE
  2026-08-05 11:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.28ms DONE
  2026-08-05 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.24ms DONE
  2026-08-05 11:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.20ms DONE
  2026-08-05 11:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.55ms DONE
  2026-08-05 11:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.20ms DONE
  2026-08-05 11:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.71ms DONE
  2026-08-05 11:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.95ms DONE
  2026-08-05 11:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.37ms DONE
  2026-08-05 11:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.14ms DONE
  2026-08-05 11:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.66ms DONE
  2026-08-05 11:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.86ms DONE
  2026-08-05 11:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.87ms DONE
  2026-08-05 11:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  98.27ms DONE
  2026-08-05 11:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.85ms DONE
  2026-08-05 11:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.76ms DONE
  2026-08-05 11:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.99ms DONE
  2026-08-05 11:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.86ms DONE
  2026-08-05 11:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  205.66ms DONE
  2026-08-05 11:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.28ms DONE
  2026-08-05 11:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.60ms DONE
  2026-08-05 11:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.56ms DONE
  2026-08-05 11:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.10ms DONE
  2026-08-05 11:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.80ms DONE
  2026-08-05 11:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 11:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.34ms DONE
  2026-08-05 12:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  107.78ms DONE
  2026-08-05 12:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.16ms DONE
  2026-08-05 12:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.57ms DONE
  2026-08-05 12:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.35ms DONE
  2026-08-05 12:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.40ms DONE
  2026-08-05 12:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.35ms DONE
  2026-08-05 12:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.82ms DONE
  2026-08-05 12:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.78ms DONE
  2026-08-05 12:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.66ms DONE
  2026-08-05 12:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.38ms DONE
  2026-08-05 12:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.37ms DONE
  2026-08-05 12:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.27ms DONE
  2026-08-05 12:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.84ms DONE
  2026-08-05 12:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.48ms DONE
  2026-08-05 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.98ms DONE
  2026-08-05 12:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.54ms DONE
  2026-08-05 12:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.30ms DONE
  2026-08-05 12:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.76ms DONE
  2026-08-05 12:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.30ms DONE
  2026-08-05 12:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.80ms DONE
  2026-08-05 12:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.07ms DONE
  2026-08-05 12:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.05ms DONE
  2026-08-05 12:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.07ms DONE
  2026-08-05 12:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.58ms DONE
  2026-08-05 12:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.14ms DONE
  2026-08-05 12:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.04ms DONE
  2026-08-05 12:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.49ms DONE
  2026-08-05 12:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-08-05 12:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.00ms DONE
  2026-08-05 12:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.55ms DONE
  2026-08-05 12:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  343.58ms DONE
  2026-08-05 12:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.34ms DONE
  2026-08-05 12:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.80ms DONE
  2026-08-05 12:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.29ms DONE
  2026-08-05 12:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.90ms DONE
  2026-08-05 12:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.23ms DONE
  2026-08-05 12:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.39ms DONE
  2026-08-05 12:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.68ms DONE
  2026-08-05 12:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.29ms DONE
  2026-08-05 12:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.63ms DONE
  2026-08-05 12:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.92ms DONE
  2026-08-05 12:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.52ms DONE
  2026-08-05 12:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.91ms DONE
  2026-08-05 12:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.24ms DONE
  2026-08-05 12:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.15ms DONE
  2026-08-05 12:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.07ms DONE
  2026-08-05 12:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.21ms DONE
  2026-08-05 12:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.87ms DONE
  2026-08-05 12:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.87ms DONE
  2026-08-05 12:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.63ms DONE
  2026-08-05 12:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.55ms DONE
  2026-08-05 12:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.29ms DONE
  2026-08-05 12:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.76ms DONE
  2026-08-05 12:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.80ms DONE
  2026-08-05 12:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.27ms DONE
  2026-08-05 12:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.99ms DONE
  2026-08-05 12:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.75ms DONE
  2026-08-05 12:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.36ms DONE
  2026-08-05 12:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.15ms DONE
  2026-08-05 12:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 12:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.78ms DONE
  2026-08-05 13:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  289.70ms DONE
  2026-08-05 13:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.60ms DONE
  2026-08-05 13:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.46ms DONE
  2026-08-05 13:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.40ms DONE
  2026-08-05 13:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.57ms DONE
  2026-08-05 13:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  98.18ms DONE
  2026-08-05 13:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.78ms DONE
  2026-08-05 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.24ms DONE
  2026-08-05 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.70ms DONE
  2026-08-05 13:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.39ms DONE
  2026-08-05 13:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.65ms DONE
  2026-08-05 13:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.44ms DONE
  2026-08-05 13:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.28ms DONE
  2026-08-05 13:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.16ms DONE
  2026-08-05 13:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.70ms DONE
  2026-08-05 13:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.90ms DONE
  2026-08-05 13:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.77ms DONE
  2026-08-05 13:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  432.85ms DONE
  2026-08-05 13:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  130.24ms DONE
  2026-08-05 13:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.06ms DONE
  2026-08-05 13:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.54ms DONE
  2026-08-05 13:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.26ms DONE
  2026-08-05 13:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.62ms DONE
  2026-08-05 13:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.49ms DONE
  2026-08-05 13:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.43ms DONE
  2026-08-05 13:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.89ms DONE
  2026-08-05 13:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.92ms DONE
  2026-08-05 13:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.24ms DONE
  2026-08-05 13:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.07ms DONE
  2026-08-05 13:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.63ms DONE
  2026-08-05 13:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.59ms DONE
  2026-08-05 13:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.79ms DONE
  2026-08-05 13:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.39ms DONE
  2026-08-05 13:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.98ms DONE
  2026-08-05 13:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.91ms DONE
  2026-08-05 13:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.77ms DONE
  2026-08-05 13:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.71ms DONE
  2026-08-05 13:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.43ms DONE
  2026-08-05 13:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.38ms DONE
  2026-08-05 13:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.24ms DONE
  2026-08-05 13:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.93ms DONE
  2026-08-05 13:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.47ms DONE
  2026-08-05 13:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.05ms DONE
  2026-08-05 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.75ms DONE
  2026-08-05 13:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.48ms DONE
  2026-08-05 13:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.90ms DONE
  2026-08-05 13:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.65ms DONE
  2026-08-05 13:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.26ms DONE
  2026-08-05 13:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.08ms DONE
  2026-08-05 13:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.55ms DONE
  2026-08-05 13:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.78ms DONE
  2026-08-05 13:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.16ms DONE
  2026-08-05 13:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.25ms DONE
  2026-08-05 13:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.83ms DONE
  2026-08-05 13:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.63ms DONE
  2026-08-05 13:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.96ms DONE
  2026-08-05 13:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.26ms DONE
  2026-08-05 13:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.55ms DONE
  2026-08-05 13:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.93ms DONE
  2026-08-05 13:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 13:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.11ms DONE
  2026-08-05 14:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.88ms DONE
  2026-08-05 14:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.14ms DONE
  2026-08-05 14:02:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:02:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.02ms DONE
  2026-08-05 14:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.69ms DONE
  2026-08-05 14:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.73ms DONE
  2026-08-05 14:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.91ms DONE
  2026-08-05 14:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.85ms DONE
  2026-08-05 14:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.37ms DONE
  2026-08-05 14:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.56ms DONE
  2026-08-05 14:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.97ms DONE
  2026-08-05 14:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.04ms DONE
  2026-08-05 14:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.56ms DONE
  2026-08-05 14:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.32ms DONE
  2026-08-05 14:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  174.11ms DONE
  2026-08-05 14:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  128.22ms DONE
  2026-08-05 14:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.00ms DONE
  2026-08-05 14:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.79ms DONE
  2026-08-05 14:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  171.52ms DONE
  2026-08-05 14:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.50ms DONE
  2026-08-05 14:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.25ms DONE
  2026-08-05 14:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.21ms DONE
  2026-08-05 14:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.62ms DONE
  2026-08-05 14:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.89ms DONE
  2026-08-05 14:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.92ms DONE
  2026-08-05 14:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.44ms DONE
  2026-08-05 14:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.33ms DONE
  2026-08-05 14:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.20ms DONE
  2026-08-05 14:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.72ms DONE
  2026-08-05 14:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.49ms DONE
  2026-08-05 14:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.13ms DONE
  2026-08-05 14:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.52ms DONE
  2026-08-05 14:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.37ms DONE
  2026-08-05 14:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.54ms DONE
  2026-08-05 14:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.86ms DONE
  2026-08-05 14:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.25ms DONE
  2026-08-05 14:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.28ms DONE
  2026-08-05 14:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.85ms DONE
  2026-08-05 14:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.43ms DONE
  2026-08-05 14:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.83ms DONE
  2026-08-05 14:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.48ms DONE
  2026-08-05 14:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.11ms DONE
  2026-08-05 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.53ms DONE
  2026-08-05 14:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.07ms DONE
  2026-08-05 14:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.05ms DONE
  2026-08-05 14:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.38ms DONE
  2026-08-05 14:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.71ms DONE
  2026-08-05 14:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.26ms DONE
  2026-08-05 14:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.30ms DONE
  2026-08-05 14:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.10ms DONE
  2026-08-05 14:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  154.23ms DONE
  2026-08-05 14:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  427.97ms DONE
  2026-08-05 14:51:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:51:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.81ms DONE
  2026-08-05 14:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.55ms DONE
  2026-08-05 14:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.08ms DONE
  2026-08-05 14:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.25ms DONE
  2026-08-05 14:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.08ms DONE
  2026-08-05 14:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.65ms DONE
  2026-08-05 14:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.48ms DONE
  2026-08-05 14:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.07ms DONE
  2026-08-05 14:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 14:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.67ms DONE
  2026-08-05 15:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.49ms DONE
  2026-08-05 15:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  89.84ms DONE
  2026-08-05 15:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:02:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.41ms DONE
  2026-08-05 15:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.78ms DONE
  2026-08-05 15:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.85ms DONE
  2026-08-05 15:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.63ms DONE
  2026-08-05 15:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.95ms DONE
  2026-08-05 15:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.58ms DONE
  2026-08-05 15:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.13ms DONE
  2026-08-05 15:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.03ms DONE
  2026-08-05 15:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.08ms DONE
  2026-08-05 15:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.30ms DONE
  2026-08-05 15:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.03ms DONE
  2026-08-05 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.45ms DONE
  2026-08-05 15:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.98ms DONE
  2026-08-05 15:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.91ms DONE
  2026-08-05 15:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.07ms DONE
  2026-08-05 15:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  107.22ms DONE
  2026-08-05 15:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.83ms DONE
  2026-08-05 15:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.92ms DONE
  2026-08-05 15:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.71ms DONE
  2026-08-05 15:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.61ms DONE
  2026-08-05 15:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.75ms DONE
  2026-08-05 15:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.54ms DONE
  2026-08-05 15:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.63ms DONE
  2026-08-05 15:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  206.10ms DONE
  2026-08-05 15:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.78ms DONE
  2026-08-05 15:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.38ms DONE
  2026-08-05 15:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.11ms DONE
  2026-08-05 15:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.73ms DONE
  2026-08-05 15:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.89ms DONE
  2026-08-05 15:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.32ms DONE
  2026-08-05 15:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.09ms DONE
  2026-08-05 15:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.72ms DONE
  2026-08-05 15:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.62ms DONE
  2026-08-05 15:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.96ms DONE
  2026-08-05 15:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.69ms DONE
  2026-08-05 15:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.79ms DONE
  2026-08-05 15:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.19ms DONE
  2026-08-05 15:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.04ms DONE
  2026-08-05 15:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.65ms DONE
  2026-08-05 15:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.07ms DONE
  2026-08-05 15:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.11ms DONE
  2026-08-05 15:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.33ms DONE
  2026-08-05 15:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.25ms DONE
  2026-08-05 15:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.30ms DONE
  2026-08-05 15:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.41ms DONE
  2026-08-05 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.82ms DONE
  2026-08-05 15:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.20ms DONE
  2026-08-05 15:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.72ms DONE
  2026-08-05 15:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  200.61ms DONE
  2026-08-05 15:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.32ms DONE
  2026-08-05 15:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.05ms DONE
  2026-08-05 15:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.80ms DONE
  2026-08-05 15:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.63ms DONE
  2026-08-05 15:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.94ms DONE
  2026-08-05 15:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.18ms DONE
  2026-08-05 15:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.00ms DONE
  2026-08-05 15:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.13ms DONE
  2026-08-05 15:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 15:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  329.28ms DONE
  2026-08-05 16:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.51ms DONE
  2026-08-05 16:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.66ms DONE
  2026-08-05 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.76ms DONE
  2026-08-05 16:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.28ms DONE
  2026-08-05 16:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.39ms DONE
  2026-08-05 16:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.41ms DONE
  2026-08-05 16:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.00ms DONE
  2026-08-05 16:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.21ms DONE
  2026-08-05 16:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.23ms DONE
  2026-08-05 16:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.78ms DONE
  2026-08-05 16:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.39ms DONE
  2026-08-05 16:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.68ms DONE
  2026-08-05 16:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.83ms DONE
  2026-08-05 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.84ms DONE
  2026-08-05 16:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.87ms DONE
  2026-08-05 16:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.33ms DONE
  2026-08-05 16:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.69ms DONE
  2026-08-05 16:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.98ms DONE
  2026-08-05 16:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.89ms DONE
  2026-08-05 16:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.71ms DONE
  2026-08-05 16:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  119.30ms DONE
  2026-08-05 16:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.83ms DONE
  2026-08-05 16:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.33ms DONE
  2026-08-05 16:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.16ms DONE
  2026-08-05 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.51ms DONE
  2026-08-05 16:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.10ms DONE
  2026-08-05 16:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.62ms DONE
  2026-08-05 16:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.25ms DONE
  2026-08-05 16:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.69ms DONE
  2026-08-05 16:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.00ms DONE
  2026-08-05 16:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.86ms DONE
  2026-08-05 16:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.16ms DONE
  2026-08-05 16:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.08ms DONE
  2026-08-05 16:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.44ms DONE
  2026-08-05 16:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.40ms DONE
  2026-08-05 16:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.73ms DONE
  2026-08-05 16:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.02ms DONE
  2026-08-05 16:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  91.95ms DONE
  2026-08-05 16:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.40ms DONE
  2026-08-05 16:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.77ms DONE
  2026-08-05 16:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.17ms DONE
  2026-08-05 16:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.75ms DONE
  2026-08-05 16:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.05ms DONE
  2026-08-05 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.85ms DONE
  2026-08-05 16:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.92ms DONE
  2026-08-05 16:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.04ms DONE
  2026-08-05 16:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.23ms DONE
  2026-08-05 16:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.48ms DONE
  2026-08-05 16:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.53ms DONE
  2026-08-05 16:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.87ms DONE
  2026-08-05 16:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.98ms DONE
  2026-08-05 16:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.30ms DONE
  2026-08-05 16:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.24ms DONE
  2026-08-05 16:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.98ms DONE
  2026-08-05 16:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.02ms DONE
  2026-08-05 16:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.80ms DONE
  2026-08-05 16:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.55ms DONE
  2026-08-05 16:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.01ms DONE
  2026-08-05 16:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.48ms DONE
  2026-08-05 16:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 16:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.91ms DONE
  2026-08-05 17:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.29ms DONE
  2026-08-05 17:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.57ms DONE
  2026-08-05 17:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.07ms DONE
  2026-08-05 17:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.28ms DONE
  2026-08-05 17:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.43ms DONE
  2026-08-05 17:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  144.63ms DONE
  2026-08-05 17:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.79ms DONE
  2026-08-05 17:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.15ms DONE
  2026-08-05 17:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.25ms DONE
  2026-08-05 17:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.78ms DONE
  2026-08-05 17:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.73ms DONE
  2026-08-05 17:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.98ms DONE
  2026-08-05 17:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.73ms DONE
  2026-08-05 17:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.40ms DONE
  2026-08-05 17:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.38ms DONE
  2026-08-05 17:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.28ms DONE
  2026-08-05 17:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.55ms DONE
  2026-08-05 17:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.16ms DONE
  2026-08-05 17:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.64ms DONE
  2026-08-05 17:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.58ms DONE
  2026-08-05 17:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.94ms DONE
  2026-08-05 17:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.78ms DONE
  2026-08-05 17:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.20ms DONE
  2026-08-05 17:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.59ms DONE
  2026-08-05 17:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.29ms DONE
  2026-08-05 17:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.76ms DONE
  2026-08-05 17:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.49ms DONE
  2026-08-05 17:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.69ms DONE
  2026-08-05 17:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.26ms DONE
  2026-08-05 17:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.99ms DONE
  2026-08-05 17:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.15ms DONE
  2026-08-05 17:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.04ms DONE
  2026-08-05 17:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.79ms DONE
  2026-08-05 17:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.31ms DONE
  2026-08-05 17:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.37ms DONE
  2026-08-05 17:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.06ms DONE
  2026-08-05 17:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.60ms DONE
  2026-08-05 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.23ms DONE
  2026-08-05 17:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  104.48ms DONE
  2026-08-05 17:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.09ms DONE
  2026-08-05 17:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  399.26ms DONE
  2026-08-05 17:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.41ms DONE
  2026-08-05 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.78ms DONE
  2026-08-05 17:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.68ms DONE
  2026-08-05 17:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.46ms DONE
  2026-08-05 17:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  354.04ms DONE
  2026-08-05 17:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.62ms DONE
  2026-08-05 17:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.43ms DONE
  2026-08-05 17:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.13ms DONE
  2026-08-05 17:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.88ms DONE
  2026-08-05 17:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.95ms DONE
  2026-08-05 17:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.36ms DONE
  2026-08-05 17:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.90ms DONE
  2026-08-05 17:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.25ms DONE
  2026-08-05 17:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.55ms DONE
  2026-08-05 17:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.47ms DONE
  2026-08-05 17:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.34ms DONE
  2026-08-05 17:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.70ms DONE
  2026-08-05 17:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.54ms DONE
  2026-08-05 17:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 17:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.99ms DONE
  2026-08-05 18:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.04ms DONE
  2026-08-05 18:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.51ms DONE
  2026-08-05 18:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.45ms DONE
  2026-08-05 18:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.32ms DONE
  2026-08-05 18:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.43ms DONE
  2026-08-05 18:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.46ms DONE
  2026-08-05 18:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.17ms DONE
  2026-08-05 18:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.36ms DONE
  2026-08-05 18:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.90ms DONE
  2026-08-05 18:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.48ms DONE
  2026-08-05 18:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.47ms DONE
  2026-08-05 18:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.77ms DONE
  2026-08-05 18:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.50ms DONE
  2026-08-05 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.50ms DONE
  2026-08-05 18:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.66ms DONE
  2026-08-05 18:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  466.12ms DONE
  2026-08-05 18:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.98ms DONE
  2026-08-05 18:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  366.31ms DONE
  2026-08-05 18:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.11ms DONE
  2026-08-05 18:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.10ms DONE
  2026-08-05 18:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.18ms DONE
  2026-08-05 18:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.14ms DONE
  2026-08-05 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.97ms DONE
  2026-08-05 18:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.95ms DONE
  2026-08-05 18:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.58ms DONE
  2026-08-05 18:25:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:25:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.72ms DONE
  2026-08-05 18:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.24ms DONE
  2026-08-05 18:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.93ms DONE
  2026-08-05 18:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.41ms DONE
  2026-08-05 18:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  143.97ms DONE
  2026-08-05 18:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  438.13ms DONE
  2026-08-05 18:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.06ms DONE
  2026-08-05 18:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.94ms DONE
  2026-08-05 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.18ms DONE
  2026-08-05 18:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  180.69ms DONE
  2026-08-05 18:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.75ms DONE
  2026-08-05 18:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.24ms DONE
  2026-08-05 18:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.18ms DONE
  2026-08-05 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.68ms DONE
  2026-08-05 18:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.71ms DONE
  2026-08-05 18:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.86ms DONE
  2026-08-05 18:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.38ms DONE
  2026-08-05 18:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.70ms DONE
  2026-08-05 18:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.56ms DONE
  2026-08-05 18:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.85ms DONE
  2026-08-05 18:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  123.63ms DONE
  2026-08-05 18:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.47ms DONE
  2026-08-05 18:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.42ms DONE
  2026-08-05 18:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  161.96ms DONE
  2026-08-05 18:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-08-05 18:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.08ms DONE
  2026-08-05 18:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.49ms DONE
  2026-08-05 18:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.84ms DONE
  2026-08-05 18:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.54ms DONE
  2026-08-05 18:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.91ms DONE
  2026-08-05 18:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.64ms DONE
  2026-08-05 18:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.87ms DONE
  2026-08-05 18:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.42ms DONE
  2026-08-05 18:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.92ms DONE
  2026-08-05 18:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 18:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.15ms DONE
  2026-08-05 19:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  485.41ms DONE
  2026-08-05 19:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.77ms DONE
  2026-08-05 19:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.75ms DONE
  2026-08-05 19:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.01ms DONE
  2026-08-05 19:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.69ms DONE
  2026-08-05 19:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.73ms DONE
  2026-08-05 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.85ms DONE
  2026-08-05 19:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  491.24ms DONE
  2026-08-05 19:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.14ms DONE
  2026-08-05 19:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.52ms DONE
  2026-08-05 19:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.29ms DONE
  2026-08-05 19:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.81ms DONE
  2026-08-05 19:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.79ms DONE
  2026-08-05 19:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.37ms DONE
  2026-08-05 19:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.03ms DONE
  2026-08-05 19:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.65ms DONE
  2026-08-05 19:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.54ms DONE
  2026-08-05 19:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.85ms DONE
  2026-08-05 19:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.00ms DONE
  2026-08-05 19:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.74ms DONE
  2026-08-05 19:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.42ms DONE
  2026-08-05 19:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.43ms DONE
  2026-08-05 19:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.29ms DONE
  2026-08-05 19:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.95ms DONE
  2026-08-05 19:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.95ms DONE
  2026-08-05 19:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.14ms DONE
  2026-08-05 19:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.24ms DONE
  2026-08-05 19:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.41ms DONE
  2026-08-05 19:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.24ms DONE
  2026-08-05 19:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.52ms DONE
  2026-08-05 19:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.56ms DONE
  2026-08-05 19:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.68ms DONE
  2026-08-05 19:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.52ms DONE
  2026-08-05 19:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.87ms DONE
  2026-08-05 19:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.89ms DONE
  2026-08-05 19:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.61ms DONE
  2026-08-05 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.58ms DONE
  2026-08-05 19:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.86ms DONE
  2026-08-05 19:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.24ms DONE
  2026-08-05 19:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.64ms DONE
  2026-08-05 19:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.47ms DONE
  2026-08-05 19:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.18ms DONE
  2026-08-05 19:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.05ms DONE
  2026-08-05 19:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.38ms DONE
  2026-08-05 19:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.79ms DONE
  2026-08-05 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.15ms DONE
  2026-08-05 19:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.29ms DONE
  2026-08-05 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.89ms DONE
  2026-08-05 19:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.88ms DONE
  2026-08-05 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.15ms DONE
  2026-08-05 19:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.06ms DONE
  2026-08-05 19:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.51ms DONE
  2026-08-05 19:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.13ms DONE
  2026-08-05 19:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.18ms DONE
  2026-08-05 19:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.51ms DONE
  2026-08-05 19:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.66ms DONE
  2026-08-05 19:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.53ms DONE
  2026-08-05 19:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.42ms DONE
  2026-08-05 19:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.08ms DONE
  2026-08-05 19:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 19:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.41ms DONE
  2026-08-05 20:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  313.01ms DONE
  2026-08-05 20:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.85ms DONE
  2026-08-05 20:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.90ms DONE
  2026-08-05 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.61ms DONE
  2026-08-05 20:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.14ms DONE
  2026-08-05 20:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.43ms DONE
  2026-08-05 20:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.87ms DONE
  2026-08-05 20:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.11ms DONE
  2026-08-05 20:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.98ms DONE
  2026-08-05 20:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.48ms DONE
  2026-08-05 20:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.99ms DONE
  2026-08-05 20:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.23ms DONE
  2026-08-05 20:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.83ms DONE
  2026-08-05 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.79ms DONE
  2026-08-05 20:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.65ms DONE
  2026-08-05 20:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.56ms DONE
  2026-08-05 20:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.97ms DONE
  2026-08-05 20:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.76ms DONE
  2026-08-05 20:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.40ms DONE
  2026-08-05 20:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.46ms DONE
  2026-08-05 20:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.89ms DONE
  2026-08-05 20:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.05ms DONE
  2026-08-05 20:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.86ms DONE
  2026-08-05 20:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.44ms DONE
  2026-08-05 20:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.19ms DONE
  2026-08-05 20:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  114.30ms DONE
  2026-08-05 20:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.95ms DONE
  2026-08-05 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.51ms DONE
  2026-08-05 20:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.84ms DONE
  2026-08-05 20:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.05ms DONE
  2026-08-05 20:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.46ms DONE
  2026-08-05 20:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.36ms DONE
  2026-08-05 20:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.32ms DONE
  2026-08-05 20:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.72ms DONE
  2026-08-05 20:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.59ms DONE
  2026-08-05 20:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.58ms DONE
  2026-08-05 20:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.10ms DONE
  2026-08-05 20:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.01ms DONE
  2026-08-05 20:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.61ms DONE
  2026-08-05 20:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.35ms DONE
  2026-08-05 20:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.98ms DONE
  2026-08-05 20:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.72ms DONE
  2026-08-05 20:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.58ms DONE
  2026-08-05 20:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.47ms DONE
  2026-08-05 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.42ms DONE
  2026-08-05 20:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.66ms DONE
  2026-08-05 20:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.56ms DONE
  2026-08-05 20:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.37ms DONE
  2026-08-05 20:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.30ms DONE
  2026-08-05 20:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.05ms DONE
  2026-08-05 20:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.49ms DONE
  2026-08-05 20:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.60ms DONE
  2026-08-05 20:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.22ms DONE
  2026-08-05 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.67ms DONE
  2026-08-05 20:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.03ms DONE
  2026-08-05 20:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.99ms DONE
  2026-08-05 20:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.57ms DONE
  2026-08-05 20:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.76ms DONE
  2026-08-05 20:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.52ms DONE
  2026-08-05 20:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 20:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.55ms DONE
  2026-08-05 21:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.92ms DONE
  2026-08-05 21:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.91ms DONE
  2026-08-05 21:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.48ms DONE
  2026-08-05 21:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.90ms DONE
  2026-08-05 21:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.92ms DONE
  2026-08-05 21:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.03ms DONE
  2026-08-05 21:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.84ms DONE
  2026-08-05 21:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.09ms DONE
  2026-08-05 21:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.97ms DONE
  2026-08-05 21:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.27ms DONE
  2026-08-05 21:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.37ms DONE
  2026-08-05 21:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.73ms DONE
  2026-08-05 21:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.92ms DONE
  2026-08-05 21:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.76ms DONE
  2026-08-05 21:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.29ms DONE
  2026-08-05 21:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.21ms DONE
  2026-08-05 21:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.13ms DONE
  2026-08-05 21:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.79ms DONE
  2026-08-05 21:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.77ms DONE
  2026-08-05 21:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.50ms DONE
  2026-08-05 21:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.45ms DONE
  2026-08-05 21:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.12ms DONE
  2026-08-05 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.67ms DONE
  2026-08-05 21:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.98ms DONE
  2026-08-05 21:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.48ms DONE
  2026-08-05 21:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.84ms DONE
  2026-08-05 21:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.97ms DONE
  2026-08-05 21:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.45ms DONE
  2026-08-05 21:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.91ms DONE
  2026-08-05 21:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.90ms DONE
  2026-08-05 21:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.04ms DONE
  2026-08-05 21:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.35ms DONE
  2026-08-05 21:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.48ms DONE
  2026-08-05 21:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.82ms DONE
  2026-08-05 21:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.48ms DONE
  2026-08-05 21:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.09ms DONE
  2026-08-05 21:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.35ms DONE
  2026-08-05 21:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.53ms DONE
  2026-08-05 21:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.90ms DONE
  2026-08-05 21:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.67ms DONE
  2026-08-05 21:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.92ms DONE
  2026-08-05 21:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.44ms DONE
  2026-08-05 21:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.77ms DONE
  2026-08-05 21:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.48ms DONE
  2026-08-05 21:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.83ms DONE
  2026-08-05 21:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.58ms DONE
  2026-08-05 21:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.64ms DONE
  2026-08-05 21:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.54ms DONE
  2026-08-05 21:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.53ms DONE
  2026-08-05 21:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.15ms DONE
  2026-08-05 21:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.70ms DONE
  2026-08-05 21:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.11ms DONE
  2026-08-05 21:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.81ms DONE
  2026-08-05 21:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.70ms DONE
  2026-08-05 21:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.07ms DONE
  2026-08-05 21:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.33ms DONE
  2026-08-05 21:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.26ms DONE
  2026-08-05 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.02ms DONE
  2026-08-05 21:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.17ms DONE
  2026-08-05 21:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 21:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.01ms DONE
  2026-08-05 22:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  115.91ms DONE
  2026-08-05 22:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.02ms DONE
  2026-08-05 22:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.37ms DONE
  2026-08-05 22:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.39ms DONE
  2026-08-05 22:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.05ms DONE
  2026-08-05 22:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.20ms DONE
  2026-08-05 22:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.62ms DONE
  2026-08-05 22:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.63ms DONE
  2026-08-05 22:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.63ms DONE
  2026-08-05 22:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.10ms DONE
  2026-08-05 22:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.85ms DONE
  2026-08-05 22:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.99ms DONE
  2026-08-05 22:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.51ms DONE
  2026-08-05 22:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.51ms DONE
  2026-08-05 22:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.40ms DONE
  2026-08-05 22:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.09ms DONE
  2026-08-05 22:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.87ms DONE
  2026-08-05 22:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.99ms DONE
  2026-08-05 22:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.56ms DONE
  2026-08-05 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.20ms DONE
  2026-08-05 22:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.93ms DONE
  2026-08-05 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.74ms DONE
  2026-08-05 22:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.74ms DONE
  2026-08-05 22:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.04ms DONE
  2026-08-05 22:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.45ms DONE
  2026-08-05 22:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.36ms DONE
  2026-08-05 22:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.40ms DONE
  2026-08-05 22:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.92ms DONE
  2026-08-05 22:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.89ms DONE
  2026-08-05 22:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.24ms DONE
  2026-08-05 22:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  153.89ms DONE
  2026-08-05 22:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.13ms DONE
  2026-08-05 22:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.23ms DONE
  2026-08-05 22:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.52ms DONE
  2026-08-05 22:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.25ms DONE
  2026-08-05 22:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.37ms DONE
  2026-08-05 22:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.98ms DONE
  2026-08-05 22:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.79ms DONE
  2026-08-05 22:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.17ms DONE
  2026-08-05 22:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.85ms DONE
  2026-08-05 22:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.34ms DONE
  2026-08-05 22:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.50ms DONE
  2026-08-05 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.51ms DONE
  2026-08-05 22:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.50ms DONE
  2026-08-05 22:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.36ms DONE
  2026-08-05 22:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.89ms DONE
  2026-08-05 22:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.30ms DONE
  2026-08-05 22:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.83ms DONE
  2026-08-05 22:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.64ms DONE
  2026-08-05 22:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.91ms DONE
  2026-08-05 22:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.52ms DONE
  2026-08-05 22:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.25ms DONE
  2026-08-05 22:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.04ms DONE
  2026-08-05 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.53ms DONE
  2026-08-05 22:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.32ms DONE
  2026-08-05 22:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.94ms DONE
  2026-08-05 22:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.01ms DONE
  2026-08-05 22:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.73ms DONE
  2026-08-05 22:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.60ms DONE
  2026-08-05 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.01ms DONE
  2026-08-05 23:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.99ms DONE
  2026-08-05 23:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.82ms DONE
  2026-08-05 23:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.15ms DONE
  2026-08-05 23:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.59ms DONE
  2026-08-05 23:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.61ms DONE
  2026-08-05 23:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  263.95ms DONE
  2026-08-05 23:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.71ms DONE
  2026-08-05 23:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.19ms DONE
  2026-08-05 23:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.50ms DONE
  2026-08-05 23:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.58ms DONE
  2026-08-05 23:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.90ms DONE
  2026-08-05 23:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.61ms DONE
  2026-08-05 23:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.27ms DONE
  2026-08-05 23:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.55ms DONE
  2026-08-05 23:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.34ms DONE
  2026-08-05 23:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.80ms DONE
  2026-08-05 23:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.90ms DONE
  2026-08-05 23:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  181.76ms DONE
  2026-08-05 23:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.54ms DONE
  2026-08-05 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.51ms DONE
  2026-08-05 23:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.01ms DONE
  2026-08-05 23:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.15ms DONE
  2026-08-05 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.78ms DONE
  2026-08-05 23:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.91ms DONE
  2026-08-05 23:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.58ms DONE
  2026-08-05 23:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.62ms DONE
  2026-08-05 23:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.46ms DONE
  2026-08-05 23:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.00ms DONE
  2026-08-05 23:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.73ms DONE
  2026-08-05 23:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.02ms DONE
  2026-08-05 23:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  234.87ms DONE
  2026-08-05 23:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.87ms DONE
  2026-08-05 23:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.88ms DONE
  2026-08-05 23:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.48ms DONE
  2026-08-05 23:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.90ms DONE
  2026-08-05 23:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.54ms DONE
  2026-08-05 23:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.07ms DONE
  2026-08-05 23:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.18ms DONE
  2026-08-05 23:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.43ms DONE
  2026-08-05 23:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.23ms DONE
  2026-08-05 23:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.71ms DONE
  2026-08-05 23:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.56ms DONE
  2026-08-05 23:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.47ms DONE
  2026-08-05 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.22ms DONE
  2026-08-05 23:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.19ms DONE
  2026-08-05 23:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.21ms DONE
  2026-08-05 23:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.28ms DONE
  2026-08-05 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.44ms DONE
  2026-08-05 23:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.83ms DONE
  2026-08-05 23:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.59ms DONE
  2026-08-05 23:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.48ms DONE
  2026-08-05 23:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.61ms DONE
  2026-08-05 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.36ms DONE
  2026-08-05 23:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.52ms DONE
  2026-08-05 23:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.19ms DONE
  2026-08-05 23:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.55ms DONE
  2026-08-05 23:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.53ms DONE
  2026-08-05 23:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.41ms DONE
  2026-08-05 23:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.92ms DONE
  2026-08-05 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-05 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.51ms DONE
  2026-08-06 00:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  196.52ms DONE
  2026-08-06 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.58ms DONE
  2026-08-06 00:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.53ms DONE
  2026-08-06 00:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  155.44ms DONE
  2026-08-06 00:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  147.93ms DONE
  2026-08-06 00:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.95ms DONE
  2026-08-06 00:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.85ms DONE
  2026-08-06 00:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.78ms DONE
  2026-08-06 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.47ms DONE
  2026-08-06 00:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.68ms DONE
  2026-08-06 00:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  114.17ms DONE
  2026-08-06 00:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.88ms DONE
  2026-08-06 00:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.80ms DONE
  2026-08-06 00:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.69ms DONE
  2026-08-06 00:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.46ms DONE
  2026-08-06 00:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.17ms DONE
  2026-08-06 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.28ms DONE
  2026-08-06 00:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.64ms DONE
  2026-08-06 00:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.18ms DONE
  2026-08-06 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.28ms DONE
  2026-08-06 00:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.55ms DONE
  2026-08-06 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.50ms DONE
  2026-08-06 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.17ms DONE
  2026-08-06 00:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.27ms DONE
  2026-08-06 00:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.98ms DONE
  2026-08-06 00:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.42ms DONE
  2026-08-06 00:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.62ms DONE
  2026-08-06 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.67ms DONE
  2026-08-06 00:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.87ms DONE
  2026-08-06 00:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.60ms DONE
  2026-08-06 00:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  218.08ms DONE
  2026-08-06 00:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.55ms DONE
  2026-08-06 00:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.12ms DONE
  2026-08-06 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.85ms DONE
  2026-08-06 00:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.50ms DONE
  2026-08-06 00:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  188.54ms DONE
  2026-08-06 00:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.38ms DONE
  2026-08-06 00:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.64ms DONE
  2026-08-06 00:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.39ms DONE
  2026-08-06 00:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.75ms DONE
  2026-08-06 00:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.12ms DONE
  2026-08-06 00:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.48ms DONE
  2026-08-06 00:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.11ms DONE
  2026-08-06 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.15ms DONE
  2026-08-06 00:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.28ms DONE
  2026-08-06 00:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.88ms DONE
  2026-08-06 00:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.98ms DONE
  2026-08-06 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.57ms DONE
  2026-08-06 00:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.18ms DONE
  2026-08-06 00:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.10ms DONE
  2026-08-06 00:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.32ms DONE
  2026-08-06 00:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.17ms DONE
  2026-08-06 00:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.97ms DONE
  2026-08-06 00:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-08-06 00:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.63ms DONE
  2026-08-06 00:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.91ms DONE
  2026-08-06 00:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.28ms DONE
  2026-08-06 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.74ms DONE
  2026-08-06 00:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.10ms DONE
  2026-08-06 00:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 00:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.94ms DONE
  2026-08-06 01:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  664.20ms DONE
  2026-08-06 01:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.00ms DONE
  2026-08-06 01:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.32ms DONE
  2026-08-06 01:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.62ms DONE
  2026-08-06 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.29ms DONE
  2026-08-06 01:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.83ms DONE
  2026-08-06 01:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.48ms DONE
  2026-08-06 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.83ms DONE
  2026-08-06 01:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.69ms DONE
  2026-08-06 01:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.30ms DONE
  2026-08-06 01:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.35ms DONE
  2026-08-06 01:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.50ms DONE
  2026-08-06 01:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.69ms DONE
  2026-08-06 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.45ms DONE
  2026-08-06 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.17ms DONE
  2026-08-06 01:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.63ms DONE
  2026-08-06 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.92ms DONE
  2026-08-06 01:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.03ms DONE
  2026-08-06 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.83ms DONE
  2026-08-06 01:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.34ms DONE
  2026-08-06 01:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.92ms DONE
  2026-08-06 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  152.82ms DONE
  2026-08-06 01:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.13ms DONE
  2026-08-06 01:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.42ms DONE
  2026-08-06 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.65ms DONE
  2026-08-06 01:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.03ms DONE
  2026-08-06 01:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.69ms DONE
  2026-08-06 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.19ms DONE
  2026-08-06 01:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.54ms DONE
  2026-08-06 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.33ms DONE
  2026-08-06 01:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.44ms DONE
  2026-08-06 01:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.48ms DONE
  2026-08-06 01:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.97ms DONE
  2026-08-06 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.24ms DONE
  2026-08-06 01:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.53ms DONE
  2026-08-06 01:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.07ms DONE
  2026-08-06 01:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.11ms DONE
  2026-08-06 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.29ms DONE
  2026-08-06 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.49ms DONE
  2026-08-06 01:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.37ms DONE
  2026-08-06 01:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.34ms DONE
  2026-08-06 01:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.46ms DONE
  2026-08-06 01:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.96ms DONE
  2026-08-06 01:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.77ms DONE
  2026-08-06 01:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.35ms DONE
  2026-08-06 01:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.50ms DONE
  2026-08-06 01:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.25ms DONE
  2026-08-06 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.01ms DONE
  2026-08-06 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.02ms DONE
  2026-08-06 01:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.22ms DONE
  2026-08-06 01:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.90ms DONE
  2026-08-06 01:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.57ms DONE
  2026-08-06 01:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.83ms DONE
  2026-08-06 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.98ms DONE
  2026-08-06 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.26ms DONE
  2026-08-06 01:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.40ms DONE
  2026-08-06 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.61ms DONE
  2026-08-06 01:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.37ms DONE
  2026-08-06 01:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.93ms DONE
  2026-08-06 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.51ms DONE
  2026-08-06 02:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.50ms DONE
  2026-08-06 02:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.20ms DONE
  2026-08-06 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.60ms DONE
  2026-08-06 02:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.50ms DONE
  2026-08-06 02:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.44ms DONE
  2026-08-06 02:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.99ms DONE
  2026-08-06 02:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.49ms DONE
  2026-08-06 02:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.35ms DONE
  2026-08-06 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.63ms DONE
  2026-08-06 02:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.94ms DONE
  2026-08-06 02:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.00ms DONE
  2026-08-06 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.17ms DONE
  2026-08-06 02:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.56ms DONE
  2026-08-06 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.04ms DONE
  2026-08-06 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.04ms DONE
  2026-08-06 02:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.08ms DONE
  2026-08-06 02:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.96ms DONE
  2026-08-06 02:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.72ms DONE
  2026-08-06 02:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.74ms DONE
  2026-08-06 02:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.15ms DONE
  2026-08-06 02:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.93ms DONE
  2026-08-06 02:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.93ms DONE
  2026-08-06 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.18ms DONE
  2026-08-06 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.25ms DONE
  2026-08-06 02:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.80ms DONE
  2026-08-06 02:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.58ms DONE
  2026-08-06 02:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.76ms DONE
  2026-08-06 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.87ms DONE
  2026-08-06 02:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.59ms DONE
  2026-08-06 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.56ms DONE
  2026-08-06 02:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.45ms DONE
  2026-08-06 02:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.04ms DONE
  2026-08-06 02:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.31ms DONE
  2026-08-06 02:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.16ms DONE
  2026-08-06 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.05ms DONE
  2026-08-06 02:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  145.15ms DONE
  2026-08-06 02:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.65ms DONE
  2026-08-06 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.20ms DONE
  2026-08-06 02:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.91ms DONE
  2026-08-06 02:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.23ms DONE
  2026-08-06 02:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.70ms DONE
  2026-08-06 02:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.46ms DONE
  2026-08-06 02:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.00ms DONE
  2026-08-06 02:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.36ms DONE
  2026-08-06 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.67ms DONE
  2026-08-06 02:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.26ms DONE
  2026-08-06 02:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.84ms DONE
  2026-08-06 02:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.46ms DONE
  2026-08-06 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.22ms DONE
  2026-08-06 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.42ms DONE
  2026-08-06 02:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.22ms DONE
  2026-08-06 02:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.39ms DONE
  2026-08-06 02:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.25ms DONE
  2026-08-06 02:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.80ms DONE
  2026-08-06 02:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.14ms DONE
  2026-08-06 02:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.45ms DONE
  2026-08-06 02:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.57ms DONE
  2026-08-06 02:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.02ms DONE
  2026-08-06 02:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.11ms DONE
  2026-08-06 02:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 02:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.40ms DONE
  2026-08-06 03:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.35ms DONE
  2026-08-06 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.69ms DONE
  2026-08-06 03:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.36ms DONE
  2026-08-06 03:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.06ms DONE
  2026-08-06 03:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.74ms DONE
  2026-08-06 03:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.77ms DONE
  2026-08-06 03:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.24ms DONE
  2026-08-06 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.93ms DONE
  2026-08-06 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.61ms DONE
  2026-08-06 03:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.56ms DONE
  2026-08-06 03:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.68ms DONE
  2026-08-06 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.16ms DONE
  2026-08-06 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.14ms DONE
  2026-08-06 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.89ms DONE
  2026-08-06 03:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.73ms DONE
  2026-08-06 03:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.82ms DONE
  2026-08-06 03:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.66ms DONE
  2026-08-06 03:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.31ms DONE
  2026-08-06 03:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.53ms DONE
  2026-08-06 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.43ms DONE
  2026-08-06 03:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.72ms DONE
  2026-08-06 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.56ms DONE
  2026-08-06 03:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.98ms DONE
  2026-08-06 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.56ms DONE
  2026-08-06 03:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.14ms DONE
  2026-08-06 03:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.30ms DONE
  2026-08-06 03:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.19ms DONE
  2026-08-06 03:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.60ms DONE
  2026-08-06 03:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.32ms DONE
  2026-08-06 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.82ms DONE
  2026-08-06 03:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.79ms DONE
  2026-08-06 03:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.37ms DONE
  2026-08-06 03:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.05ms DONE
  2026-08-06 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.56ms DONE
  2026-08-06 03:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.02ms DONE
  2026-08-06 03:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.77ms DONE
  2026-08-06 03:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.23ms DONE
  2026-08-06 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.32ms DONE
  2026-08-06 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.27ms DONE
  2026-08-06 03:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.74ms DONE
  2026-08-06 03:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.31ms DONE
  2026-08-06 03:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.02ms DONE
  2026-08-06 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.67ms DONE
  2026-08-06 03:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.25ms DONE
  2026-08-06 03:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.08ms DONE
  2026-08-06 03:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.65ms DONE
  2026-08-06 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.69ms DONE
  2026-08-06 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.88ms DONE
  2026-08-06 03:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.73ms DONE
  2026-08-06 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.81ms DONE
  2026-08-06 03:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-08-06 03:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.51ms DONE
  2026-08-06 03:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.93ms DONE
  2026-08-06 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.47ms DONE
  2026-08-06 03:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.38ms DONE
  2026-08-06 03:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.52ms DONE
  2026-08-06 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.07ms DONE
  2026-08-06 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.52ms DONE
  2026-08-06 03:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.63ms DONE
  2026-08-06 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.63ms DONE
  2026-08-06 04:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  146.77ms DONE
  2026-08-06 04:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.76ms DONE
  2026-08-06 04:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.95ms DONE
  2026-08-06 04:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.62ms DONE
  2026-08-06 04:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.40ms DONE
  2026-08-06 04:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.00ms DONE
  2026-08-06 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.54ms DONE
  2026-08-06 04:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.29ms DONE
  2026-08-06 04:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.09ms DONE
  2026-08-06 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.37ms DONE
  2026-08-06 04:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.84ms DONE
  2026-08-06 04:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-08-06 04:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.59ms DONE
  2026-08-06 04:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.83ms DONE
  2026-08-06 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.34ms DONE
  2026-08-06 04:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.47ms DONE
  2026-08-06 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.97ms DONE
  2026-08-06 04:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  145.60ms DONE
  2026-08-06 04:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.71ms DONE
  2026-08-06 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.90ms DONE
  2026-08-06 04:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.88ms DONE
  2026-08-06 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.40ms DONE
  2026-08-06 04:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.56ms DONE
  2026-08-06 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.47ms DONE
  2026-08-06 04:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.72ms DONE
  2026-08-06 04:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.19ms DONE
  2026-08-06 04:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.30ms DONE
  2026-08-06 04:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.89ms DONE
  2026-08-06 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.01ms DONE
  2026-08-06 04:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.61ms DONE
  2026-08-06 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.92ms DONE
  2026-08-06 04:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.47ms DONE
  2026-08-06 04:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.97ms DONE
  2026-08-06 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.99ms DONE
  2026-08-06 04:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.31ms DONE
  2026-08-06 04:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.11ms DONE
  2026-08-06 04:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.09ms DONE
  2026-08-06 04:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.28ms DONE
  2026-08-06 04:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.32ms DONE
  2026-08-06 04:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.83ms DONE
  2026-08-06 04:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.57ms DONE
  2026-08-06 04:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.20ms DONE
  2026-08-06 04:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.55ms DONE
  2026-08-06 04:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.12ms DONE
  2026-08-06 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.23ms DONE
  2026-08-06 04:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-06 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.69ms DONE
  2026-08-06 04:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.96ms DONE
  2026-08-06 04:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.47ms DONE
  2026-08-06 04:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.18ms DONE
  2026-08-06 04:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.30ms DONE
  2026-08-06 04:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.33ms DONE
  2026-08-06 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.05ms DONE
  2026-08-06 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.45ms DONE
  2026-08-06 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.55ms DONE
  2026-08-06 04:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.17ms DONE
  2026-08-06 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.52ms DONE
  2026-08-06 04:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.51ms DONE
  2026-08-06 04:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.65ms DONE
  2026-08-06 04:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 04:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.03ms DONE
  2026-08-06 05:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.83ms DONE
  2026-08-06 05:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.08ms DONE
  2026-08-06 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.81ms DONE
  2026-08-06 05:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.39ms DONE
  2026-08-06 05:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.20ms DONE
  2026-08-06 05:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.42ms DONE
  2026-08-06 05:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.52ms DONE
  2026-08-06 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.93ms DONE
  2026-08-06 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.41ms DONE
  2026-08-06 05:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.61ms DONE
  2026-08-06 05:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.79ms DONE
  2026-08-06 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.95ms DONE
  2026-08-06 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.02ms DONE
  2026-08-06 05:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.63ms DONE
  2026-08-06 05:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.21ms DONE
  2026-08-06 05:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  151.99ms DONE
  2026-08-06 05:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.01ms DONE
  2026-08-06 05:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.06ms DONE
  2026-08-06 05:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.77ms DONE
  2026-08-06 05:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.90ms DONE
  2026-08-06 05:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.88ms DONE
  2026-08-06 05:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.90ms DONE
  2026-08-06 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.37ms DONE
  2026-08-06 05:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.86ms DONE
  2026-08-06 05:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.49ms DONE
  2026-08-06 05:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.30ms DONE
  2026-08-06 05:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.35ms DONE
  2026-08-06 05:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.59ms DONE
  2026-08-06 05:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.43ms DONE
  2026-08-06 05:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.88ms DONE
  2026-08-06 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.41ms DONE
  2026-08-06 05:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.24ms DONE
  2026-08-06 05:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.93ms DONE
  2026-08-06 05:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.94ms DONE
  2026-08-06 05:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.38ms DONE
  2026-08-06 05:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.08ms DONE
  2026-08-06 05:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.36ms DONE
  2026-08-06 05:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.86ms DONE
  2026-08-06 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.41ms DONE
  2026-08-06 05:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.00ms DONE
  2026-08-06 05:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.40ms DONE
  2026-08-06 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.62ms DONE
  2026-08-06 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.12ms DONE
  2026-08-06 05:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.19ms DONE
  2026-08-06 05:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.06ms DONE
  2026-08-06 05:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.95ms DONE
  2026-08-06 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.48ms DONE
  2026-08-06 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.24ms DONE
  2026-08-06 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.06ms DONE
  2026-08-06 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.80ms DONE
  2026-08-06 05:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.68ms DONE
  2026-08-06 05:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.83ms DONE
  2026-08-06 05:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.63ms DONE
  2026-08-06 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.06ms DONE
  2026-08-06 05:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.91ms DONE
  2026-08-06 05:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.16ms DONE
  2026-08-06 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.75ms DONE
  2026-08-06 05:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.90ms DONE
  2026-08-06 05:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.56ms DONE
  2026-08-06 05:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 05:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.24ms DONE
  2026-08-06 06:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.15ms DONE
  2026-08-06 06:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.99ms DONE
  2026-08-06 06:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.22ms DONE
  2026-08-06 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.42ms DONE
  2026-08-06 06:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.60ms DONE
  2026-08-06 06:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.00ms DONE
  2026-08-06 06:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.94ms DONE
  2026-08-06 06:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.85ms DONE
  2026-08-06 06:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.27ms DONE
  2026-08-06 06:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.14ms DONE
  2026-08-06 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.32ms DONE
  2026-08-06 06:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.63ms DONE
  2026-08-06 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.04ms DONE
  2026-08-06 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.61ms DONE
  2026-08-06 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.31ms DONE
  2026-08-06 06:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.10ms DONE
  2026-08-06 06:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.50ms DONE
  2026-08-06 06:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  104.63ms DONE
  2026-08-06 06:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.60ms DONE
  2026-08-06 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.92ms DONE
  2026-08-06 06:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.69ms DONE
  2026-08-06 06:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.39ms DONE
  2026-08-06 06:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.48ms DONE
  2026-08-06 06:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.01ms DONE
  2026-08-06 06:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.71ms DONE
  2026-08-06 06:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.35ms DONE
  2026-08-06 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.13ms DONE
  2026-08-06 06:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.35ms DONE
  2026-08-06 06:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.52ms DONE
  2026-08-06 06:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.03ms DONE
  2026-08-06 06:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  155.37ms DONE
  2026-08-06 06:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.74ms DONE
  2026-08-06 06:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.13ms DONE
  2026-08-06 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.91ms DONE
  2026-08-06 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.39ms DONE
  2026-08-06 06:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.32ms DONE
  2026-08-06 06:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.08ms DONE
  2026-08-06 06:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.50ms DONE
  2026-08-06 06:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.35ms DONE
  2026-08-06 06:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.10ms DONE
  2026-08-06 06:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.16ms DONE
  2026-08-06 06:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.78ms DONE
  2026-08-06 06:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.32ms DONE
  2026-08-06 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-08-06 06:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.03ms DONE
  2026-08-06 06:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.15ms DONE
  2026-08-06 06:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.73ms DONE
  2026-08-06 06:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.17ms DONE
  2026-08-06 06:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.01ms DONE
  2026-08-06 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.71ms DONE
  2026-08-06 06:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.78ms DONE
  2026-08-06 06:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.53ms DONE
  2026-08-06 06:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.46ms DONE
  2026-08-06 06:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.84ms DONE
  2026-08-06 06:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.53ms DONE
  2026-08-06 06:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.50ms DONE
  2026-08-06 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.43ms DONE
  2026-08-06 06:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.96ms DONE
  2026-08-06 06:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.98ms DONE
  2026-08-06 06:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 06:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.25ms DONE
  2026-08-06 07:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.07ms DONE
  2026-08-06 07:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.57ms DONE
  2026-08-06 07:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.80ms DONE
  2026-08-06 07:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.65ms DONE
  2026-08-06 07:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.83ms DONE
  2026-08-06 07:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.16ms DONE
  2026-08-06 07:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.10ms DONE
  2026-08-06 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.10ms DONE
  2026-08-06 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.02ms DONE
  2026-08-06 07:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.57ms DONE
  2026-08-06 07:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  218.87ms DONE
  2026-08-06 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.12ms DONE
  2026-08-06 07:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.64ms DONE
  2026-08-06 07:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.79ms DONE
  2026-08-06 07:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.60ms DONE
  2026-08-06 07:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.38ms DONE
  2026-08-06 07:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.09ms DONE
  2026-08-06 07:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  184.25ms DONE
  2026-08-06 07:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.29ms DONE
  2026-08-06 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.36ms DONE
  2026-08-06 07:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.65ms DONE
  2026-08-06 07:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.75ms DONE
  2026-08-06 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.71ms DONE
  2026-08-06 07:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.62ms DONE
  2026-08-06 07:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.65ms DONE
  2026-08-06 07:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.23ms DONE
  2026-08-06 07:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.81ms DONE
  2026-08-06 07:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.53ms DONE
  2026-08-06 07:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.48ms DONE
  2026-08-06 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.19ms DONE
  2026-08-06 07:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.57ms DONE
  2026-08-06 07:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.03ms DONE
  2026-08-06 07:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.83ms DONE
  2026-08-06 07:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.88ms DONE
  2026-08-06 07:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.97ms DONE
  2026-08-06 07:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.45ms DONE
  2026-08-06 07:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.13ms DONE
  2026-08-06 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.24ms DONE
  2026-08-06 07:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.88ms DONE
  2026-08-06 07:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.20ms DONE
  2026-08-06 07:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.64ms DONE
  2026-08-06 07:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.24ms DONE
  2026-08-06 07:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.57ms DONE
  2026-08-06 07:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.27ms DONE
  2026-08-06 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.44ms DONE
  2026-08-06 07:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.31ms DONE
  2026-08-06 07:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.30ms DONE
  2026-08-06 07:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.97ms DONE
  2026-08-06 07:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.39ms DONE
  2026-08-06 07:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.94ms DONE
  2026-08-06 07:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.91ms DONE
  2026-08-06 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.83ms DONE
  2026-08-06 07:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.52ms DONE
  2026-08-06 07:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.09ms DONE
  2026-08-06 07:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.72ms DONE
  2026-08-06 07:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.61ms DONE
  2026-08-06 07:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.51ms DONE
  2026-08-06 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.10ms DONE
  2026-08-06 07:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.62ms DONE
  2026-08-06 07:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 07:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.73ms DONE
  2026-08-06 08:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.92ms DONE
  2026-08-06 08:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.75ms DONE
  2026-08-06 08:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.46ms DONE
  2026-08-06 08:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.40ms DONE
  2026-08-06 08:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.44ms DONE
  2026-08-06 08:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.09ms DONE
  2026-08-06 08:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.79ms DONE
  2026-08-06 08:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.40ms DONE
  2026-08-06 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.68ms DONE
  2026-08-06 08:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.89ms DONE
  2026-08-06 08:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.33ms DONE
  2026-08-06 08:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.33ms DONE
  2026-08-06 08:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.18ms DONE
  2026-08-06 08:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.75ms DONE
  2026-08-06 08:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.74ms DONE
  2026-08-06 08:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-06 08:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.95ms DONE
  2026-08-06 08:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  91.97ms DONE
  2026-08-06 08:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.81ms DONE
  2026-08-06 08:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.72ms DONE
  2026-08-06 08:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.05ms DONE
  2026-08-06 08:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.19ms DONE
  2026-08-06 08:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.72ms DONE
  2026-08-06 08:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.63ms DONE
  2026-08-06 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.79ms DONE
  2026-08-06 08:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.94ms DONE
  2026-08-06 08:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.59ms DONE
  2026-08-06 08:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.53ms DONE
  2026-08-06 08:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.89ms DONE
  2026-08-06 08:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.55ms DONE
  2026-08-06 08:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.98ms DONE
  2026-08-06 08:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.07ms DONE
  2026-08-06 08:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.90ms DONE
  2026-08-06 08:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.76ms DONE
  2026-08-06 08:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.49ms DONE
  2026-08-06 08:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.68ms DONE
  2026-08-06 08:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.95ms DONE
  2026-08-06 08:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.74ms DONE
  2026-08-06 08:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.48ms DONE
  2026-08-06 08:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.46ms DONE
  2026-08-06 08:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  162.50ms DONE
  2026-08-06 08:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.08ms DONE
  2026-08-06 08:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.00ms DONE
  2026-08-06 08:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.97ms DONE
  2026-08-06 08:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.93ms DONE
  2026-08-06 08:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.35ms DONE
  2026-08-06 08:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.84ms DONE
  2026-08-06 08:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.89ms DONE
  2026-08-06 08:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.63ms DONE
  2026-08-06 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.82ms DONE
  2026-08-06 08:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.56ms DONE
  2026-08-06 08:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.19ms DONE
  2026-08-06 08:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.16ms DONE
  2026-08-06 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.23ms DONE
  2026-08-06 08:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.42ms DONE
  2026-08-06 08:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.95ms DONE
  2026-08-06 08:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.23ms DONE
  2026-08-06 08:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.06ms DONE
  2026-08-06 08:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.63ms DONE
  2026-08-06 08:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 08:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.52ms DONE
  2026-08-06 09:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  148.47ms DONE
  2026-08-06 09:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.42ms DONE
  2026-08-06 09:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.42ms DONE
  2026-08-06 09:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.43ms DONE
  2026-08-06 09:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.59ms DONE
  2026-08-06 09:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.20ms DONE
  2026-08-06 09:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.94ms DONE
  2026-08-06 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.84ms DONE
  2026-08-06 09:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.46ms DONE
  2026-08-06 09:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.45ms DONE
  2026-08-06 09:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.46ms DONE
  2026-08-06 09:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.47ms DONE
  2026-08-06 09:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.87ms DONE
  2026-08-06 09:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.45ms DONE
  2026-08-06 09:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.73ms DONE
  2026-08-06 09:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.81ms DONE
  2026-08-06 09:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.26ms DONE
  2026-08-06 09:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.32ms DONE
  2026-08-06 09:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.36ms DONE
  2026-08-06 09:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.90ms DONE
  2026-08-06 09:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  129.08ms DONE
  2026-08-06 09:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.13ms DONE
  2026-08-06 09:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.37ms DONE
  2026-08-06 09:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.24ms DONE
  2026-08-06 09:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.26ms DONE
  2026-08-06 09:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.96ms DONE
  2026-08-06 09:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.93ms DONE
  2026-08-06 09:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.85ms DONE
  2026-08-06 09:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.58ms DONE
  2026-08-06 09:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.06ms DONE
  2026-08-06 09:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  141.02ms DONE
  2026-08-06 09:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.16ms DONE
  2026-08-06 09:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.79ms DONE
  2026-08-06 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.57ms DONE
  2026-08-06 09:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.30ms DONE
  2026-08-06 09:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.73ms DONE
  2026-08-06 09:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  242.42ms DONE
  2026-08-06 09:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.69ms DONE
  2026-08-06 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.62ms DONE
  2026-08-06 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.58ms DONE
  2026-08-06 09:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.89ms DONE
  2026-08-06 09:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.84ms DONE
  2026-08-06 09:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.05ms DONE
  2026-08-06 09:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.79ms DONE
  2026-08-06 09:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.96ms DONE
  2026-08-06 09:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.55ms DONE
  2026-08-06 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.17ms DONE
  2026-08-06 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.23ms DONE
  2026-08-06 09:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.50ms DONE
  2026-08-06 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.79ms DONE
  2026-08-06 09:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.70ms DONE
  2026-08-06 09:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.80ms DONE
  2026-08-06 09:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.18ms DONE
  2026-08-06 09:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.38ms DONE
  2026-08-06 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.26ms DONE
  2026-08-06 09:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.35ms DONE
  2026-08-06 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.67ms DONE
  2026-08-06 09:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.59ms DONE
  2026-08-06 09:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.63ms DONE
  2026-08-06 09:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 09:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.35ms DONE
  2026-08-06 10:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.84ms DONE
  2026-08-06 10:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.11ms DONE
  2026-08-06 10:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.85ms DONE
  2026-08-06 10:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.46ms DONE
  2026-08-06 10:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.76ms DONE
  2026-08-06 10:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.54ms DONE
  2026-08-06 10:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.85ms DONE
  2026-08-06 10:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.83ms DONE
  2026-08-06 10:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-06 10:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.09ms DONE
  2026-08-06 10:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.46ms DONE
  2026-08-06 10:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.68ms DONE
  2026-08-06 10:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.00ms DONE
  2026-08-06 10:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.25ms DONE
  2026-08-06 10:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.03ms DONE
  2026-08-06 10:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.80ms DONE
  2026-08-06 10:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.09ms DONE
  2026-08-06 10:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.34ms DONE
  2026-08-06 10:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.06ms DONE
  2026-08-06 10:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.49ms DONE
  2026-08-06 10:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  116.68ms DONE
  2026-08-06 10:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.35ms DONE
  2026-08-06 10:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.56ms DONE
  2026-08-06 10:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.00ms DONE
  2026-08-06 10:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.04ms DONE
  2026-08-06 10:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.41ms DONE
  2026-08-06 10:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.20ms DONE
  2026-08-06 10:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.08ms DONE
  2026-08-06 10:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.44ms DONE
  2026-08-06 10:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.65ms DONE
  2026-08-06 10:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.90ms DONE
  2026-08-06 10:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-06 10:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.68ms DONE
  2026-08-06 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.31ms DONE
  2026-08-06 10:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.75ms DONE
  2026-08-06 10:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.84ms DONE
  2026-08-06 10:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.57ms DONE
  2026-08-06 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.61ms DONE
  2026-08-06 10:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.72ms DONE
  2026-08-06 10:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.30ms DONE
  2026-08-06 10:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.52ms DONE
  2026-08-06 10:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.68ms DONE
  2026-08-06 10:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.78ms DONE
  2026-08-06 10:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.91ms DONE
  2026-08-06 10:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.98ms DONE
  2026-08-06 10:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.61ms DONE
  2026-08-06 10:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.49ms DONE
  2026-08-06 10:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.63ms DONE
  2026-08-06 10:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.05ms DONE
  2026-08-06 10:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-08-06 10:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.70ms DONE
  2026-08-06 10:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.35ms DONE
  2026-08-06 10:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.75ms DONE
  2026-08-06 10:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.80ms DONE
  2026-08-06 10:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.65ms DONE
  2026-08-06 10:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.11ms DONE
  2026-08-06 10:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.00ms DONE
  2026-08-06 10:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.35ms DONE
  2026-08-06 10:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.68ms DONE
  2026-08-06 10:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 10:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.66ms DONE
  2026-08-06 11:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  259.52ms DONE
  2026-08-06 11:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.86ms DONE
  2026-08-06 11:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.33ms DONE
  2026-08-06 11:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.12ms DONE
  2026-08-06 11:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.97ms DONE
  2026-08-06 11:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.09ms DONE
  2026-08-06 11:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.82ms DONE
  2026-08-06 11:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.99ms DONE
  2026-08-06 11:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.71ms DONE
  2026-08-06 11:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.57ms DONE
  2026-08-06 11:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.33ms DONE
  2026-08-06 11:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.16ms DONE
  2026-08-06 11:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.60ms DONE
  2026-08-06 11:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.53ms DONE
  2026-08-06 11:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.26ms DONE
  2026-08-06 11:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.41ms DONE
  2026-08-06 11:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.15ms DONE
  2026-08-06 11:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.63ms DONE
  2026-08-06 11:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.33ms DONE
  2026-08-06 11:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.71ms DONE
  2026-08-06 11:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.44ms DONE
  2026-08-06 11:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.19ms DONE
  2026-08-06 11:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.39ms DONE
  2026-08-06 11:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  126.54ms DONE
  2026-08-06 11:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.01ms DONE
  2026-08-06 11:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.11ms DONE
  2026-08-06 11:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.15ms DONE
  2026-08-06 11:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.18ms DONE
  2026-08-06 11:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.70ms DONE
  2026-08-06 11:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.37ms DONE
  2026-08-06 11:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.33ms DONE
  2026-08-06 11:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.39ms DONE
  2026-08-06 11:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.83ms DONE
  2026-08-06 11:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.87ms DONE
  2026-08-06 11:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.46ms DONE
  2026-08-06 11:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.07ms DONE
  2026-08-06 11:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.44ms DONE
  2026-08-06 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.26ms DONE
  2026-08-06 11:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.07ms DONE
  2026-08-06 11:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-06 11:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.39ms DONE
  2026-08-06 11:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.43ms DONE
  2026-08-06 11:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.46ms DONE
  2026-08-06 11:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.42ms DONE
  2026-08-06 11:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.37ms DONE
  2026-08-06 11:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.14ms DONE
  2026-08-06 11:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.50ms DONE
  2026-08-06 11:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.01ms DONE
  2026-08-06 11:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.54ms DONE
  2026-08-06 11:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.07ms DONE
  2026-08-06 11:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.22ms DONE
  2026-08-06 11:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.57ms DONE
  2026-08-06 11:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.73ms DONE
  2026-08-06 11:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.15ms DONE
  2026-08-06 11:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.75ms DONE
  2026-08-06 11:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.39ms DONE
  2026-08-06 11:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.44ms DONE
  2026-08-06 11:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.12ms DONE
  2026-08-06 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.44ms DONE
  2026-08-06 11:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 11:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.43ms DONE
  2026-08-06 12:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.37ms DONE
  2026-08-06 12:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.79ms DONE
  2026-08-06 12:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.97ms DONE
  2026-08-06 12:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.31ms DONE
  2026-08-06 12:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.84ms DONE
  2026-08-06 12:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.83ms DONE
  2026-08-06 12:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.45ms DONE
  2026-08-06 12:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.05ms DONE
  2026-08-06 12:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.05ms DONE
  2026-08-06 12:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.97ms DONE
  2026-08-06 12:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.83ms DONE
  2026-08-06 12:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.94ms DONE
  2026-08-06 12:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.78ms DONE
  2026-08-06 12:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.41ms DONE
  2026-08-06 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.42ms DONE
  2026-08-06 12:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.47ms DONE
  2026-08-06 12:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.62ms DONE
  2026-08-06 12:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.94ms DONE
  2026-08-06 12:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.30ms DONE
  2026-08-06 12:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.00ms DONE
  2026-08-06 12:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.86ms DONE
  2026-08-06 12:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.68ms DONE
  2026-08-06 12:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.04ms DONE
  2026-08-06 12:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.65ms DONE
  2026-08-06 12:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.87ms DONE
  2026-08-06 12:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.83ms DONE
  2026-08-06 12:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.49ms DONE
  2026-08-06 12:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.55ms DONE
  2026-08-06 12:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.69ms DONE
  2026-08-06 12:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.41ms DONE
  2026-08-06 12:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.73ms DONE
  2026-08-06 12:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.31ms DONE
  2026-08-06 12:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.32ms DONE
  2026-08-06 12:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.80ms DONE
  2026-08-06 12:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.62ms DONE
  2026-08-06 12:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  153.73ms DONE
  2026-08-06 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.28ms DONE
  2026-08-06 12:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.55ms DONE
  2026-08-06 12:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.24ms DONE
  2026-08-06 12:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.02ms DONE
  2026-08-06 12:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.02ms DONE
  2026-08-06 12:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.30ms DONE
  2026-08-06 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.36ms DONE
  2026-08-06 12:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.93ms DONE
  2026-08-06 12:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.59ms DONE
  2026-08-06 12:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.16ms DONE
  2026-08-06 12:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.72ms DONE
  2026-08-06 12:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.88ms DONE
  2026-08-06 12:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.95ms DONE
  2026-08-06 12:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.06ms DONE
  2026-08-06 12:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.59ms DONE
  2026-08-06 12:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.40ms DONE
  2026-08-06 12:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.60ms DONE
  2026-08-06 12:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.29ms DONE
  2026-08-06 12:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.26ms DONE
  2026-08-06 12:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.16ms DONE
  2026-08-06 12:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.98ms DONE
  2026-08-06 12:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.29ms DONE
  2026-08-06 12:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.29ms DONE
  2026-08-06 12:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 12:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.57ms DONE
  2026-08-06 13:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.36ms DONE
  2026-08-06 13:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.17ms DONE
  2026-08-06 13:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.49ms DONE
  2026-08-06 13:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.33ms DONE
  2026-08-06 13:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.19ms DONE
  2026-08-06 13:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.22ms DONE
  2026-08-06 13:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.62ms DONE
  2026-08-06 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.07ms DONE
  2026-08-06 13:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.89ms DONE
  2026-08-06 13:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.32ms DONE
  2026-08-06 13:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.56ms DONE
  2026-08-06 13:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.07ms DONE
  2026-08-06 13:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.97ms DONE
  2026-08-06 13:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.52ms DONE
  2026-08-06 13:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.93ms DONE
  2026-08-06 13:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.84ms DONE
  2026-08-06 13:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.85ms DONE
  2026-08-06 13:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.25ms DONE
  2026-08-06 13:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.98ms DONE
  2026-08-06 13:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.93ms DONE
  2026-08-06 13:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.69ms DONE
  2026-08-06 13:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.57ms DONE
  2026-08-06 13:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.08ms DONE
  2026-08-06 13:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.16ms DONE
  2026-08-06 13:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.75ms DONE
  2026-08-06 13:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.26ms DONE
  2026-08-06 13:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.36ms DONE
  2026-08-06 13:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.01ms DONE
  2026-08-06 13:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.48ms DONE
  2026-08-06 13:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.05ms DONE
  2026-08-06 13:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.16ms DONE
  2026-08-06 13:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.93ms DONE
  2026-08-06 13:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.39ms DONE
  2026-08-06 13:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.06ms DONE
  2026-08-06 13:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.40ms DONE
  2026-08-06 13:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.06ms DONE
  2026-08-06 13:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.47ms DONE
  2026-08-06 13:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.23ms DONE
  2026-08-06 13:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.52ms DONE
  2026-08-06 13:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.43ms DONE
  2026-08-06 13:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.84ms DONE
  2026-08-06 13:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.69ms DONE
  2026-08-06 13:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.32ms DONE
  2026-08-06 13:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.29ms DONE
  2026-08-06 13:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.13ms DONE
  2026-08-06 13:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.81ms DONE
  2026-08-06 13:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.93ms DONE
  2026-08-06 13:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.23ms DONE
  2026-08-06 13:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.67ms DONE
  2026-08-06 13:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.45ms DONE
  2026-08-06 13:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.91ms DONE
  2026-08-06 13:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.99ms DONE
  2026-08-06 13:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.51ms DONE
  2026-08-06 13:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.16ms DONE
  2026-08-06 13:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-08-06 13:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.13ms DONE
  2026-08-06 13:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.96ms DONE
  2026-08-06 13:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.38ms DONE
  2026-08-06 13:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.98ms DONE
  2026-08-06 13:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 13:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.49ms DONE
  2026-08-06 14:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.45ms DONE
  2026-08-06 14:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.86ms DONE
  2026-08-06 14:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.63ms DONE
  2026-08-06 14:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.43ms DONE
  2026-08-06 14:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.08ms DONE
  2026-08-06 14:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.08ms DONE
  2026-08-06 14:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.01ms DONE
  2026-08-06 14:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.32ms DONE
  2026-08-06 14:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.39ms DONE
  2026-08-06 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.32ms DONE
  2026-08-06 14:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.32ms DONE
  2026-08-06 14:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.54ms DONE
  2026-08-06 14:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.97ms DONE
  2026-08-06 14:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.87ms DONE
  2026-08-06 14:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.89ms DONE
  2026-08-06 14:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.26ms DONE
  2026-08-06 14:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.09ms DONE
  2026-08-06 14:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.45ms DONE
  2026-08-06 14:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.39ms DONE
  2026-08-06 14:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.08ms DONE
  2026-08-06 14:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.75ms DONE
  2026-08-06 14:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.11ms DONE
  2026-08-06 14:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.26ms DONE
  2026-08-06 14:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.64ms DONE
  2026-08-06 14:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.96ms DONE
  2026-08-06 14:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.31ms DONE
  2026-08-06 14:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.31ms DONE
  2026-08-06 14:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.25ms DONE
  2026-08-06 14:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.59ms DONE
  2026-08-06 14:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.90ms DONE
  2026-08-06 14:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.21ms DONE
  2026-08-06 14:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.27ms DONE
  2026-08-06 14:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.36ms DONE
  2026-08-06 14:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.45ms DONE
  2026-08-06 14:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.82ms DONE
  2026-08-06 14:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.70ms DONE
  2026-08-06 14:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.35ms DONE
  2026-08-06 14:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.73ms DONE
  2026-08-06 14:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.47ms DONE
  2026-08-06 14:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.87ms DONE
  2026-08-06 14:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.91ms DONE
  2026-08-06 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.07ms DONE
  2026-08-06 14:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.04ms DONE
  2026-08-06 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.55ms DONE
  2026-08-06 14:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.89ms DONE
  2026-08-06 14:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.55ms DONE
  2026-08-06 14:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.24ms DONE
  2026-08-06 14:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.01ms DONE
  2026-08-06 14:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.05ms DONE
  2026-08-06 14:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.89ms DONE
  2026-08-06 14:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.61ms DONE
  2026-08-06 14:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.62ms DONE
  2026-08-06 14:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.13ms DONE
  2026-08-06 14:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.47ms DONE
  2026-08-06 14:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.90ms DONE
  2026-08-06 14:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.07ms DONE
  2026-08-06 14:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.88ms DONE
  2026-08-06 14:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.28ms DONE
  2026-08-06 14:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.25ms DONE
  2026-08-06 14:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 14:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.89ms DONE
  2026-08-06 15:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.44ms DONE
  2026-08-06 15:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  303.44ms DONE
  2026-08-06 15:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.94ms DONE
  2026-08-06 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.01ms DONE
  2026-08-06 15:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.15ms DONE
  2026-08-06 15:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.77ms DONE
  2026-08-06 15:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.01ms DONE
  2026-08-06 15:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.74ms DONE
  2026-08-06 15:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.60ms DONE
  2026-08-06 15:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.81ms DONE
  2026-08-06 15:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.60ms DONE
  2026-08-06 15:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.49ms DONE
  2026-08-06 15:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.50ms DONE
  2026-08-06 15:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.03ms DONE
  2026-08-06 15:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.91ms DONE
  2026-08-06 15:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.69ms DONE
  2026-08-06 15:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.85ms DONE
  2026-08-06 15:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.90ms DONE
  2026-08-06 15:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.88ms DONE
  2026-08-06 15:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.10ms DONE
  2026-08-06 15:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.28ms DONE
  2026-08-06 15:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.96ms DONE
  2026-08-06 15:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.26ms DONE
  2026-08-06 15:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.49ms DONE
  2026-08-06 15:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.91ms DONE
  2026-08-06 15:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.50ms DONE
  2026-08-06 15:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.89ms DONE
  2026-08-06 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.10ms DONE
  2026-08-06 15:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.14ms DONE
  2026-08-06 15:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.46ms DONE
  2026-08-06 15:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.94ms DONE
  2026-08-06 15:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.58ms DONE
  2026-08-06 15:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.42ms DONE
  2026-08-06 15:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.03ms DONE
  2026-08-06 15:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.86ms DONE
  2026-08-06 15:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.27ms DONE
  2026-08-06 15:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.91ms DONE
  2026-08-06 15:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.48ms DONE
  2026-08-06 15:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.42ms DONE
  2026-08-06 15:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  754.79ms DONE
  2026-08-06 15:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.27ms DONE
  2026-08-06 15:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.96ms DONE
  2026-08-06 15:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.78ms DONE
  2026-08-06 15:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.18ms DONE
  2026-08-06 15:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.02ms DONE
  2026-08-06 15:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.45ms DONE
  2026-08-06 15:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.55ms DONE
  2026-08-06 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.26ms DONE
  2026-08-06 15:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.47ms DONE
  2026-08-06 15:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.07ms DONE
  2026-08-06 15:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.27ms DONE
  2026-08-06 15:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.72ms DONE
  2026-08-06 15:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.78ms DONE
  2026-08-06 15:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.36ms DONE
  2026-08-06 15:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.19ms DONE
  2026-08-06 15:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.48ms DONE
  2026-08-06 15:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.05ms DONE
  2026-08-06 15:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.15ms DONE
  2026-08-06 15:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.79ms DONE
  2026-08-06 15:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 15:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.45ms DONE
  2026-08-06 16:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.06ms DONE
  2026-08-06 16:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.76ms DONE
  2026-08-06 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.24ms DONE
  2026-08-06 16:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.94ms DONE
  2026-08-06 16:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.08ms DONE
  2026-08-06 16:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.71ms DONE
  2026-08-06 16:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.92ms DONE
  2026-08-06 16:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.22ms DONE
  2026-08-06 16:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.73ms DONE
  2026-08-06 16:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.02ms DONE
  2026-08-06 16:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.24ms DONE
  2026-08-06 16:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.30ms DONE
  2026-08-06 16:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  131.34ms DONE
  2026-08-06 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.07ms DONE
  2026-08-06 16:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.51ms DONE
  2026-08-06 16:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.55ms DONE
  2026-08-06 16:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.04ms DONE
  2026-08-06 16:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  170.88ms DONE
  2026-08-06 16:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.87ms DONE
  2026-08-06 16:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.81ms DONE
  2026-08-06 16:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.36ms DONE
  2026-08-06 16:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.81ms DONE
  2026-08-06 16:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.20ms DONE
  2026-08-06 16:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.75ms DONE
  2026-08-06 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.28ms DONE
  2026-08-06 16:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.58ms DONE
  2026-08-06 16:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.18ms DONE
  2026-08-06 16:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.58ms DONE
  2026-08-06 16:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.97ms DONE
  2026-08-06 16:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.15ms DONE
  2026-08-06 16:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.44ms DONE
  2026-08-06 16:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.16ms DONE
  2026-08-06 16:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.42ms DONE
  2026-08-06 16:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.76ms DONE
  2026-08-06 16:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.98ms DONE
  2026-08-06 16:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.64ms DONE
  2026-08-06 16:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.59ms DONE
  2026-08-06 16:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.46ms DONE
  2026-08-06 16:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.88ms DONE
  2026-08-06 16:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  189.70ms DONE
  2026-08-06 16:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.78ms DONE
  2026-08-06 16:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.65ms DONE
  2026-08-06 16:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.09ms DONE
  2026-08-06 16:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.67ms DONE
  2026-08-06 16:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.23ms DONE
  2026-08-06 16:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.62ms DONE
  2026-08-06 16:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.85ms DONE
  2026-08-06 16:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.82ms DONE
  2026-08-06 16:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  131.06ms DONE
  2026-08-06 16:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.98ms DONE
  2026-08-06 16:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.02ms DONE
  2026-08-06 16:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.52ms DONE
  2026-08-06 16:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.64ms DONE
  2026-08-06 16:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.98ms DONE
  2026-08-06 16:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.83ms DONE
  2026-08-06 16:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.99ms DONE
  2026-08-06 16:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.47ms DONE
  2026-08-06 16:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.25ms DONE
  2026-08-06 16:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.86ms DONE
  2026-08-06 16:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 16:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.66ms DONE
  2026-08-06 17:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.28ms DONE
  2026-08-06 17:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.76ms DONE
  2026-08-06 17:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.32ms DONE
  2026-08-06 17:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.88ms DONE
  2026-08-06 17:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.26ms DONE
  2026-08-06 17:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.82ms DONE
  2026-08-06 17:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.57ms DONE
  2026-08-06 17:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.60ms DONE
  2026-08-06 17:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.06ms DONE
  2026-08-06 17:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.48ms DONE
  2026-08-06 17:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.66ms DONE
  2026-08-06 17:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.25ms DONE
  2026-08-06 17:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.94ms DONE
  2026-08-06 17:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.46ms DONE
  2026-08-06 17:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.40ms DONE
  2026-08-06 17:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.25ms DONE
  2026-08-06 17:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.97ms DONE
  2026-08-06 17:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.68ms DONE
  2026-08-06 17:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.27ms DONE
  2026-08-06 17:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.43ms DONE
  2026-08-06 17:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  138.90ms DONE
  2026-08-06 17:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.83ms DONE
  2026-08-06 17:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.61ms DONE
  2026-08-06 17:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.65ms DONE
  2026-08-06 17:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.47ms DONE
  2026-08-06 17:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.64ms DONE
  2026-08-06 17:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.88ms DONE
  2026-08-06 17:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.90ms DONE
  2026-08-06 17:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.68ms DONE
  2026-08-06 17:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.52ms DONE
  2026-08-06 17:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.01ms DONE
  2026-08-06 17:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  301.95ms DONE
  2026-08-06 17:32:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:32:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.26ms DONE
  2026-08-06 17:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.93ms DONE
  2026-08-06 17:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.84ms DONE
  2026-08-06 17:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.28ms DONE
  2026-08-06 17:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.11ms DONE
  2026-08-06 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.77ms DONE
  2026-08-06 17:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.94ms DONE
  2026-08-06 17:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.24ms DONE
  2026-08-06 17:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.28ms DONE
  2026-08-06 17:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.84ms DONE
  2026-08-06 17:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.77ms DONE
  2026-08-06 17:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.33ms DONE
  2026-08-06 17:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.08ms DONE
  2026-08-06 17:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.19ms DONE
  2026-08-06 17:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.30ms DONE
  2026-08-06 17:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.38ms DONE
  2026-08-06 17:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.05ms DONE
  2026-08-06 17:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.05ms DONE
  2026-08-06 17:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.45ms DONE
  2026-08-06 17:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.60ms DONE
  2026-08-06 17:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  124.22ms DONE
  2026-08-06 17:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:53:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  220.81ms DONE
  2026-08-06 17:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.64ms DONE
  2026-08-06 17:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.40ms DONE
  2026-08-06 17:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:56:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.35ms DONE
  2026-08-06 17:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  115.14ms DONE
  2026-08-06 17:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.72ms DONE
  2026-08-06 17:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 17:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.65ms DONE
  2026-08-06 18:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.24ms DONE
  2026-08-06 18:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.88ms DONE
  2026-08-06 18:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.69ms DONE
  2026-08-06 18:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.79ms DONE
  2026-08-06 18:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.91ms DONE
  2026-08-06 18:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.37ms DONE
  2026-08-06 18:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.43ms DONE
  2026-08-06 18:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.46ms DONE
  2026-08-06 18:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.78ms DONE
  2026-08-06 18:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.07ms DONE
  2026-08-06 18:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.72ms DONE
  2026-08-06 18:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.50ms DONE
  2026-08-06 18:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.16ms DONE
  2026-08-06 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.44ms DONE
  2026-08-06 18:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.09ms DONE
  2026-08-06 18:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.38ms DONE
  2026-08-06 18:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.09ms DONE
  2026-08-06 18:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.84ms DONE
  2026-08-06 18:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.64ms DONE
  2026-08-06 18:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.48ms DONE
  2026-08-06 18:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.14ms DONE
  2026-08-06 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.71ms DONE
  2026-08-06 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.38ms DONE
  2026-08-06 18:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.34ms DONE
  2026-08-06 18:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.63ms DONE
  2026-08-06 18:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.78ms DONE
  2026-08-06 18:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.09ms DONE
  2026-08-06 18:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.14ms DONE
  2026-08-06 18:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.94ms DONE
  2026-08-06 18:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.48ms DONE
  2026-08-06 18:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.40ms DONE
  2026-08-06 18:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.27ms DONE
  2026-08-06 18:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.74ms DONE
  2026-08-06 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.42ms DONE
  2026-08-06 18:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.71ms DONE
  2026-08-06 18:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.51ms DONE
  2026-08-06 18:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.31ms DONE
  2026-08-06 18:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.56ms DONE
  2026-08-06 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.83ms DONE
  2026-08-06 18:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  278.31ms DONE
  2026-08-06 18:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.08ms DONE
  2026-08-06 18:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.46ms DONE
  2026-08-06 18:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.69ms DONE
  2026-08-06 18:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.41ms DONE
  2026-08-06 18:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.31ms DONE
  2026-08-06 18:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.34ms DONE
  2026-08-06 18:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.74ms DONE
  2026-08-06 18:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.01ms DONE
  2026-08-06 18:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  253.38ms DONE
  2026-08-06 18:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.83ms DONE
  2026-08-06 18:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.45ms DONE
  2026-08-06 18:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.48ms DONE
  2026-08-06 18:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.27ms DONE
  2026-08-06 18:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.75ms DONE
  2026-08-06 18:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.84ms DONE
  2026-08-06 18:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.62ms DONE
  2026-08-06 18:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.27ms DONE
  2026-08-06 18:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.10ms DONE
  2026-08-06 18:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.75ms DONE
  2026-08-06 18:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 18:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.12ms DONE
  2026-08-06 19:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1s DONE
  2026-08-06 19:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.95ms DONE
  2026-08-06 19:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.55ms DONE
  2026-08-06 19:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.56ms DONE
  2026-08-06 19:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.78ms DONE
  2026-08-06 19:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.56ms DONE
  2026-08-06 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.53ms DONE
  2026-08-06 19:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.81ms DONE
  2026-08-06 19:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.27ms DONE
  2026-08-06 19:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.80ms DONE
  2026-08-06 19:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.91ms DONE
  2026-08-06 19:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.31ms DONE
  2026-08-06 19:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.77ms DONE
  2026-08-06 19:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.27ms DONE
  2026-08-06 19:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.18ms DONE
  2026-08-06 19:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.93ms DONE
  2026-08-06 19:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.68ms DONE
  2026-08-06 19:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  129.25ms DONE
  2026-08-06 19:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.51ms DONE
  2026-08-06 19:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.94ms DONE
  2026-08-06 19:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  94.95ms DONE
  2026-08-06 19:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  94.30ms DONE
  2026-08-06 19:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.89ms DONE
  2026-08-06 19:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.12ms DONE
  2026-08-06 19:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.91ms DONE
  2026-08-06 19:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.57ms DONE
  2026-08-06 19:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.88ms DONE
  2026-08-06 19:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.41ms DONE
  2026-08-06 19:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.83ms DONE
  2026-08-06 19:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.27ms DONE
  2026-08-06 19:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.58ms DONE
  2026-08-06 19:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.54ms DONE
  2026-08-06 19:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.04ms DONE
  2026-08-06 19:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.97ms DONE
  2026-08-06 19:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.35ms DONE
  2026-08-06 19:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.43ms DONE
  2026-08-06 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.32ms DONE
  2026-08-06 19:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.67ms DONE
  2026-08-06 19:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.15ms DONE
  2026-08-06 19:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.59ms DONE
  2026-08-06 19:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.24ms DONE
  2026-08-06 19:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.84ms DONE
  2026-08-06 19:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.09ms DONE
  2026-08-06 19:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.69ms DONE
  2026-08-06 19:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.00ms DONE
  2026-08-06 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.53ms DONE
  2026-08-06 19:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.87ms DONE
  2026-08-06 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.03ms DONE
  2026-08-06 19:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.04ms DONE
  2026-08-06 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.29ms DONE
  2026-08-06 19:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  111.97ms DONE
  2026-08-06 19:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.00ms DONE
  2026-08-06 19:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.89ms DONE
  2026-08-06 19:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.30ms DONE
  2026-08-06 19:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.32ms DONE
  2026-08-06 19:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  208.87ms DONE
  2026-08-06 19:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.49ms DONE
  2026-08-06 19:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.48ms DONE
  2026-08-06 19:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.00ms DONE
  2026-08-06 19:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 19:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.69ms DONE
  2026-08-06 20:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  304.15ms DONE
  2026-08-06 20:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.48ms DONE
  2026-08-06 20:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.89ms DONE
  2026-08-06 20:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  128.17ms DONE
  2026-08-06 20:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  114.07ms DONE
  2026-08-06 20:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.61ms DONE
  2026-08-06 20:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.68ms DONE
  2026-08-06 20:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.83ms DONE
  2026-08-06 20:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.93ms DONE
  2026-08-06 20:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.66ms DONE
  2026-08-06 20:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.65ms DONE
  2026-08-06 20:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  166.70ms DONE
  2026-08-06 20:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.85ms DONE
  2026-08-06 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.91ms DONE
  2026-08-06 20:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.47ms DONE
  2026-08-06 20:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.94ms DONE
  2026-08-06 20:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.59ms DONE
  2026-08-06 20:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.15ms DONE
  2026-08-06 20:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  274.48ms DONE
  2026-08-06 20:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.87ms DONE
  2026-08-06 20:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  256.66ms DONE
  2026-08-06 20:21:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:21:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.54ms DONE
  2026-08-06 20:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.77ms DONE
  2026-08-06 20:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.17ms DONE
  2026-08-06 20:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.22ms DONE
  2026-08-06 20:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.46ms DONE
  2026-08-06 20:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.88ms DONE
  2026-08-06 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.23ms DONE
  2026-08-06 20:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.42ms DONE
  2026-08-06 20:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.29ms DONE
  2026-08-06 20:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.93ms DONE
  2026-08-06 20:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.16ms DONE
  2026-08-06 20:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.75ms DONE
  2026-08-06 20:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.59ms DONE
  2026-08-06 20:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.31ms DONE
  2026-08-06 20:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  225.30ms DONE
  2026-08-06 20:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.65ms DONE
  2026-08-06 20:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.86ms DONE
  2026-08-06 20:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.13ms DONE
  2026-08-06 20:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.41ms DONE
  2026-08-06 20:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.29ms DONE
  2026-08-06 20:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.64ms DONE
  2026-08-06 20:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.56ms DONE
  2026-08-06 20:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.90ms DONE
  2026-08-06 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.42ms DONE
  2026-08-06 20:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  183.91ms DONE
  2026-08-06 20:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.67ms DONE
  2026-08-06 20:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.00ms DONE
  2026-08-06 20:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.33ms DONE
  2026-08-06 20:49:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:49:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.30ms DONE
  2026-08-06 20:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  124.73ms DONE
  2026-08-06 20:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.32ms DONE
  2026-08-06 20:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  333.90ms DONE
  2026-08-06 20:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  224.13ms DONE
  2026-08-06 20:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.22ms DONE
  2026-08-06 20:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.45ms DONE
  2026-08-06 20:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.41ms DONE
  2026-08-06 20:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.88ms DONE
  2026-08-06 20:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.67ms DONE
  2026-08-06 20:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 20:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.33ms DONE
  2026-08-06 21:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  140.53ms DONE
  2026-08-06 21:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.39ms DONE
  2026-08-06 21:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.77ms DONE
  2026-08-06 21:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.07ms DONE
  2026-08-06 21:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.22ms DONE
  2026-08-06 21:05:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:05:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  170.16ms DONE
  2026-08-06 21:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.75ms DONE
  2026-08-06 21:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.97ms DONE
  2026-08-06 21:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.50ms DONE
  2026-08-06 21:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.85ms DONE
  2026-08-06 21:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.79ms DONE
  2026-08-06 21:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.83ms DONE
  2026-08-06 21:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.61ms DONE
  2026-08-06 21:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.59ms DONE
  2026-08-06 21:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.89ms DONE
  2026-08-06 21:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.09ms DONE
  2026-08-06 21:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.16ms DONE
  2026-08-06 21:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.16ms DONE
  2026-08-06 21:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.08ms DONE
  2026-08-06 21:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.01ms DONE
  2026-08-06 21:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  161.77ms DONE
  2026-08-06 21:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.13ms DONE
  2026-08-06 21:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.27ms DONE
  2026-08-06 21:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  157.27ms DONE
  2026-08-06 21:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.00ms DONE
  2026-08-06 21:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.37ms DONE
  2026-08-06 21:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.52ms DONE
  2026-08-06 21:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.87ms DONE
  2026-08-06 21:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.01ms DONE
  2026-08-06 21:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.20ms DONE
  2026-08-06 21:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.78ms DONE
  2026-08-06 21:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  147.46ms DONE
  2026-08-06 21:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.74ms DONE
  2026-08-06 21:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  550.50ms DONE
  2026-08-06 21:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.14ms DONE
  2026-08-06 21:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.40ms DONE
  2026-08-06 21:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.18ms DONE
  2026-08-06 21:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.54ms DONE
  2026-08-06 21:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.50ms DONE
  2026-08-06 21:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.82ms DONE
  2026-08-06 21:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.83ms DONE
  2026-08-06 21:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  107.45ms DONE
  2026-08-06 21:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.16ms DONE
  2026-08-06 21:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.89ms DONE
  2026-08-06 21:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.22ms DONE
  2026-08-06 21:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.89ms DONE
  2026-08-06 21:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.76ms DONE
  2026-08-06 21:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.67ms DONE
  2026-08-06 21:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.63ms DONE
  2026-08-06 21:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.91ms DONE
  2026-08-06 21:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.32ms DONE
  2026-08-06 21:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.64ms DONE
  2026-08-06 21:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.97ms DONE
  2026-08-06 21:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.69ms DONE
  2026-08-06 21:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.43ms DONE
  2026-08-06 21:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.76ms DONE
  2026-08-06 21:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.70ms DONE
  2026-08-06 21:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.39ms DONE
  2026-08-06 21:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  240.35ms DONE
  2026-08-06 21:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 21:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.31ms DONE
  2026-08-06 22:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.35ms DONE
  2026-08-06 22:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.06ms DONE
  2026-08-06 22:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.74ms DONE
  2026-08-06 22:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.30ms DONE
  2026-08-06 22:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.10ms DONE
  2026-08-06 22:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.05ms DONE
  2026-08-06 22:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.13ms DONE
  2026-08-06 22:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.38ms DONE
  2026-08-06 22:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.32ms DONE
  2026-08-06 22:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.68ms DONE
  2026-08-06 22:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.01ms DONE
  2026-08-06 22:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.64ms DONE
  2026-08-06 22:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.29ms DONE
  2026-08-06 22:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.04ms DONE
  2026-08-06 22:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.69ms DONE
  2026-08-06 22:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.27ms DONE
  2026-08-06 22:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.51ms DONE
  2026-08-06 22:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.34ms DONE
  2026-08-06 22:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.15ms DONE
  2026-08-06 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.98ms DONE
  2026-08-06 22:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  214.39ms DONE
  2026-08-06 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.25ms DONE
  2026-08-06 22:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.68ms DONE
  2026-08-06 22:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.69ms DONE
  2026-08-06 22:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.99ms DONE
  2026-08-06 22:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.20ms DONE
  2026-08-06 22:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.15ms DONE
  2026-08-06 22:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.16ms DONE
  2026-08-06 22:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.77ms DONE
  2026-08-06 22:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.70ms DONE
  2026-08-06 22:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.67ms DONE
  2026-08-06 22:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.49ms DONE
  2026-08-06 22:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.32ms DONE
  2026-08-06 22:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.18ms DONE
  2026-08-06 22:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.27ms DONE
  2026-08-06 22:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.18ms DONE
  2026-08-06 22:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.87ms DONE
  2026-08-06 22:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.76ms DONE
  2026-08-06 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.25ms DONE
  2026-08-06 22:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.76ms DONE
  2026-08-06 22:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.01ms DONE
  2026-08-06 22:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.59ms DONE
  2026-08-06 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.39ms DONE
  2026-08-06 22:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.03ms DONE
  2026-08-06 22:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.55ms DONE
  2026-08-06 22:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.87ms DONE
  2026-08-06 22:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.79ms DONE
  2026-08-06 22:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.46ms DONE
  2026-08-06 22:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.72ms DONE
  2026-08-06 22:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.60ms DONE
  2026-08-06 22:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.43ms DONE
  2026-08-06 22:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.47ms DONE
  2026-08-06 22:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.82ms DONE
  2026-08-06 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.03ms DONE
  2026-08-06 22:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.20ms DONE
  2026-08-06 22:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.52ms DONE
  2026-08-06 22:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.11ms DONE
  2026-08-06 22:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.26ms DONE
  2026-08-06 22:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.42ms DONE
  2026-08-06 22:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 22:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.80ms DONE
  2026-08-06 23:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.94ms DONE
  2026-08-06 23:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.48ms DONE
  2026-08-06 23:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.32ms DONE
  2026-08-06 23:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.84ms DONE
  2026-08-06 23:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.35ms DONE
  2026-08-06 23:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.02ms DONE
  2026-08-06 23:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.53ms DONE
  2026-08-06 23:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.29ms DONE
  2026-08-06 23:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.02ms DONE
  2026-08-06 23:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.96ms DONE
  2026-08-06 23:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.67ms DONE
  2026-08-06 23:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.01ms DONE
  2026-08-06 23:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.88ms DONE
  2026-08-06 23:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.61ms DONE
  2026-08-06 23:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-08-06 23:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.85ms DONE
  2026-08-06 23:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.79ms DONE
  2026-08-06 23:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.88ms DONE
  2026-08-06 23:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.08ms DONE
  2026-08-06 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.53ms DONE
  2026-08-06 23:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.56ms DONE
  2026-08-06 23:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.05ms DONE
  2026-08-06 23:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.16ms DONE
  2026-08-06 23:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.31ms DONE
  2026-08-06 23:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.75ms DONE
  2026-08-06 23:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  319.75ms DONE
  2026-08-06 23:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  153.90ms DONE
  2026-08-06 23:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.22ms DONE
  2026-08-06 23:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.42ms DONE
  2026-08-06 23:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.85ms DONE
  2026-08-06 23:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.32ms DONE
  2026-08-06 23:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.61ms DONE
  2026-08-06 23:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.69ms DONE
  2026-08-06 23:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.15ms DONE
  2026-08-06 23:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.45ms DONE
  2026-08-06 23:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.90ms DONE
  2026-08-06 23:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.80ms DONE
  2026-08-06 23:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.98ms DONE
  2026-08-06 23:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.91ms DONE
  2026-08-06 23:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.06ms DONE
  2026-08-06 23:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.64ms DONE
  2026-08-06 23:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.25ms DONE
  2026-08-06 23:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.93ms DONE
  2026-08-06 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.18ms DONE
  2026-08-06 23:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.92ms DONE
  2026-08-06 23:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.93ms DONE
  2026-08-06 23:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.59ms DONE
  2026-08-06 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.64ms DONE
  2026-08-06 23:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.70ms DONE
  2026-08-06 23:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.80ms DONE
  2026-08-06 23:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.00ms DONE
  2026-08-06 23:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.84ms DONE
  2026-08-06 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.94ms DONE
  2026-08-06 23:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.25ms DONE
  2026-08-06 23:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.09ms DONE
  2026-08-06 23:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.29ms DONE
  2026-08-06 23:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.43ms DONE
  2026-08-06 23:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.78ms DONE
  2026-08-06 23:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.35ms DONE
  2026-08-06 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-06 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.30ms DONE
  2026-08-07 00:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  320.16ms DONE
  2026-08-07 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  169.47ms DONE
  2026-08-07 00:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.02ms DONE
  2026-08-07 00:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.37ms DONE
  2026-08-07 00:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.41ms DONE
  2026-08-07 00:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.11ms DONE
  2026-08-07 00:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.92ms DONE
  2026-08-07 00:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.74ms DONE
  2026-08-07 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.78ms DONE
  2026-08-07 00:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.35ms DONE
  2026-08-07 00:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.27ms DONE
  2026-08-07 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.07ms DONE
  2026-08-07 00:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.47ms DONE
  2026-08-07 00:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.52ms DONE
  2026-08-07 00:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.11ms DONE
  2026-08-07 00:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.12ms DONE
  2026-08-07 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.94ms DONE
  2026-08-07 00:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.37ms DONE
  2026-08-07 00:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.55ms DONE
  2026-08-07 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.98ms DONE
  2026-08-07 00:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.31ms DONE
  2026-08-07 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.72ms DONE
  2026-08-07 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.76ms DONE
  2026-08-07 00:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.33ms DONE
  2026-08-07 00:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.79ms DONE
  2026-08-07 00:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.47ms DONE
  2026-08-07 00:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.34ms DONE
  2026-08-07 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.08ms DONE
  2026-08-07 00:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.64ms DONE
  2026-08-07 00:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.59ms DONE
  2026-08-07 00:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  137.56ms DONE
  2026-08-07 00:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.85ms DONE
  2026-08-07 00:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.38ms DONE
  2026-08-07 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.10ms DONE
  2026-08-07 00:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.48ms DONE
  2026-08-07 00:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.47ms DONE
  2026-08-07 00:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.77ms DONE
  2026-08-07 00:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.40ms DONE
  2026-08-07 00:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.15ms DONE
  2026-08-07 00:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.20ms DONE
  2026-08-07 00:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.73ms DONE
  2026-08-07 00:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.75ms DONE
  2026-08-07 00:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.51ms DONE
  2026-08-07 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.15ms DONE
  2026-08-07 00:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.50ms DONE
  2026-08-07 00:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.69ms DONE
  2026-08-07 00:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.76ms DONE
  2026-08-07 00:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.84ms DONE
  2026-08-07 00:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.15ms DONE
  2026-08-07 00:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.47ms DONE
  2026-08-07 00:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.28ms DONE
  2026-08-07 00:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.46ms DONE
  2026-08-07 00:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.99ms DONE
  2026-08-07 00:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.63ms DONE
  2026-08-07 00:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.33ms DONE
  2026-08-07 00:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.76ms DONE
  2026-08-07 00:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.23ms DONE
  2026-08-07 00:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.26ms DONE
  2026-08-07 00:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.37ms DONE
  2026-08-07 00:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 00:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.55ms DONE
  2026-08-07 01:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.95ms DONE
  2026-08-07 01:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.92ms DONE
  2026-08-07 01:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.21ms DONE
  2026-08-07 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.26ms DONE
  2026-08-07 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.99ms DONE
  2026-08-07 01:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.90ms DONE
  2026-08-07 01:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.88ms DONE
  2026-08-07 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.23ms DONE
  2026-08-07 01:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.50ms DONE
  2026-08-07 01:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.18ms DONE
  2026-08-07 01:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.81ms DONE
  2026-08-07 01:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.68ms DONE
  2026-08-07 01:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.20ms DONE
  2026-08-07 01:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.14ms DONE
  2026-08-07 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-08-07 01:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.02ms DONE
  2026-08-07 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.25ms DONE
  2026-08-07 01:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.07ms DONE
  2026-08-07 01:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.59ms DONE
  2026-08-07 01:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.38ms DONE
  2026-08-07 01:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.87ms DONE
  2026-08-07 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.09ms DONE
  2026-08-07 01:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.85ms DONE
  2026-08-07 01:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.47ms DONE
  2026-08-07 01:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.72ms DONE
  2026-08-07 01:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.28ms DONE
  2026-08-07 01:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.90ms DONE
  2026-08-07 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.58ms DONE
  2026-08-07 01:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.08ms DONE
  2026-08-07 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.90ms DONE
  2026-08-07 01:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.30ms DONE
  2026-08-07 01:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.57ms DONE
  2026-08-07 01:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.43ms DONE
  2026-08-07 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.53ms DONE
  2026-08-07 01:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.12ms DONE
  2026-08-07 01:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.37ms DONE
  2026-08-07 01:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.17ms DONE
  2026-08-07 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.29ms DONE
  2026-08-07 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.00ms DONE
  2026-08-07 01:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.38ms DONE
  2026-08-07 01:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.39ms DONE
  2026-08-07 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.12ms DONE
  2026-08-07 01:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.15ms DONE
  2026-08-07 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.24ms DONE
  2026-08-07 01:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.34ms DONE
  2026-08-07 01:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.14ms DONE
  2026-08-07 01:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.76ms DONE
  2026-08-07 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.76ms DONE
  2026-08-07 01:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.30ms DONE
  2026-08-07 01:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.99ms DONE
  2026-08-07 01:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.37ms DONE
  2026-08-07 01:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.81ms DONE
  2026-08-07 01:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.80ms DONE
  2026-08-07 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.19ms DONE
  2026-08-07 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.47ms DONE
  2026-08-07 01:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.45ms DONE
  2026-08-07 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.58ms DONE
  2026-08-07 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.25ms DONE
  2026-08-07 01:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-07 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.13ms DONE
  2026-08-07 02:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.49ms DONE
  2026-08-07 02:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  95.75ms DONE
  2026-08-07 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.03ms DONE
  2026-08-07 02:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.56ms DONE
  2026-08-07 02:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.43ms DONE
  2026-08-07 02:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.31ms DONE
  2026-08-07 02:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.77ms DONE
  2026-08-07 02:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.92ms DONE
  2026-08-07 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.82ms DONE
  2026-08-07 02:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.49ms DONE
  2026-08-07 02:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.68ms DONE
  2026-08-07 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.88ms DONE
  2026-08-07 02:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.09ms DONE
  2026-08-07 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.68ms DONE
  2026-08-07 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.45ms DONE
  2026-08-07 02:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.43ms DONE
  2026-08-07 02:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.24ms DONE
  2026-08-07 02:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.72ms DONE
  2026-08-07 02:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.02ms DONE
  2026-08-07 02:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.11ms DONE
  2026-08-07 02:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.97ms DONE
  2026-08-07 02:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.82ms DONE
  2026-08-07 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.22ms DONE
  2026-08-07 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.18ms DONE
  2026-08-07 02:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.56ms DONE
  2026-08-07 02:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.44ms DONE
  2026-08-07 02:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.25ms DONE
  2026-08-07 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.24ms DONE
  2026-08-07 02:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.13ms DONE
  2026-08-07 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.07ms DONE
  2026-08-07 02:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.44ms DONE
  2026-08-07 02:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.38ms DONE
  2026-08-07 02:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.98ms DONE
  2026-08-07 02:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.47ms DONE
  2026-08-07 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.80ms DONE
  2026-08-07 02:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.56ms DONE
  2026-08-07 02:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.86ms DONE
  2026-08-07 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.14ms DONE
  2026-08-07 02:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.24ms DONE
  2026-08-07 02:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.71ms DONE
  2026-08-07 02:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.52ms DONE
  2026-08-07 02:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.65ms DONE
  2026-08-07 02:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.43ms DONE
  2026-08-07 02:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.23ms DONE
  2026-08-07 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.39ms DONE
  2026-08-07 02:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.41ms DONE
  2026-08-07 02:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.76ms DONE
  2026-08-07 02:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.08ms DONE
  2026-08-07 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.36ms DONE
  2026-08-07 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.77ms DONE
  2026-08-07 02:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.16ms DONE
  2026-08-07 02:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.35ms DONE
  2026-08-07 02:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.02ms DONE
  2026-08-07 02:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.65ms DONE
  2026-08-07 02:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.89ms DONE
  2026-08-07 02:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.01ms DONE
  2026-08-07 02:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.39ms DONE
  2026-08-07 02:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.57ms DONE
  2026-08-07 02:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.80ms DONE
  2026-08-07 02:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 02:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.96ms DONE
  2026-08-07 03:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.00ms DONE
  2026-08-07 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.90ms DONE
  2026-08-07 03:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.57ms DONE
  2026-08-07 03:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.09ms DONE
  2026-08-07 03:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.16ms DONE
  2026-08-07 03:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  119.00ms DONE
  2026-08-07 03:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.66ms DONE
  2026-08-07 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.71ms DONE
  2026-08-07 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.32ms DONE
  2026-08-07 03:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.24ms DONE
  2026-08-07 03:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.40ms DONE
  2026-08-07 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.79ms DONE
  2026-08-07 03:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.18ms DONE
  2026-08-07 03:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.10ms DONE
  2026-08-07 03:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.54ms DONE
  2026-08-07 03:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.54ms DONE
  2026-08-07 03:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.06ms DONE
  2026-08-07 03:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.70ms DONE
  2026-08-07 03:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.54ms DONE
  2026-08-07 03:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.28ms DONE
  2026-08-07 03:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.81ms DONE
  2026-08-07 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.99ms DONE
  2026-08-07 03:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.99ms DONE
  2026-08-07 03:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.10ms DONE
  2026-08-07 03:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.81ms DONE
  2026-08-07 03:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.70ms DONE
  2026-08-07 03:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.77ms DONE
  2026-08-07 03:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.04ms DONE
  2026-08-07 03:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.14ms DONE
  2026-08-07 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.81ms DONE
  2026-08-07 03:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.91ms DONE
  2026-08-07 03:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.61ms DONE
  2026-08-07 03:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.39ms DONE
  2026-08-07 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.51ms DONE
  2026-08-07 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.91ms DONE
  2026-08-07 03:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.09ms DONE
  2026-08-07 03:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.85ms DONE
  2026-08-07 03:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.54ms DONE
  2026-08-07 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.70ms DONE
  2026-08-07 03:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.68ms DONE
  2026-08-07 03:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.74ms DONE
  2026-08-07 03:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.52ms DONE
  2026-08-07 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.25ms DONE
  2026-08-07 03:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.13ms DONE
  2026-08-07 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.73ms DONE
  2026-08-07 03:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.24ms DONE
  2026-08-07 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.61ms DONE
  2026-08-07 03:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.42ms DONE
  2026-08-07 03:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.14ms DONE
  2026-08-07 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.79ms DONE
  2026-08-07 03:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.05ms DONE
  2026-08-07 03:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.70ms DONE
  2026-08-07 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.45ms DONE
  2026-08-07 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.77ms DONE
  2026-08-07 03:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.98ms DONE
  2026-08-07 03:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.30ms DONE
  2026-08-07 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.11ms DONE
  2026-08-07 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.13ms DONE
  2026-08-07 03:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.52ms DONE
  2026-08-07 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.03ms DONE
  2026-08-07 04:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  310.63ms DONE
  2026-08-07 04:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.01ms DONE
  2026-08-07 04:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.07ms DONE
  2026-08-07 04:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.56ms DONE
  2026-08-07 04:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.86ms DONE
  2026-08-07 04:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.37ms DONE
  2026-08-07 04:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.48ms DONE
  2026-08-07 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.39ms DONE
  2026-08-07 04:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.84ms DONE
  2026-08-07 04:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.60ms DONE
  2026-08-07 04:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.62ms DONE
  2026-08-07 04:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.27ms DONE
  2026-08-07 04:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.86ms DONE
  2026-08-07 04:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.74ms DONE
  2026-08-07 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.60ms DONE
  2026-08-07 04:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  104.99ms DONE
  2026-08-07 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.36ms DONE
  2026-08-07 04:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  278.25ms DONE
  2026-08-07 04:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.74ms DONE
  2026-08-07 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.53ms DONE
  2026-08-07 04:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  194.85ms DONE
  2026-08-07 04:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.40ms DONE
  2026-08-07 04:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.74ms DONE
  2026-08-07 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.54ms DONE
  2026-08-07 04:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.52ms DONE
  2026-08-07 04:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.88ms DONE
  2026-08-07 04:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.51ms DONE
  2026-08-07 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.99ms DONE
  2026-08-07 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.09ms DONE
  2026-08-07 04:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.92ms DONE
  2026-08-07 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  146.16ms DONE
  2026-08-07 04:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.84ms DONE
  2026-08-07 04:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.73ms DONE
  2026-08-07 04:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.06ms DONE
  2026-08-07 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.36ms DONE
  2026-08-07 04:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.68ms DONE
  2026-08-07 04:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.05ms DONE
  2026-08-07 04:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.15ms DONE
  2026-08-07 04:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.90ms DONE
  2026-08-07 04:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.16ms DONE
  2026-08-07 04:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.79ms DONE
  2026-08-07 04:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.42ms DONE
  2026-08-07 04:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.68ms DONE
  2026-08-07 04:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.58ms DONE
  2026-08-07 04:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.52ms DONE
  2026-08-07 04:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.68ms DONE
  2026-08-07 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.47ms DONE
  2026-08-07 04:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.28ms DONE
  2026-08-07 04:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.86ms DONE
  2026-08-07 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.91ms DONE
  2026-08-07 04:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.18ms DONE
  2026-08-07 04:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.70ms DONE
  2026-08-07 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.01ms DONE
  2026-08-07 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.91ms DONE
  2026-08-07 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.33ms DONE
  2026-08-07 04:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  148.65ms DONE
  2026-08-07 04:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.46ms DONE
  2026-08-07 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.40ms DONE
  2026-08-07 04:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.07ms DONE
  2026-08-07 04:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 04:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.91ms DONE
  2026-08-07 05:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  256.01ms DONE
  2026-08-07 05:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.43ms DONE
  2026-08-07 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.61ms DONE
  2026-08-07 05:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.41ms DONE
  2026-08-07 05:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.96ms DONE
  2026-08-07 05:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.52ms DONE
  2026-08-07 05:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.33ms DONE
  2026-08-07 05:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.53ms DONE
  2026-08-07 05:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.53ms DONE
  2026-08-07 05:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.39ms DONE
  2026-08-07 05:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.63ms DONE
  2026-08-07 05:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.61ms DONE
  2026-08-07 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.87ms DONE
  2026-08-07 05:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.22ms DONE
  2026-08-07 05:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.56ms DONE
  2026-08-07 05:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.44ms DONE
  2026-08-07 05:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.85ms DONE
  2026-08-07 05:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  227.09ms DONE
  2026-08-07 05:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.83ms DONE
  2026-08-07 05:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.46ms DONE
  2026-08-07 05:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.33ms DONE
  2026-08-07 05:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.68ms DONE
  2026-08-07 05:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.22ms DONE
  2026-08-07 05:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.51ms DONE
  2026-08-07 05:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.17ms DONE
  2026-08-07 05:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.65ms DONE
  2026-08-07 05:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.16ms DONE
  2026-08-07 05:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.80ms DONE
  2026-08-07 05:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.57ms DONE
  2026-08-07 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.43ms DONE
  2026-08-07 05:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.79ms DONE
  2026-08-07 05:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.12ms DONE
  2026-08-07 05:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.91ms DONE
  2026-08-07 05:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.74ms DONE
  2026-08-07 05:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.63ms DONE
  2026-08-07 05:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.73ms DONE
  2026-08-07 05:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.83ms DONE
  2026-08-07 05:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.40ms DONE
  2026-08-07 05:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.89ms DONE
  2026-08-07 05:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.56ms DONE
  2026-08-07 05:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.40ms DONE
  2026-08-07 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.43ms DONE
  2026-08-07 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.28ms DONE
  2026-08-07 05:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.47ms DONE
  2026-08-07 05:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.04ms DONE
  2026-08-07 05:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.42ms DONE
  2026-08-07 05:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.61ms DONE
  2026-08-07 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.45ms DONE
  2026-08-07 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.49ms DONE
  2026-08-07 05:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.26ms DONE
  2026-08-07 05:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.31ms DONE
  2026-08-07 05:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.32ms DONE
  2026-08-07 05:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.18ms DONE
  2026-08-07 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.12ms DONE
  2026-08-07 05:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.91ms DONE
  2026-08-07 05:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.29ms DONE
  2026-08-07 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.21ms DONE
  2026-08-07 05:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.29ms DONE
  2026-08-07 05:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.57ms DONE
  2026-08-07 05:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 05:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.23ms DONE
  2026-08-07 06:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.06ms DONE
  2026-08-07 06:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.49ms DONE
  2026-08-07 06:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.92ms DONE
  2026-08-07 06:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.44ms DONE
  2026-08-07 06:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.74ms DONE
  2026-08-07 06:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.07ms DONE
  2026-08-07 06:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.14ms DONE
  2026-08-07 06:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.43ms DONE
  2026-08-07 06:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.06ms DONE
  2026-08-07 06:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.75ms DONE
  2026-08-07 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.56ms DONE
  2026-08-07 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.21ms DONE
  2026-08-07 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.13ms DONE
  2026-08-07 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.65ms DONE
  2026-08-07 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.93ms DONE
  2026-08-07 06:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.93ms DONE
  2026-08-07 06:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.66ms DONE
  2026-08-07 06:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  270.67ms DONE
  2026-08-07 06:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.21ms DONE
  2026-08-07 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.22ms DONE
  2026-08-07 06:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  147.48ms DONE
  2026-08-07 06:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.52ms DONE
  2026-08-07 06:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.94ms DONE
  2026-08-07 06:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.29ms DONE
  2026-08-07 06:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.45ms DONE
  2026-08-07 06:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.20ms DONE
  2026-08-07 06:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.96ms DONE
  2026-08-07 06:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.20ms DONE
  2026-08-07 06:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.72ms DONE
  2026-08-07 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.62ms DONE
  2026-08-07 06:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.33ms DONE
  2026-08-07 06:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.09ms DONE
  2026-08-07 06:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.97ms DONE
  2026-08-07 06:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.83ms DONE
  2026-08-07 06:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.65ms DONE
  2026-08-07 06:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.17ms DONE
  2026-08-07 06:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.09ms DONE
  2026-08-07 06:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.68ms DONE
  2026-08-07 06:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.47ms DONE
  2026-08-07 06:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.03ms DONE
  2026-08-07 06:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.55ms DONE
  2026-08-07 06:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.90ms DONE
  2026-08-07 06:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.59ms DONE
  2026-08-07 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.46ms DONE
  2026-08-07 06:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.45ms DONE
  2026-08-07 06:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.01ms DONE
  2026-08-07 06:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.96ms DONE
  2026-08-07 06:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.76ms DONE
  2026-08-07 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.49ms DONE
  2026-08-07 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.07ms DONE
  2026-08-07 06:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.49ms DONE
  2026-08-07 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.93ms DONE
  2026-08-07 06:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.46ms DONE
  2026-08-07 06:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.49ms DONE
  2026-08-07 06:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.92ms DONE
  2026-08-07 06:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.69ms DONE
  2026-08-07 06:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.75ms DONE
  2026-08-07 06:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.19ms DONE
  2026-08-07 06:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.36ms DONE
  2026-08-07 06:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 06:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.48ms DONE
  2026-08-07 07:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  139.78ms DONE
  2026-08-07 07:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  171.73ms DONE
  2026-08-07 07:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.98ms DONE
  2026-08-07 07:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.33ms DONE
  2026-08-07 07:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.97ms DONE
  2026-08-07 07:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.07ms DONE
  2026-08-07 07:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.79ms DONE
  2026-08-07 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.82ms DONE
  2026-08-07 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.48ms DONE
  2026-08-07 07:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.29ms DONE
  2026-08-07 07:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.45ms DONE
  2026-08-07 07:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.08ms DONE
  2026-08-07 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.32ms DONE
  2026-08-07 07:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.56ms DONE
  2026-08-07 07:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.01ms DONE
  2026-08-07 07:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.59ms DONE
  2026-08-07 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.56ms DONE
  2026-08-07 07:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.13ms DONE
  2026-08-07 07:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.41ms DONE
  2026-08-07 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.06ms DONE
  2026-08-07 07:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.41ms DONE
  2026-08-07 07:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.33ms DONE
  2026-08-07 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.57ms DONE
  2026-08-07 07:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-07 07:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.25ms DONE
  2026-08-07 07:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.29ms DONE
  2026-08-07 07:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.57ms DONE
  2026-08-07 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.64ms DONE
  2026-08-07 07:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.12ms DONE
  2026-08-07 07:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.30ms DONE
  2026-08-07 07:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.26ms DONE
  2026-08-07 07:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.63ms DONE
  2026-08-07 07:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.37ms DONE
  2026-08-07 07:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.49ms DONE
  2026-08-07 07:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.40ms DONE
  2026-08-07 07:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.01ms DONE
  2026-08-07 07:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.63ms DONE
  2026-08-07 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.74ms DONE
  2026-08-07 07:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.55ms DONE
  2026-08-07 07:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.95ms DONE
  2026-08-07 07:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.79ms DONE
  2026-08-07 07:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.59ms DONE
  2026-08-07 07:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.64ms DONE
  2026-08-07 07:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.13ms DONE
  2026-08-07 07:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.83ms DONE
  2026-08-07 07:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.57ms DONE
  2026-08-07 07:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.98ms DONE
  2026-08-07 07:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.95ms DONE
  2026-08-07 07:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.09ms DONE
  2026-08-07 07:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.26ms DONE
  2026-08-07 07:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.10ms DONE
  2026-08-07 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.16ms DONE
  2026-08-07 07:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.24ms DONE
  2026-08-07 07:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.70ms DONE
  2026-08-07 07:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.63ms DONE
  2026-08-07 07:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.99ms DONE
  2026-08-07 07:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.46ms DONE
  2026-08-07 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.86ms DONE
  2026-08-07 07:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.40ms DONE
  2026-08-07 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.78ms DONE
  2026-08-07 08:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.13ms DONE
  2026-08-07 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.77ms DONE
  2026-08-07 08:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.88ms DONE
  2026-08-07 08:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.76ms DONE
  2026-08-07 08:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.82ms DONE
  2026-08-07 08:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.80ms DONE
  2026-08-07 08:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.83ms DONE
  2026-08-07 08:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.50ms DONE
  2026-08-07 08:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.16ms DONE
  2026-08-07 08:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.76ms DONE
  2026-08-07 08:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.55ms DONE
  2026-08-07 08:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.80ms DONE
  2026-08-07 08:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.34ms DONE
  2026-08-07 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.04ms DONE
  2026-08-07 08:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.59ms DONE
  2026-08-07 08:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.68ms DONE
  2026-08-07 08:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.06ms DONE
  2026-08-07 08:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.23ms DONE
  2026-08-07 08:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.75ms DONE
  2026-08-07 08:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.26ms DONE
  2026-08-07 08:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.33ms DONE
  2026-08-07 08:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.60ms DONE
  2026-08-07 08:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.87ms DONE
  2026-08-07 08:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.02ms DONE
  2026-08-07 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.94ms DONE
  2026-08-07 08:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.07ms DONE
  2026-08-07 08:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.76ms DONE
  2026-08-07 08:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.61ms DONE
  2026-08-07 08:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.69ms DONE
  2026-08-07 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.12ms DONE
  2026-08-07 08:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  250.36ms DONE
  2026-08-07 08:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.48ms DONE
  2026-08-07 08:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.17ms DONE
  2026-08-07 08:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.87ms DONE
  2026-08-07 08:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.40ms DONE
  2026-08-07 08:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.36ms DONE
  2026-08-07 08:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.34ms DONE
  2026-08-07 08:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.96ms DONE
  2026-08-07 08:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.96ms DONE
  2026-08-07 08:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.76ms DONE
  2026-08-07 08:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.92ms DONE
  2026-08-07 08:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.76ms DONE
  2026-08-07 08:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.37ms DONE
  2026-08-07 08:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.46ms DONE
  2026-08-07 08:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.78ms DONE
  2026-08-07 08:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.69ms DONE
  2026-08-07 08:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.55ms DONE
  2026-08-07 08:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.27ms DONE
  2026-08-07 08:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.75ms DONE
  2026-08-07 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.00ms DONE
  2026-08-07 08:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  191.25ms DONE
  2026-08-07 08:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.62ms DONE
  2026-08-07 08:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.31ms DONE
  2026-08-07 08:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.70ms DONE
  2026-08-07 08:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.19ms DONE
  2026-08-07 08:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.06ms DONE
  2026-08-07 08:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.73ms DONE
  2026-08-07 08:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.70ms DONE
  2026-08-07 08:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.79ms DONE
  2026-08-07 08:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 08:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.79ms DONE
  2026-08-07 09:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.28ms DONE
  2026-08-07 09:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.02ms DONE
  2026-08-07 09:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.25ms DONE
  2026-08-07 09:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.95ms DONE
  2026-08-07 09:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.81ms DONE
  2026-08-07 09:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.14ms DONE
  2026-08-07 09:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.51ms DONE
  2026-08-07 09:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.10ms DONE
  2026-08-07 09:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.82ms DONE
  2026-08-07 09:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.49ms DONE
  2026-08-07 09:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.30ms DONE
  2026-08-07 09:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.67ms DONE
  2026-08-07 09:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.35ms DONE
  2026-08-07 09:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.44ms DONE
  2026-08-07 09:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.35ms DONE
  2026-08-07 09:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.03ms DONE
  2026-08-07 09:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.54ms DONE
  2026-08-07 09:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.17ms DONE
  2026-08-07 09:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.75ms DONE
  2026-08-07 09:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.78ms DONE
  2026-08-07 09:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  122.23ms DONE
  2026-08-07 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.23ms DONE
  2026-08-07 09:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.10ms DONE
  2026-08-07 09:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.08ms DONE
  2026-08-07 09:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.02ms DONE
  2026-08-07 09:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.38ms DONE
  2026-08-07 09:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.81ms DONE
  2026-08-07 09:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.29ms DONE
  2026-08-07 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.51ms DONE
  2026-08-07 09:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.77ms DONE
  2026-08-07 09:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  232.65ms DONE
  2026-08-07 09:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.02ms DONE
  2026-08-07 09:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.22ms DONE
  2026-08-07 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.20ms DONE
  2026-08-07 09:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.97ms DONE
  2026-08-07 09:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.32ms DONE
  2026-08-07 09:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.95ms DONE
  2026-08-07 09:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.95ms DONE
  2026-08-07 09:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.73ms DONE
  2026-08-07 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.12ms DONE
  2026-08-07 09:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.46ms DONE
  2026-08-07 09:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.98ms DONE
  2026-08-07 09:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.46ms DONE
  2026-08-07 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.07ms DONE
  2026-08-07 09:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.16ms DONE
  2026-08-07 09:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.09ms DONE
  2026-08-07 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.07ms DONE
  2026-08-07 09:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.87ms DONE
  2026-08-07 09:47:54 App\Modules\Broadcasting\Jobs\LaunchCampaignJob  RUNNING
  2026-08-07 09:47:54 App\Modules\Broadcasting\Jobs\LaunchCampaignJob  127.40ms DONE
  2026-08-07 09:47:54 App\Modules\Broadcasting\Jobs\DispatchCampaignChunkJob  RUNNING
  2026-08-07 09:47:54 App\Modules\Broadcasting\Jobs\DispatchCampaignChunkJob  49.91ms DONE
  2026-08-07 09:47:54 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  RUNNING
  2026-08-07 09:48:02 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  8s DONE
  2026-08-07 09:48:02 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  RUNNING
  2026-08-07 09:48:05 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  2s DONE
  2026-08-07 09:48:05 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  RUNNING
  2026-08-07 09:48:07 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  2s DONE
  2026-08-07 09:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.34ms DONE
  2026-08-07 09:48:59 App\Modules\Broadcasting\Jobs\FinalizeCampaignJob  RUNNING
  2026-08-07 09:48:59 App\Modules\Broadcasting\Jobs\FinalizeCampaignJob  91.03ms DONE
  2026-08-07 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.42ms DONE
  2026-08-07 09:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.07ms DONE
  2026-08-07 09:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.98ms DONE
  2026-08-07 09:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.21ms DONE
  2026-08-07 09:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.70ms DONE
  2026-08-07 09:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.59ms DONE
  2026-08-07 09:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.31ms DONE
  2026-08-07 09:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.33ms DONE
  2026-08-07 09:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.75ms DONE
  2026-08-07 09:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.54ms DONE
  2026-08-07 09:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 09:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.08ms DONE
  2026-08-07 10:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  173.17ms DONE
  2026-08-07 10:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.42ms DONE
  2026-08-07 10:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.88ms DONE
  2026-08-07 10:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.44ms DONE
  2026-08-07 10:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.68ms DONE
  2026-08-07 10:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.72ms DONE
  2026-08-07 10:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.77ms DONE
  2026-08-07 10:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.10ms DONE
  2026-08-07 10:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.41ms DONE
  2026-08-07 10:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.07ms DONE
  2026-08-07 10:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.19ms DONE
  2026-08-07 10:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.17ms DONE
  2026-08-07 10:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.94ms DONE
  2026-08-07 10:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.59ms DONE
  2026-08-07 10:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.03ms DONE
  2026-08-07 10:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.74ms DONE
  2026-08-07 10:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.38ms DONE
  2026-08-07 10:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.44ms DONE
  2026-08-07 10:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.98ms DONE
  2026-08-07 10:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.95ms DONE
  2026-08-07 10:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.64ms DONE
  2026-08-07 10:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.52ms DONE
  2026-08-07 10:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.51ms DONE
  2026-08-07 10:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.23ms DONE
  2026-08-07 10:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.20ms DONE
  2026-08-07 10:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.31ms DONE
  2026-08-07 10:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.60ms DONE
  2026-08-07 10:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.27ms DONE
  2026-08-07 10:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.43ms DONE
  2026-08-07 10:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.49ms DONE
  2026-08-07 10:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  760.80ms DONE
  2026-08-07 10:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.71ms DONE
  2026-08-07 10:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.71ms DONE
  2026-08-07 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.37ms DONE
  2026-08-07 10:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.63ms DONE
  2026-08-07 10:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  111.15ms DONE
  2026-08-07 10:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.69ms DONE
  2026-08-07 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.43ms DONE
  2026-08-07 10:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.28ms DONE
  2026-08-07 10:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.25ms DONE
  2026-08-07 10:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.38ms DONE
  2026-08-07 10:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.19ms DONE
  2026-08-07 10:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.05ms DONE
  2026-08-07 10:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.14ms DONE
  2026-08-07 10:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.92ms DONE
  2026-08-07 10:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  108.48ms DONE
  2026-08-07 10:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.31ms DONE
  2026-08-07 10:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.34ms DONE
  2026-08-07 10:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.86ms DONE
  2026-08-07 10:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.16ms DONE
  2026-08-07 10:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.99ms DONE
  2026-08-07 10:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.46ms DONE
  2026-08-07 10:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.55ms DONE
  2026-08-07 10:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.78ms DONE
  2026-08-07 10:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.55ms DONE
  2026-08-07 10:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.12ms DONE
  2026-08-07 10:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.07ms DONE
  2026-08-07 10:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.15ms DONE
  2026-08-07 10:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.43ms DONE
  2026-08-07 10:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 10:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.31ms DONE
  2026-08-07 11:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  121.86ms DONE
  2026-08-07 11:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.31ms DONE
  2026-08-07 11:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.93ms DONE
  2026-08-07 11:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.11ms DONE
  2026-08-07 11:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.12ms DONE
  2026-08-07 11:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.65ms DONE
  2026-08-07 11:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.77ms DONE
  2026-08-07 11:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.10ms DONE
  2026-08-07 11:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.71ms DONE
  2026-08-07 11:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.63ms DONE
  2026-08-07 11:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.99ms DONE
  2026-08-07 11:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.57ms DONE
  2026-08-07 11:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.31ms DONE
  2026-08-07 11:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.83ms DONE
  2026-08-07 11:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.08ms DONE
  2026-08-07 11:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.12ms DONE
  2026-08-07 11:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.99ms DONE
  2026-08-07 11:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.10ms DONE
  2026-08-07 11:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.40ms DONE
  2026-08-07 11:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.39ms DONE
  2026-08-07 11:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  193.66ms DONE
  2026-08-07 11:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.50ms DONE
  2026-08-07 11:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.85ms DONE
  2026-08-07 11:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.35ms DONE
  2026-08-07 11:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.15ms DONE
  2026-08-07 11:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.32ms DONE
  2026-08-07 11:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.66ms DONE
  2026-08-07 11:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.92ms DONE
  2026-08-07 11:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.61ms DONE
  2026-08-07 11:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.73ms DONE
  2026-08-07 11:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  488.36ms DONE
  2026-08-07 11:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.62ms DONE
  2026-08-07 11:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.35ms DONE
  2026-08-07 11:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.22ms DONE
  2026-08-07 11:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.37ms DONE
  2026-08-07 11:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.93ms DONE
  2026-08-07 11:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.78ms DONE
  2026-08-07 11:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.06ms DONE
  2026-08-07 11:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.26ms DONE
  2026-08-07 11:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.92ms DONE
  2026-08-07 11:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.35ms DONE
  2026-08-07 11:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.04ms DONE
  2026-08-07 11:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.26ms DONE
  2026-08-07 11:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.55ms DONE
  2026-08-07 11:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.02ms DONE
  2026-08-07 11:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.30ms DONE
  2026-08-07 11:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.96ms DONE
  2026-08-07 11:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.13ms DONE
  2026-08-07 11:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.20ms DONE
  2026-08-07 11:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.80ms DONE
  2026-08-07 11:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.44ms DONE
  2026-08-07 11:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.74ms DONE
  2026-08-07 11:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.27ms DONE
  2026-08-07 11:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.95ms DONE
  2026-08-07 11:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.41ms DONE
  2026-08-07 11:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.55ms DONE
  2026-08-07 11:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.16ms DONE
  2026-08-07 11:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.42ms DONE
  2026-08-07 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.61ms DONE
  2026-08-07 11:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 11:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.33ms DONE
  2026-08-07 12:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.69ms DONE
  2026-08-07 12:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.53ms DONE
  2026-08-07 12:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.19ms DONE
  2026-08-07 12:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.10ms DONE
  2026-08-07 12:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.82ms DONE
  2026-08-07 12:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.08ms DONE
  2026-08-07 12:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.85ms DONE
  2026-08-07 12:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.06ms DONE
  2026-08-07 12:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.56ms DONE
  2026-08-07 12:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.81ms DONE
  2026-08-07 12:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.53ms DONE
  2026-08-07 12:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.50ms DONE
  2026-08-07 12:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.14ms DONE
  2026-08-07 12:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.60ms DONE
  2026-08-07 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.23ms DONE
  2026-08-07 12:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.42ms DONE
  2026-08-07 12:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.72ms DONE
  2026-08-07 12:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.10ms DONE
  2026-08-07 12:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.52ms DONE
  2026-08-07 12:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.63ms DONE
  2026-08-07 12:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.74ms DONE
  2026-08-07 12:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.07ms DONE
  2026-08-07 12:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.53ms DONE
  2026-08-07 12:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.71ms DONE
  2026-08-07 12:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.62ms DONE
  2026-08-07 12:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.69ms DONE
  2026-08-07 12:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.33ms DONE
  2026-08-07 12:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.04ms DONE
  2026-08-07 12:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.87ms DONE
  2026-08-07 12:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.77ms DONE
  2026-08-07 12:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.03ms DONE
  2026-08-07 12:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.97ms DONE
  2026-08-07 12:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.20ms DONE
  2026-08-07 12:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.96ms DONE
  2026-08-07 12:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.22ms DONE
  2026-08-07 12:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.04ms DONE
  2026-08-07 12:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.25ms DONE
  2026-08-07 12:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.01ms DONE
  2026-08-07 12:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.49ms DONE
  2026-08-07 12:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.39ms DONE
  2026-08-07 12:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.03ms DONE
  2026-08-07 12:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.60ms DONE
  2026-08-07 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.00ms DONE
  2026-08-07 12:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.34ms DONE
  2026-08-07 12:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.68ms DONE
  2026-08-07 12:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.12ms DONE
  2026-08-07 12:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.84ms DONE
  2026-08-07 12:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.97ms DONE
  2026-08-07 12:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.53ms DONE
  2026-08-07 12:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.88ms DONE
  2026-08-07 12:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.73ms DONE
  2026-08-07 12:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.26ms DONE
  2026-08-07 12:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.77ms DONE
  2026-08-07 12:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.24ms DONE
  2026-08-07 12:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.83ms DONE
  2026-08-07 12:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  94.69ms DONE
  2026-08-07 12:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.86ms DONE
  2026-08-07 12:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.98ms DONE
  2026-08-07 12:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.81ms DONE
  2026-08-07 12:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 12:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.46ms DONE
  2026-08-07 13:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.91ms DONE
  2026-08-07 13:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.65ms DONE
  2026-08-07 13:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.02ms DONE
  2026-08-07 13:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.15ms DONE
  2026-08-07 13:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.39ms DONE
  2026-08-07 13:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.78ms DONE
  2026-08-07 13:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.38ms DONE
  2026-08-07 13:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.96ms DONE
  2026-08-07 13:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.11ms DONE
  2026-08-07 13:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.27ms DONE
  2026-08-07 13:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.48ms DONE
  2026-08-07 13:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.53ms DONE
  2026-08-07 13:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.69ms DONE
  2026-08-07 13:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.46ms DONE
  2026-08-07 13:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.05ms DONE
  2026-08-07 13:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.04ms DONE
  2026-08-07 13:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.74ms DONE
  2026-08-07 13:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.52ms DONE
  2026-08-07 13:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.29ms DONE
  2026-08-07 13:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.87ms DONE
  2026-08-07 13:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.06ms DONE
  2026-08-07 13:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.82ms DONE
  2026-08-07 13:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.69ms DONE
  2026-08-07 13:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.20ms DONE
  2026-08-07 13:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.05ms DONE
  2026-08-07 13:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.65ms DONE
  2026-08-07 13:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.29ms DONE
  2026-08-07 13:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.39ms DONE
  2026-08-07 13:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.47ms DONE
  2026-08-07 13:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.02ms DONE
  2026-08-07 13:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.74ms DONE
  2026-08-07 13:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.71ms DONE
  2026-08-07 13:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.77ms DONE
  2026-08-07 13:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.86ms DONE
  2026-08-07 13:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.23ms DONE
  2026-08-07 13:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.62ms DONE
  2026-08-07 13:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.50ms DONE
  2026-08-07 13:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.47ms DONE
  2026-08-07 13:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.36ms DONE
  2026-08-07 13:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.72ms DONE
  2026-08-07 13:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.50ms DONE
  2026-08-07 13:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.40ms DONE
  2026-08-07 13:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.72ms DONE
  2026-08-07 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.95ms DONE
  2026-08-07 13:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.01ms DONE
  2026-08-07 13:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.23ms DONE
  2026-08-07 13:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.68ms DONE
  2026-08-07 13:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.30ms DONE
  2026-08-07 13:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  188.00ms DONE
  2026-08-07 13:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.81ms DONE
  2026-08-07 13:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.66ms DONE
  2026-08-07 13:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.22ms DONE
  2026-08-07 13:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.09ms DONE
  2026-08-07 13:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.24ms DONE
  2026-08-07 13:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.99ms DONE
  2026-08-07 13:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.69ms DONE
  2026-08-07 13:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.65ms DONE
  2026-08-07 13:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.18ms DONE
  2026-08-07 13:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.27ms DONE
  2026-08-07 13:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 13:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.66ms DONE
  2026-08-07 14:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.50ms DONE
  2026-08-07 14:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  98.46ms DONE
  2026-08-07 14:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.53ms DONE
  2026-08-07 14:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.93ms DONE
  2026-08-07 14:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.28ms DONE
  2026-08-07 14:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  162.73ms DONE
  2026-08-07 14:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.18ms DONE
  2026-08-07 14:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.53ms DONE
  2026-08-07 14:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.37ms DONE
  2026-08-07 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.75ms DONE
  2026-08-07 14:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  89.87ms DONE
  2026-08-07 14:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.79ms DONE
  2026-08-07 14:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.17ms DONE
  2026-08-07 14:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.22ms DONE
  2026-08-07 14:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.09ms DONE
  2026-08-07 14:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.57ms DONE
  2026-08-07 14:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.17ms DONE
  2026-08-07 14:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.53ms DONE
  2026-08-07 14:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.32ms DONE
  2026-08-07 14:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.18ms DONE
  2026-08-07 14:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.78ms DONE
  2026-08-07 14:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.95ms DONE
  2026-08-07 14:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.15ms DONE
  2026-08-07 14:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.72ms DONE
  2026-08-07 14:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.87ms DONE
  2026-08-07 14:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.40ms DONE
  2026-08-07 14:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.76ms DONE
  2026-08-07 14:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.13ms DONE
  2026-08-07 14:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.55ms DONE
  2026-08-07 14:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  131.83ms DONE
  2026-08-07 14:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  133.79ms DONE
  2026-08-07 14:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.15ms DONE
  2026-08-07 14:32:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:32:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.90ms DONE
  2026-08-07 14:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.11ms DONE
  2026-08-07 14:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.56ms DONE
  2026-08-07 14:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  820.85ms DONE
  2026-08-07 14:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.70ms DONE
  2026-08-07 14:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.33ms DONE
  2026-08-07 14:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.83ms DONE
  2026-08-07 14:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.92ms DONE
  2026-08-07 14:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.76ms DONE
  2026-08-07 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.63ms DONE
  2026-08-07 14:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.11ms DONE
  2026-08-07 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.03ms DONE
  2026-08-07 14:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.06ms DONE
  2026-08-07 14:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.31ms DONE
  2026-08-07 14:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.53ms DONE
  2026-08-07 14:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.87ms DONE
  2026-08-07 14:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.69ms DONE
  2026-08-07 14:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.22ms DONE
  2026-08-07 14:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  269.52ms DONE
  2026-08-07 14:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.99ms DONE
  2026-08-07 14:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.37ms DONE
  2026-08-07 14:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.66ms DONE
  2026-08-07 14:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  89.13ms DONE
  2026-08-07 14:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.09ms DONE
  2026-08-07 14:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.28ms DONE
  2026-08-07 14:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.60ms DONE
  2026-08-07 14:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.39ms DONE
  2026-08-07 14:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 14:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.36ms DONE
  2026-08-07 15:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  389.56ms DONE
  2026-08-07 15:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.67ms DONE
  2026-08-07 15:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.30ms DONE
  2026-08-07 15:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.40ms DONE
  2026-08-07 15:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.65ms DONE
  2026-08-07 15:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.94ms DONE
  2026-08-07 15:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.07ms DONE
  2026-08-07 15:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.95ms DONE
  2026-08-07 15:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.46ms DONE
  2026-08-07 15:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.62ms DONE
  2026-08-07 15:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  135.88ms DONE
  2026-08-07 15:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.83ms DONE
  2026-08-07 15:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.67ms DONE
  2026-08-07 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.98ms DONE
  2026-08-07 15:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.27ms DONE
  2026-08-07 15:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  122.44ms DONE
  2026-08-07 15:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.52ms DONE
  2026-08-07 15:17:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:17:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  135.90ms DONE
  2026-08-07 15:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.51ms DONE
  2026-08-07 15:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.79ms DONE
  2026-08-07 15:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  185.86ms DONE
  2026-08-07 15:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.79ms DONE
  2026-08-07 15:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.74ms DONE
  2026-08-07 15:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.30ms DONE
  2026-08-07 15:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.46ms DONE
  2026-08-07 15:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  208.70ms DONE
  2026-08-07 15:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.92ms DONE
  2026-08-07 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.24ms DONE
  2026-08-07 15:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.02ms DONE
  2026-08-07 15:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.50ms DONE
  2026-08-07 15:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  551.93ms DONE
  2026-08-07 15:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.27ms DONE
  2026-08-07 15:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.26ms DONE
  2026-08-07 15:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.05ms DONE
  2026-08-07 15:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.92ms DONE
  2026-08-07 15:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.46ms DONE
  2026-08-07 15:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.77ms DONE
  2026-08-07 15:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.71ms DONE
  2026-08-07 15:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.05ms DONE
  2026-08-07 15:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.88ms DONE
  2026-08-07 15:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.24ms DONE
  2026-08-07 15:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.92ms DONE
  2026-08-07 15:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.36ms DONE
  2026-08-07 15:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.07ms DONE
  2026-08-07 15:44:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:44:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  293.47ms DONE
  2026-08-07 15:45:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:45:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.92ms DONE
  2026-08-07 15:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.03ms DONE
  2026-08-07 15:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.79ms DONE
  2026-08-07 15:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.08ms DONE
  2026-08-07 15:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.56ms DONE
  2026-08-07 15:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.73ms DONE
  2026-08-07 15:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.79ms DONE
  2026-08-07 15:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.83ms DONE
  2026-08-07 15:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.54ms DONE
  2026-08-07 15:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.04ms DONE
  2026-08-07 15:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.58ms DONE
  2026-08-07 15:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.14ms DONE
  2026-08-07 15:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.35ms DONE
  2026-08-07 15:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.12ms DONE
  2026-08-07 15:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 15:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  116.52ms DONE
  2026-08-07 16:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  198.96ms DONE
  2026-08-07 16:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.61ms DONE
  2026-08-07 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.00ms DONE
  2026-08-07 16:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.85ms DONE
  2026-08-07 16:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.18ms DONE
  2026-08-07 16:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  233.98ms DONE
  2026-08-07 16:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.22ms DONE
  2026-08-07 16:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.29ms DONE
  2026-08-07 16:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.10ms DONE
  2026-08-07 16:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.74ms DONE
  2026-08-07 16:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.93ms DONE
  2026-08-07 16:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.89ms DONE
  2026-08-07 16:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.20ms DONE
  2026-08-07 16:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.15ms DONE
  2026-08-07 16:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.07ms DONE
  2026-08-07 16:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.46ms DONE
  2026-08-07 16:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.97ms DONE
  2026-08-07 16:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  606.79ms DONE
  2026-08-07 16:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.82ms DONE
  2026-08-07 16:19:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:19:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  248.46ms DONE
  2026-08-07 16:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.65ms DONE
  2026-08-07 16:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  294.70ms DONE
  2026-08-07 16:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  98.20ms DONE
  2026-08-07 16:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.72ms DONE
  2026-08-07 16:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.53ms DONE
  2026-08-07 16:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.84ms DONE
  2026-08-07 16:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.51ms DONE
  2026-08-07 16:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.48ms DONE
  2026-08-07 16:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.29ms DONE
  2026-08-07 16:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.82ms DONE
  2026-08-07 16:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.92ms DONE
  2026-08-07 16:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.69ms DONE
  2026-08-07 16:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.23ms DONE
  2026-08-07 16:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.23ms DONE
  2026-08-07 16:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.81ms DONE
  2026-08-07 16:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.03ms DONE
  2026-08-07 16:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  91.54ms DONE
  2026-08-07 16:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.56ms DONE
  2026-08-07 16:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.19ms DONE
  2026-08-07 16:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.16ms DONE
  2026-08-07 16:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.55ms DONE
  2026-08-07 16:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  102.85ms DONE
  2026-08-07 16:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.98ms DONE
  2026-08-07 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.85ms DONE
  2026-08-07 16:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.05ms DONE
  2026-08-07 16:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.04ms DONE
  2026-08-07 16:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.18ms DONE
  2026-08-07 16:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.47ms DONE
  2026-08-07 16:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.32ms DONE
  2026-08-07 16:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.07ms DONE
  2026-08-07 16:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.33ms DONE
  2026-08-07 16:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.87ms DONE
  2026-08-07 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.43ms DONE
  2026-08-07 16:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.55ms DONE
  2026-08-07 16:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.72ms DONE
  2026-08-07 16:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.70ms DONE
  2026-08-07 16:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.18ms DONE
  2026-08-07 16:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.68ms DONE
  2026-08-07 16:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.09ms DONE
  2026-08-07 16:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 16:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.90ms DONE
  2026-08-07 17:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.26ms DONE
  2026-08-07 17:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.39ms DONE
  2026-08-07 17:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.84ms DONE
  2026-08-07 17:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.24ms DONE
  2026-08-07 17:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.58ms DONE
  2026-08-07 17:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.28ms DONE
  2026-08-07 17:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.24ms DONE
  2026-08-07 17:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.26ms DONE
  2026-08-07 17:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.59ms DONE
  2026-08-07 17:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.17ms DONE
  2026-08-07 17:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.83ms DONE
  2026-08-07 17:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.00ms DONE
  2026-08-07 17:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.85ms DONE
  2026-08-07 17:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.29ms DONE
  2026-08-07 17:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.39ms DONE
  2026-08-07 17:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.95ms DONE
  2026-08-07 17:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.23ms DONE
  2026-08-07 17:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.57ms DONE
  2026-08-07 17:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.92ms DONE
  2026-08-07 17:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.26ms DONE
  2026-08-07 17:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.61ms DONE
  2026-08-07 17:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.24ms DONE
  2026-08-07 17:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.70ms DONE
  2026-08-07 17:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.73ms DONE
  2026-08-07 17:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.77ms DONE
  2026-08-07 17:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.77ms DONE
  2026-08-07 17:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.27ms DONE
  2026-08-07 17:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.67ms DONE
  2026-08-07 17:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  91.68ms DONE
  2026-08-07 17:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.83ms DONE
  2026-08-07 17:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  224.44ms DONE
  2026-08-07 17:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.54ms DONE
  2026-08-07 17:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.56ms DONE
  2026-08-07 17:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.64ms DONE
  2026-08-07 17:34:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:34:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  173.82ms DONE
  2026-08-07 17:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.18ms DONE
  2026-08-07 17:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1s DONE
  2026-08-07 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.51ms DONE
  2026-08-07 17:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.72ms DONE
  2026-08-07 17:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.26ms DONE
  2026-08-07 17:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.64ms DONE
  2026-08-07 17:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.37ms DONE
  2026-08-07 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.87ms DONE
  2026-08-07 17:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.13ms DONE
  2026-08-07 17:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.85ms DONE
  2026-08-07 17:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.86ms DONE
  2026-08-07 17:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.39ms DONE
  2026-08-07 17:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.63ms DONE
  2026-08-07 17:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.06ms DONE
  2026-08-07 17:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.09ms DONE
  2026-08-07 17:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  140.32ms DONE
  2026-08-07 17:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.10ms DONE
  2026-08-07 17:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.26ms DONE
  2026-08-07 17:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.72ms DONE
  2026-08-07 17:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.53ms DONE
  2026-08-07 17:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.22ms DONE
  2026-08-07 17:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.59ms DONE
  2026-08-07 17:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.31ms DONE
  2026-08-07 17:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.17ms DONE
  2026-08-07 17:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 17:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.26ms DONE
  2026-08-07 18:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.19ms DONE
  2026-08-07 18:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.62ms DONE
  2026-08-07 18:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.63ms DONE
  2026-08-07 18:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.83ms DONE
  2026-08-07 18:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  338.73ms DONE
  2026-08-07 18:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.94ms DONE
  2026-08-07 18:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.97ms DONE
  2026-08-07 18:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.51ms DONE
  2026-08-07 18:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.68ms DONE
  2026-08-07 18:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.21ms DONE
  2026-08-07 18:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.72ms DONE
  2026-08-07 18:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.61ms DONE
  2026-08-07 18:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.66ms DONE
  2026-08-07 18:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.91ms DONE
  2026-08-07 18:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.35ms DONE
  2026-08-07 18:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.14ms DONE
  2026-08-07 18:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.35ms DONE
  2026-08-07 18:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.94ms DONE
  2026-08-07 18:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.46ms DONE
  2026-08-07 18:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.72ms DONE
  2026-08-07 18:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  135.42ms DONE
  2026-08-07 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.52ms DONE
  2026-08-07 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.40ms DONE
  2026-08-07 18:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.47ms DONE
  2026-08-07 18:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.50ms DONE
  2026-08-07 18:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.15ms DONE
  2026-08-07 18:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.00ms DONE
  2026-08-07 18:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.87ms DONE
  2026-08-07 18:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.82ms DONE
  2026-08-07 18:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.13ms DONE
  2026-08-07 18:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.51ms DONE
  2026-08-07 18:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  178.42ms DONE
  2026-08-07 18:32:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:32:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.27ms DONE
  2026-08-07 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.83ms DONE
  2026-08-07 18:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.59ms DONE
  2026-08-07 18:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.76ms DONE
  2026-08-07 18:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.38ms DONE
  2026-08-07 18:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.14ms DONE
  2026-08-07 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.02ms DONE
  2026-08-07 18:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  119.47ms DONE
  2026-08-07 18:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.50ms DONE
  2026-08-07 18:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.60ms DONE
  2026-08-07 18:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.10ms DONE
  2026-08-07 18:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.91ms DONE
  2026-08-07 18:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.39ms DONE
  2026-08-07 18:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.27ms DONE
  2026-08-07 18:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.41ms DONE
  2026-08-07 18:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.85ms DONE
  2026-08-07 18:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.10ms DONE
  2026-08-07 18:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.18ms DONE
  2026-08-07 18:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.70ms DONE
  2026-08-07 18:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.15ms DONE
  2026-08-07 18:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.32ms DONE
  2026-08-07 18:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.60ms DONE
  2026-08-07 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.23ms DONE
  2026-08-07 18:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.49ms DONE
  2026-08-07 18:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.04ms DONE
  2026-08-07 18:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.56ms DONE
  2026-08-07 18:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.39ms DONE
  2026-08-07 18:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 18:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.58ms DONE
  2026-08-07 19:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.68ms DONE
  2026-08-07 19:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.33ms DONE
  2026-08-07 19:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.53ms DONE
  2026-08-07 19:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.27ms DONE
  2026-08-07 19:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.93ms DONE
  2026-08-07 19:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.06ms DONE
  2026-08-07 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.67ms DONE
  2026-08-07 19:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.81ms DONE
  2026-08-07 19:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.28ms DONE
  2026-08-07 19:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.02ms DONE
  2026-08-07 19:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.25ms DONE
  2026-08-07 19:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.55ms DONE
  2026-08-07 19:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.21ms DONE
  2026-08-07 19:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.25ms DONE
  2026-08-07 19:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.48ms DONE
  2026-08-07 19:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.32ms DONE
  2026-08-07 19:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.76ms DONE
  2026-08-07 19:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.86ms DONE
  2026-08-07 19:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.66ms DONE
  2026-08-07 19:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.41ms DONE
  2026-08-07 19:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.98ms DONE
  2026-08-07 19:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.01ms DONE
  2026-08-07 19:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.67ms DONE
  2026-08-07 19:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.30ms DONE
  2026-08-07 19:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.83ms DONE
  2026-08-07 19:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.73ms DONE
  2026-08-07 19:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.40ms DONE
  2026-08-07 19:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.80ms DONE
  2026-08-07 19:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.37ms DONE
  2026-08-07 19:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.66ms DONE
  2026-08-07 19:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  220.63ms DONE
  2026-08-07 19:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.51ms DONE
  2026-08-07 19:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.46ms DONE
  2026-08-07 19:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.35ms DONE
  2026-08-07 19:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.21ms DONE
  2026-08-07 19:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.62ms DONE
  2026-08-07 19:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.95ms DONE
  2026-08-07 19:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.80ms DONE
  2026-08-07 19:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.34ms DONE
  2026-08-07 19:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.10ms DONE
  2026-08-07 19:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  171.27ms DONE
  2026-08-07 19:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.41ms DONE
  2026-08-07 19:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.13ms DONE
  2026-08-07 19:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.48ms DONE
  2026-08-07 19:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.83ms DONE
  2026-08-07 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.83ms DONE
  2026-08-07 19:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.54ms DONE
  2026-08-07 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.56ms DONE
  2026-08-07 19:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.37ms DONE
  2026-08-07 19:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.89ms DONE
  2026-08-07 19:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.12ms DONE
  2026-08-07 19:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.27ms DONE
  2026-08-07 19:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.77ms DONE
  2026-08-07 19:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.05ms DONE
  2026-08-07 19:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.08ms DONE
  2026-08-07 19:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  154.05ms DONE
  2026-08-07 19:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.63ms DONE
  2026-08-07 19:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.88ms DONE
  2026-08-07 19:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.28ms DONE
  2026-08-07 19:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 19:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.69ms DONE
  2026-08-07 20:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  215.02ms DONE
  2026-08-07 20:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.34ms DONE
  2026-08-07 20:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.83ms DONE
  2026-08-07 20:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.23ms DONE
  2026-08-07 20:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.47ms DONE
  2026-08-07 20:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.09ms DONE
  2026-08-07 20:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.00ms DONE
  2026-08-07 20:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.09ms DONE
  2026-08-07 20:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.67ms DONE
  2026-08-07 20:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.08ms DONE
  2026-08-07 20:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  172.02ms DONE
  2026-08-07 20:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.64ms DONE
  2026-08-07 20:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.94ms DONE
  2026-08-07 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.94ms DONE
  2026-08-07 20:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.54ms DONE
  2026-08-07 20:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.09ms DONE
  2026-08-07 20:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.93ms DONE
  2026-08-07 20:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  370.05ms DONE
  2026-08-07 20:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.67ms DONE
  2026-08-07 20:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.52ms DONE
  2026-08-07 20:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.12ms DONE
  2026-08-07 20:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.43ms DONE
  2026-08-07 20:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.90ms DONE
  2026-08-07 20:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.66ms DONE
  2026-08-07 20:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.12ms DONE
  2026-08-07 20:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.16ms DONE
  2026-08-07 20:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.43ms DONE
  2026-08-07 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.81ms DONE
  2026-08-07 20:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.78ms DONE
  2026-08-07 20:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.36ms DONE
  2026-08-07 20:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.85ms DONE
  2026-08-07 20:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.27ms DONE
  2026-08-07 20:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.19ms DONE
  2026-08-07 20:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.27ms DONE
  2026-08-07 20:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.22ms DONE
  2026-08-07 20:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.96ms DONE
  2026-08-07 20:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.63ms DONE
  2026-08-07 20:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.83ms DONE
  2026-08-07 20:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.00ms DONE
  2026-08-07 20:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  105.82ms DONE
  2026-08-07 20:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.83ms DONE
  2026-08-07 20:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.26ms DONE
  2026-08-07 20:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.21ms DONE
  2026-08-07 20:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.54ms DONE
  2026-08-07 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.92ms DONE
  2026-08-07 20:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.79ms DONE
  2026-08-07 20:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.16ms DONE
  2026-08-07 20:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.80ms DONE
  2026-08-07 20:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.22ms DONE
  2026-08-07 20:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.16ms DONE
  2026-08-07 20:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.14ms DONE
  2026-08-07 20:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.24ms DONE
  2026-08-07 20:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.60ms DONE
  2026-08-07 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-08-07 20:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.21ms DONE
  2026-08-07 20:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.12ms DONE
  2026-08-07 20:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.91ms DONE
  2026-08-07 20:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.76ms DONE
  2026-08-07 20:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.19ms DONE
  2026-08-07 20:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 20:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.64ms DONE
  2026-08-07 21:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.74ms DONE
  2026-08-07 21:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  125.71ms DONE
  2026-08-07 21:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.63ms DONE
  2026-08-07 21:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.61ms DONE
  2026-08-07 21:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.78ms DONE
  2026-08-07 21:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.24ms DONE
  2026-08-07 21:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.93ms DONE
  2026-08-07 21:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.40ms DONE
  2026-08-07 21:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.41ms DONE
  2026-08-07 21:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.33ms DONE
  2026-08-07 21:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.44ms DONE
  2026-08-07 21:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.10ms DONE
  2026-08-07 21:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.41ms DONE
  2026-08-07 21:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.34ms DONE
  2026-08-07 21:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.16ms DONE
  2026-08-07 21:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.94ms DONE
  2026-08-07 21:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.89ms DONE
  2026-08-07 21:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.99ms DONE
  2026-08-07 21:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.35ms DONE
  2026-08-07 21:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.33ms DONE
  2026-08-07 21:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.88ms DONE
  2026-08-07 21:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.56ms DONE
  2026-08-07 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.77ms DONE
  2026-08-07 21:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.59ms DONE
  2026-08-07 21:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.86ms DONE
  2026-08-07 21:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.52ms DONE
  2026-08-07 21:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.16ms DONE
  2026-08-07 21:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.28ms DONE
  2026-08-07 21:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  189.48ms DONE
  2026-08-07 21:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.54ms DONE
  2026-08-07 21:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.88ms DONE
  2026-08-07 21:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.59ms DONE
  2026-08-07 21:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.80ms DONE
  2026-08-07 21:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.11ms DONE
  2026-08-07 21:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.33ms DONE
  2026-08-07 21:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.49ms DONE
  2026-08-07 21:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.10ms DONE
  2026-08-07 21:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.54ms DONE
  2026-08-07 21:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.46ms DONE
  2026-08-07 21:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.23ms DONE
  2026-08-07 21:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.65ms DONE
  2026-08-07 21:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.88ms DONE
  2026-08-07 21:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.77ms DONE
  2026-08-07 21:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.89ms DONE
  2026-08-07 21:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.26ms DONE
  2026-08-07 21:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.81ms DONE
  2026-08-07 21:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.27ms DONE
  2026-08-07 21:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.70ms DONE
  2026-08-07 21:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.34ms DONE
  2026-08-07 21:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.60ms DONE
  2026-08-07 21:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.07ms DONE
  2026-08-07 21:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.38ms DONE
  2026-08-07 21:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.73ms DONE
  2026-08-07 21:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.44ms DONE
  2026-08-07 21:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.00ms DONE
  2026-08-07 21:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.11ms DONE
  2026-08-07 21:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.89ms DONE
  2026-08-07 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.83ms DONE
  2026-08-07 21:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.28ms DONE
  2026-08-07 21:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 21:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.91ms DONE
  2026-08-07 22:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.86ms DONE
  2026-08-07 22:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.03ms DONE
  2026-08-07 22:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.67ms DONE
  2026-08-07 22:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.79ms DONE
  2026-08-07 22:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.99ms DONE
  2026-08-07 22:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.33ms DONE
  2026-08-07 22:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.54ms DONE
  2026-08-07 22:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  174.52ms DONE
  2026-08-07 22:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.26ms DONE
  2026-08-07 22:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.39ms DONE
  2026-08-07 22:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.46ms DONE
  2026-08-07 22:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.25ms DONE
  2026-08-07 22:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.05ms DONE
  2026-08-07 22:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.87ms DONE
  2026-08-07 22:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.79ms DONE
  2026-08-07 22:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.79ms DONE
  2026-08-07 22:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.65ms DONE
  2026-08-07 22:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.48ms DONE
  2026-08-07 22:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.73ms DONE
  2026-08-07 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.55ms DONE
  2026-08-07 22:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.89ms DONE
  2026-08-07 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.74ms DONE
  2026-08-07 22:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.55ms DONE
  2026-08-07 22:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.14ms DONE
  2026-08-07 22:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.60ms DONE
  2026-08-07 22:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.52ms DONE
  2026-08-07 22:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.61ms DONE
  2026-08-07 22:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.74ms DONE
  2026-08-07 22:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.34ms DONE
  2026-08-07 22:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.90ms DONE
  2026-08-07 22:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  163.74ms DONE
  2026-08-07 22:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.19ms DONE
  2026-08-07 22:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.51ms DONE
  2026-08-07 22:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.00ms DONE
  2026-08-07 22:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.87ms DONE
  2026-08-07 22:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.81ms DONE
  2026-08-07 22:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.94ms DONE
  2026-08-07 22:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.55ms DONE
  2026-08-07 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.89ms DONE
  2026-08-07 22:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.15ms DONE
  2026-08-07 22:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.54ms DONE
  2026-08-07 22:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.26ms DONE
  2026-08-07 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.71ms DONE
  2026-08-07 22:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.85ms DONE
  2026-08-07 22:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.84ms DONE
  2026-08-07 22:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.81ms DONE
  2026-08-07 22:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.86ms DONE
  2026-08-07 22:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.33ms DONE
  2026-08-07 22:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  116.38ms DONE
  2026-08-07 22:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.91ms DONE
  2026-08-07 22:50:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:50:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  402.36ms DONE
  2026-08-07 22:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.02ms DONE
  2026-08-07 22:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.58ms DONE
  2026-08-07 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.57ms DONE
  2026-08-07 22:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.65ms DONE
  2026-08-07 22:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.92ms DONE
  2026-08-07 22:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.21ms DONE
  2026-08-07 22:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.96ms DONE
  2026-08-07 22:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.72ms DONE
  2026-08-07 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.49ms DONE
  2026-08-07 23:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  114.37ms DONE
  2026-08-07 23:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.54ms DONE
  2026-08-07 23:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.88ms DONE
  2026-08-07 23:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.54ms DONE
  2026-08-07 23:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.62ms DONE
  2026-08-07 23:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.94ms DONE
  2026-08-07 23:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.30ms DONE
  2026-08-07 23:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.01ms DONE
  2026-08-07 23:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.61ms DONE
  2026-08-07 23:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  123.19ms DONE
  2026-08-07 23:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  444.55ms DONE
  2026-08-07 23:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.08ms DONE
  2026-08-07 23:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.69ms DONE
  2026-08-07 23:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.66ms DONE
  2026-08-07 23:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.36ms DONE
  2026-08-07 23:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.91ms DONE
  2026-08-07 23:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.65ms DONE
  2026-08-07 23:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.92ms DONE
  2026-08-07 23:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.09ms DONE
  2026-08-07 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.50ms DONE
  2026-08-07 23:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.00ms DONE
  2026-08-07 23:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.89ms DONE
  2026-08-07 23:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.72ms DONE
  2026-08-07 23:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.10ms DONE
  2026-08-07 23:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.08ms DONE
  2026-08-07 23:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.03ms DONE
  2026-08-07 23:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.54ms DONE
  2026-08-07 23:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.10ms DONE
  2026-08-07 23:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.69ms DONE
  2026-08-07 23:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.73ms DONE
  2026-08-07 23:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.07ms DONE
  2026-08-07 23:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.34ms DONE
  2026-08-07 23:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.59ms DONE
  2026-08-07 23:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.89ms DONE
  2026-08-07 23:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.47ms DONE
  2026-08-07 23:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.88ms DONE
  2026-08-07 23:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.19ms DONE
  2026-08-07 23:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.26ms DONE
  2026-08-07 23:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.44ms DONE
  2026-08-07 23:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.44ms DONE
  2026-08-07 23:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.30ms DONE
  2026-08-07 23:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.15ms DONE
  2026-08-07 23:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.89ms DONE
  2026-08-07 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.36ms DONE
  2026-08-07 23:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.32ms DONE
  2026-08-07 23:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.90ms DONE
  2026-08-07 23:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.73ms DONE
  2026-08-07 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.61ms DONE
  2026-08-07 23:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.05ms DONE
  2026-08-07 23:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.53ms DONE
  2026-08-07 23:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.65ms DONE
  2026-08-07 23:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.03ms DONE
  2026-08-07 23:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.23ms DONE
  2026-08-07 23:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.81ms DONE
  2026-08-07 23:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.75ms DONE
  2026-08-07 23:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.59ms DONE
  2026-08-07 23:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.75ms DONE
  2026-08-07 23:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.79ms DONE
  2026-08-07 23:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.01ms DONE
  2026-08-07 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-07 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.31ms DONE
  2026-08-08 00:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.72ms DONE
  2026-08-08 00:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.35ms DONE
  2026-08-08 00:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.21ms DONE
  2026-08-08 00:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.48ms DONE
  2026-08-08 00:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.50ms DONE
  2026-08-08 00:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.71ms DONE
  2026-08-08 00:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.68ms DONE
  2026-08-08 00:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.06ms DONE
  2026-08-08 00:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.97ms DONE
  2026-08-08 00:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.43ms DONE
  2026-08-08 00:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.08ms DONE
  2026-08-08 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.09ms DONE
  2026-08-08 00:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.15ms DONE
  2026-08-08 00:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.65ms DONE
  2026-08-08 00:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.47ms DONE
  2026-08-08 00:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.70ms DONE
  2026-08-08 00:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.47ms DONE
  2026-08-08 00:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.85ms DONE
  2026-08-08 00:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.32ms DONE
  2026-08-08 00:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.97ms DONE
  2026-08-08 00:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.47ms DONE
  2026-08-08 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.17ms DONE
  2026-08-08 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.43ms DONE
  2026-08-08 00:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.89ms DONE
  2026-08-08 00:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.81ms DONE
  2026-08-08 00:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.06ms DONE
  2026-08-08 00:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.00ms DONE
  2026-08-08 00:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.14ms DONE
  2026-08-08 00:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.10ms DONE
  2026-08-08 00:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.31ms DONE
  2026-08-08 00:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.38ms DONE
  2026-08-08 00:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.77ms DONE
  2026-08-08 00:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.39ms DONE
  2026-08-08 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.94ms DONE
  2026-08-08 00:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.86ms DONE
  2026-08-08 00:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.96ms DONE
  2026-08-08 00:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.33ms DONE
  2026-08-08 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.41ms DONE
  2026-08-08 00:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.01ms DONE
  2026-08-08 00:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.32ms DONE
  2026-08-08 00:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  139.96ms DONE
  2026-08-08 00:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.48ms DONE
  2026-08-08 00:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.38ms DONE
  2026-08-08 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.16ms DONE
  2026-08-08 00:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.09ms DONE
  2026-08-08 00:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.94ms DONE
  2026-08-08 00:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.02ms DONE
  2026-08-08 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.38ms DONE
  2026-08-08 00:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.01ms DONE
  2026-08-08 00:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.83ms DONE
  2026-08-08 00:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.18ms DONE
  2026-08-08 00:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.28ms DONE
  2026-08-08 00:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.47ms DONE
  2026-08-08 00:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.72ms DONE
  2026-08-08 00:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.97ms DONE
  2026-08-08 00:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.22ms DONE
  2026-08-08 00:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.98ms DONE
  2026-08-08 00:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.82ms DONE
  2026-08-08 00:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.28ms DONE
  2026-08-08 00:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 00:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.86ms DONE
  2026-08-08 01:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.89ms DONE
  2026-08-08 01:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.05ms DONE
  2026-08-08 01:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.37ms DONE
  2026-08-08 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.59ms DONE
  2026-08-08 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.04ms DONE
  2026-08-08 01:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.42ms DONE
  2026-08-08 01:06:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:06:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.33ms DONE
  2026-08-08 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.38ms DONE
  2026-08-08 01:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.85ms DONE
  2026-08-08 01:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.70ms DONE
  2026-08-08 01:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.87ms DONE
  2026-08-08 01:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.32ms DONE
  2026-08-08 01:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.19ms DONE
  2026-08-08 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.14ms DONE
  2026-08-08 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.70ms DONE
  2026-08-08 01:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.59ms DONE
  2026-08-08 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.09ms DONE
  2026-08-08 01:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.79ms DONE
  2026-08-08 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.48ms DONE
  2026-08-08 01:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.45ms DONE
  2026-08-08 01:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.71ms DONE
  2026-08-08 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.83ms DONE
  2026-08-08 01:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.44ms DONE
  2026-08-08 01:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.99ms DONE
  2026-08-08 01:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  129.91ms DONE
  2026-08-08 01:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.82ms DONE
  2026-08-08 01:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.51ms DONE
  2026-08-08 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.16ms DONE
  2026-08-08 01:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.10ms DONE
  2026-08-08 01:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.15ms DONE
  2026-08-08 01:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.08ms DONE
  2026-08-08 01:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.89ms DONE
  2026-08-08 01:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.97ms DONE
  2026-08-08 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.92ms DONE
  2026-08-08 01:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.85ms DONE
  2026-08-08 01:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.86ms DONE
  2026-08-08 01:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.37ms DONE
  2026-08-08 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.08ms DONE
  2026-08-08 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.65ms DONE
  2026-08-08 01:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.11ms DONE
  2026-08-08 01:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.26ms DONE
  2026-08-08 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.42ms DONE
  2026-08-08 01:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.41ms DONE
  2026-08-08 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.49ms DONE
  2026-08-08 01:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.87ms DONE
  2026-08-08 01:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.84ms DONE
  2026-08-08 01:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.95ms DONE
  2026-08-08 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.82ms DONE
  2026-08-08 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.69ms DONE
  2026-08-08 01:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.31ms DONE
  2026-08-08 01:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.73ms DONE
  2026-08-08 01:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.16ms DONE
  2026-08-08 01:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.63ms DONE
  2026-08-08 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.53ms DONE
  2026-08-08 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.67ms DONE
  2026-08-08 01:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.41ms DONE
  2026-08-08 01:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.79ms DONE
  2026-08-08 01:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.48ms DONE
  2026-08-08 01:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.02ms DONE
  2026-08-08 01:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 01:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.55ms DONE
  2026-08-08 02:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.63ms DONE
  2026-08-08 02:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.99ms DONE
  2026-08-08 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.71ms DONE
  2026-08-08 02:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.79ms DONE
  2026-08-08 02:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.47ms DONE
  2026-08-08 02:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.18ms DONE
  2026-08-08 02:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.50ms DONE
  2026-08-08 02:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.32ms DONE
  2026-08-08 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.74ms DONE
  2026-08-08 02:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.49ms DONE
  2026-08-08 02:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  154.78ms DONE
  2026-08-08 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.62ms DONE
  2026-08-08 02:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.22ms DONE
  2026-08-08 02:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.63ms DONE
  2026-08-08 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.92ms DONE
  2026-08-08 02:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.36ms DONE
  2026-08-08 02:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.16ms DONE
  2026-08-08 02:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  418.68ms DONE
  2026-08-08 02:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.33ms DONE
  2026-08-08 02:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.23ms DONE
  2026-08-08 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  98.46ms DONE
  2026-08-08 02:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.40ms DONE
  2026-08-08 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.08ms DONE
  2026-08-08 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.80ms DONE
  2026-08-08 02:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.71ms DONE
  2026-08-08 02:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.77ms DONE
  2026-08-08 02:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.84ms DONE
  2026-08-08 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.20ms DONE
  2026-08-08 02:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.59ms DONE
  2026-08-08 02:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.55ms DONE
  2026-08-08 02:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.95ms DONE
  2026-08-08 02:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.44ms DONE
  2026-08-08 02:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.14ms DONE
  2026-08-08 02:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.75ms DONE
  2026-08-08 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.82ms DONE
  2026-08-08 02:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.45ms DONE
  2026-08-08 02:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.17ms DONE
  2026-08-08 02:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.59ms DONE
  2026-08-08 02:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.45ms DONE
  2026-08-08 02:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.87ms DONE
  2026-08-08 02:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.70ms DONE
  2026-08-08 02:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.60ms DONE
  2026-08-08 02:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.40ms DONE
  2026-08-08 02:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.51ms DONE
  2026-08-08 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.51ms DONE
  2026-08-08 02:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.99ms DONE
  2026-08-08 02:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  407.31ms DONE
  2026-08-08 02:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.36ms DONE
  2026-08-08 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.12ms DONE
  2026-08-08 02:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.15ms DONE
  2026-08-08 02:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.93ms DONE
  2026-08-08 02:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.73ms DONE
  2026-08-08 02:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.62ms DONE
  2026-08-08 02:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.25ms DONE
  2026-08-08 02:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.04ms DONE
  2026-08-08 02:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.15ms DONE
  2026-08-08 02:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.75ms DONE
  2026-08-08 02:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.55ms DONE
  2026-08-08 02:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.55ms DONE
  2026-08-08 02:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 02:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.85ms DONE
  2026-08-08 03:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.90ms DONE
  2026-08-08 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.93ms DONE
  2026-08-08 03:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.38ms DONE
  2026-08-08 03:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.13ms DONE
  2026-08-08 03:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.65ms DONE
  2026-08-08 03:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.76ms DONE
  2026-08-08 03:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.59ms DONE
  2026-08-08 03:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.54ms DONE
  2026-08-08 03:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.06ms DONE
  2026-08-08 03:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.56ms DONE
  2026-08-08 03:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.72ms DONE
  2026-08-08 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.73ms DONE
  2026-08-08 03:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.08ms DONE
  2026-08-08 03:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.22ms DONE
  2026-08-08 03:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.04ms DONE
  2026-08-08 03:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.43ms DONE
  2026-08-08 03:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.75ms DONE
  2026-08-08 03:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.29ms DONE
  2026-08-08 03:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.70ms DONE
  2026-08-08 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.79ms DONE
  2026-08-08 03:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.11ms DONE
  2026-08-08 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.76ms DONE
  2026-08-08 03:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.59ms DONE
  2026-08-08 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.04ms DONE
  2026-08-08 03:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.36ms DONE
  2026-08-08 03:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.16ms DONE
  2026-08-08 03:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.74ms DONE
  2026-08-08 03:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.18ms DONE
  2026-08-08 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.14ms DONE
  2026-08-08 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.70ms DONE
  2026-08-08 03:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.67ms DONE
  2026-08-08 03:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.19ms DONE
  2026-08-08 03:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.20ms DONE
  2026-08-08 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.40ms DONE
  2026-08-08 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.52ms DONE
  2026-08-08 03:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.49ms DONE
  2026-08-08 03:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.49ms DONE
  2026-08-08 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.32ms DONE
  2026-08-08 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.62ms DONE
  2026-08-08 03:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.99ms DONE
  2026-08-08 03:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.91ms DONE
  2026-08-08 03:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.75ms DONE
  2026-08-08 03:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.53ms DONE
  2026-08-08 03:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.54ms DONE
  2026-08-08 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.59ms DONE
  2026-08-08 03:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.89ms DONE
  2026-08-08 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.82ms DONE
  2026-08-08 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.31ms DONE
  2026-08-08 03:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.66ms DONE
  2026-08-08 03:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.23ms DONE
  2026-08-08 03:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.48ms DONE
  2026-08-08 03:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.71ms DONE
  2026-08-08 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.48ms DONE
  2026-08-08 03:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.94ms DONE
  2026-08-08 03:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.52ms DONE
  2026-08-08 03:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.49ms DONE
  2026-08-08 03:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.28ms DONE
  2026-08-08 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.31ms DONE
  2026-08-08 03:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.91ms DONE
  2026-08-08 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.79ms DONE
  2026-08-08 04:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  177.58ms DONE
  2026-08-08 04:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.94ms DONE
  2026-08-08 04:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.35ms DONE
  2026-08-08 04:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.66ms DONE
  2026-08-08 04:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.32ms DONE
  2026-08-08 04:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.73ms DONE
  2026-08-08 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.29ms DONE
  2026-08-08 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.11ms DONE
  2026-08-08 04:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.24ms DONE
  2026-08-08 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  185.82ms DONE
  2026-08-08 04:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.09ms DONE
  2026-08-08 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.28ms DONE
  2026-08-08 04:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.62ms DONE
  2026-08-08 04:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.53ms DONE
  2026-08-08 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.45ms DONE
  2026-08-08 04:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.59ms DONE
  2026-08-08 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.55ms DONE
  2026-08-08 04:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  197.21ms DONE
  2026-08-08 04:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.33ms DONE
  2026-08-08 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.85ms DONE
  2026-08-08 04:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  142.19ms DONE
  2026-08-08 04:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  125.47ms DONE
  2026-08-08 04:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.12ms DONE
  2026-08-08 04:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.50ms DONE
  2026-08-08 04:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.86ms DONE
  2026-08-08 04:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.85ms DONE
  2026-08-08 04:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.91ms DONE
  2026-08-08 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.63ms DONE
  2026-08-08 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.12ms DONE
  2026-08-08 04:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.38ms DONE
  2026-08-08 04:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.58ms DONE
  2026-08-08 04:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.97ms DONE
  2026-08-08 04:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.99ms DONE
  2026-08-08 04:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.41ms DONE
  2026-08-08 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.52ms DONE
  2026-08-08 04:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.06ms DONE
  2026-08-08 04:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.08ms DONE
  2026-08-08 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.46ms DONE
  2026-08-08 04:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.81ms DONE
  2026-08-08 04:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.07ms DONE
  2026-08-08 04:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.20ms DONE
  2026-08-08 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.42ms DONE
  2026-08-08 04:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.82ms DONE
  2026-08-08 04:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.32ms DONE
  2026-08-08 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.04ms DONE
  2026-08-08 04:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.23ms DONE
  2026-08-08 04:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.16ms DONE
  2026-08-08 04:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.62ms DONE
  2026-08-08 04:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.48ms DONE
  2026-08-08 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.56ms DONE
  2026-08-08 04:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.98ms DONE
  2026-08-08 04:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.36ms DONE
  2026-08-08 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.62ms DONE
  2026-08-08 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.96ms DONE
  2026-08-08 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.44ms DONE
  2026-08-08 04:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.59ms DONE
  2026-08-08 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.99ms DONE
  2026-08-08 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.18ms DONE
  2026-08-08 04:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.40ms DONE
  2026-08-08 04:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 04:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.94ms DONE
  2026-08-08 05:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  381.45ms DONE
  2026-08-08 05:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.89ms DONE
  2026-08-08 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.67ms DONE
  2026-08-08 05:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.62ms DONE
  2026-08-08 05:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.02ms DONE
  2026-08-08 05:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.71ms DONE
  2026-08-08 05:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.63ms DONE
  2026-08-08 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.42ms DONE
  2026-08-08 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.66ms DONE
  2026-08-08 05:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.75ms DONE
  2026-08-08 05:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.25ms DONE
  2026-08-08 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.08ms DONE
  2026-08-08 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  122.76ms DONE
  2026-08-08 05:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.87ms DONE
  2026-08-08 05:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.83ms DONE
  2026-08-08 05:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.09ms DONE
  2026-08-08 05:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.53ms DONE
  2026-08-08 05:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  177.17ms DONE
  2026-08-08 05:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.08ms DONE
  2026-08-08 05:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.88ms DONE
  2026-08-08 05:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.15ms DONE
  2026-08-08 05:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.81ms DONE
  2026-08-08 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.05ms DONE
  2026-08-08 05:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.68ms DONE
  2026-08-08 05:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.93ms DONE
  2026-08-08 05:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.87ms DONE
  2026-08-08 05:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-08 05:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.18ms DONE
  2026-08-08 05:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.69ms DONE
  2026-08-08 05:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.99ms DONE
  2026-08-08 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.22ms DONE
  2026-08-08 05:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.99ms DONE
  2026-08-08 05:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.82ms DONE
  2026-08-08 05:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.64ms DONE
  2026-08-08 05:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.14ms DONE
  2026-08-08 05:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.10ms DONE
  2026-08-08 05:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.45ms DONE
  2026-08-08 05:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.34ms DONE
  2026-08-08 05:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.24ms DONE
  2026-08-08 05:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.76ms DONE
  2026-08-08 05:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.64ms DONE
  2026-08-08 05:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.99ms DONE
  2026-08-08 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.15ms DONE
  2026-08-08 05:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.35ms DONE
  2026-08-08 05:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.31ms DONE
  2026-08-08 05:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.87ms DONE
  2026-08-08 05:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.11ms DONE
  2026-08-08 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.26ms DONE
  2026-08-08 05:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.65ms DONE
  2026-08-08 05:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  106.58ms DONE
  2026-08-08 05:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.91ms DONE
  2026-08-08 05:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.08ms DONE
  2026-08-08 05:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-08-08 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.61ms DONE
  2026-08-08 05:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.79ms DONE
  2026-08-08 05:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.25ms DONE
  2026-08-08 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.03ms DONE
  2026-08-08 05:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.23ms DONE
  2026-08-08 05:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.20ms DONE
  2026-08-08 05:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 05:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.60ms DONE
  2026-08-08 06:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.41ms DONE
  2026-08-08 06:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.43ms DONE
  2026-08-08 06:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.07ms DONE
  2026-08-08 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.27ms DONE
  2026-08-08 06:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.03ms DONE
  2026-08-08 06:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  136.05ms DONE
  2026-08-08 06:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.50ms DONE
  2026-08-08 06:07:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:07:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.36ms DONE
  2026-08-08 06:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.96ms DONE
  2026-08-08 06:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.53ms DONE
  2026-08-08 06:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.80ms DONE
  2026-08-08 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.77ms DONE
  2026-08-08 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  126.87ms DONE
  2026-08-08 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.05ms DONE
  2026-08-08 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.48ms DONE
  2026-08-08 06:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.11ms DONE
  2026-08-08 06:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.94ms DONE
  2026-08-08 06:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.91ms DONE
  2026-08-08 06:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.67ms DONE
  2026-08-08 06:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.26ms DONE
  2026-08-08 06:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.00ms DONE
  2026-08-08 06:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.91ms DONE
  2026-08-08 06:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.00ms DONE
  2026-08-08 06:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.02ms DONE
  2026-08-08 06:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.06ms DONE
  2026-08-08 06:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.58ms DONE
  2026-08-08 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.38ms DONE
  2026-08-08 06:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.35ms DONE
  2026-08-08 06:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.08ms DONE
  2026-08-08 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.20ms DONE
  2026-08-08 06:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.74ms DONE
  2026-08-08 06:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.14ms DONE
  2026-08-08 06:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.76ms DONE
  2026-08-08 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.23ms DONE
  2026-08-08 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.20ms DONE
  2026-08-08 06:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.24ms DONE
  2026-08-08 06:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.89ms DONE
  2026-08-08 06:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.88ms DONE
  2026-08-08 06:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.41ms DONE
  2026-08-08 06:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.07ms DONE
  2026-08-08 06:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.77ms DONE
  2026-08-08 06:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.59ms DONE
  2026-08-08 06:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.15ms DONE
  2026-08-08 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.96ms DONE
  2026-08-08 06:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.97ms DONE
  2026-08-08 06:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.87ms DONE
  2026-08-08 06:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.47ms DONE
  2026-08-08 06:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.70ms DONE
  2026-08-08 06:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.69ms DONE
  2026-08-08 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.64ms DONE
  2026-08-08 06:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  125.97ms DONE
  2026-08-08 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.53ms DONE
  2026-08-08 06:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.27ms DONE
  2026-08-08 06:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.57ms DONE
  2026-08-08 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.96ms DONE
  2026-08-08 06:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.74ms DONE
  2026-08-08 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.24ms DONE
  2026-08-08 06:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.73ms DONE
  2026-08-08 06:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.36ms DONE
  2026-08-08 06:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 06:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.38ms DONE
  2026-08-08 07:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  168.68ms DONE
  2026-08-08 07:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.96ms DONE
  2026-08-08 07:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.05ms DONE
  2026-08-08 07:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.99ms DONE
  2026-08-08 07:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  378.47ms DONE
  2026-08-08 07:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.21ms DONE
  2026-08-08 07:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.78ms DONE
  2026-08-08 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.90ms DONE
  2026-08-08 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.76ms DONE
  2026-08-08 07:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.97ms DONE
  2026-08-08 07:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.14ms DONE
  2026-08-08 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.08ms DONE
  2026-08-08 07:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.75ms DONE
  2026-08-08 07:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.65ms DONE
  2026-08-08 07:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.06ms DONE
  2026-08-08 07:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.86ms DONE
  2026-08-08 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.08ms DONE
  2026-08-08 07:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.80ms DONE
  2026-08-08 07:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.54ms DONE
  2026-08-08 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.82ms DONE
  2026-08-08 07:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  124.83ms DONE
  2026-08-08 07:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.13ms DONE
  2026-08-08 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.69ms DONE
  2026-08-08 07:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.81ms DONE
  2026-08-08 07:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.92ms DONE
  2026-08-08 07:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.25ms DONE
  2026-08-08 07:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.04ms DONE
  2026-08-08 07:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  137.82ms DONE
  2026-08-08 07:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.91ms DONE
  2026-08-08 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.82ms DONE
  2026-08-08 07:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  263.46ms DONE
  2026-08-08 07:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.52ms DONE
  2026-08-08 07:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.94ms DONE
  2026-08-08 07:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.41ms DONE
  2026-08-08 07:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.60ms DONE
  2026-08-08 07:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.32ms DONE
  2026-08-08 07:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  591.28ms DONE
  2026-08-08 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.68ms DONE
  2026-08-08 07:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  187.05ms DONE
  2026-08-08 07:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  358.82ms DONE
  2026-08-08 07:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.60ms DONE
  2026-08-08 07:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.45ms DONE
  2026-08-08 07:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.24ms DONE
  2026-08-08 07:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.01ms DONE
  2026-08-08 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.47ms DONE
  2026-08-08 07:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.74ms DONE
  2026-08-08 07:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.94ms DONE
  2026-08-08 07:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.15ms DONE
  2026-08-08 07:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.11ms DONE
  2026-08-08 07:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.17ms DONE
  2026-08-08 07:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.55ms DONE
  2026-08-08 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.96ms DONE
  2026-08-08 07:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.60ms DONE
  2026-08-08 07:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.35ms DONE
  2026-08-08 07:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.81ms DONE
  2026-08-08 07:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.21ms DONE
  2026-08-08 07:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.86ms DONE
  2026-08-08 07:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.11ms DONE
  2026-08-08 07:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.99ms DONE
  2026-08-08 07:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 07:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.19ms DONE
  2026-08-08 08:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  98.70ms DONE
  2026-08-08 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.25ms DONE
  2026-08-08 08:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.95ms DONE
  2026-08-08 08:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.63ms DONE
  2026-08-08 08:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.83ms DONE
  2026-08-08 08:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.18ms DONE
  2026-08-08 08:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.06ms DONE
  2026-08-08 08:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.34ms DONE
  2026-08-08 08:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.19ms DONE
  2026-08-08 08:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.08ms DONE
  2026-08-08 08:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.32ms DONE
  2026-08-08 08:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.82ms DONE
  2026-08-08 08:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.43ms DONE
  2026-08-08 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.92ms DONE
  2026-08-08 08:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.29ms DONE
  2026-08-08 08:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.67ms DONE
  2026-08-08 08:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.55ms DONE
  2026-08-08 08:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  152.81ms DONE
  2026-08-08 08:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.43ms DONE
  2026-08-08 08:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.66ms DONE
  2026-08-08 08:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.77ms DONE
  2026-08-08 08:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.48ms DONE
  2026-08-08 08:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.49ms DONE
  2026-08-08 08:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.68ms DONE
  2026-08-08 08:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.14ms DONE
  2026-08-08 08:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.53ms DONE
  2026-08-08 08:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.95ms DONE
  2026-08-08 08:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.37ms DONE
  2026-08-08 08:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.63ms DONE
  2026-08-08 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.71ms DONE
  2026-08-08 08:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.92ms DONE
  2026-08-08 08:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.30ms DONE
  2026-08-08 08:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.17ms DONE
  2026-08-08 08:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.28ms DONE
  2026-08-08 08:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.78ms DONE
  2026-08-08 08:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.39ms DONE
  2026-08-08 08:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.64ms DONE
  2026-08-08 08:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.36ms DONE
  2026-08-08 08:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.64ms DONE
  2026-08-08 08:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.08ms DONE
  2026-08-08 08:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.50ms DONE
  2026-08-08 08:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.39ms DONE
  2026-08-08 08:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.08ms DONE
  2026-08-08 08:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.05ms DONE
  2026-08-08 08:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.64ms DONE
  2026-08-08 08:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.36ms DONE
  2026-08-08 08:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.97ms DONE
  2026-08-08 08:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.39ms DONE
  2026-08-08 08:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.07ms DONE
  2026-08-08 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.77ms DONE
  2026-08-08 08:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.02ms DONE
  2026-08-08 08:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.03ms DONE
  2026-08-08 08:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.31ms DONE
  2026-08-08 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.42ms DONE
  2026-08-08 08:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.01ms DONE
  2026-08-08 08:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.01ms DONE
  2026-08-08 08:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.95ms DONE
  2026-08-08 08:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.45ms DONE
  2026-08-08 08:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.91ms DONE
  2026-08-08 08:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.96ms DONE
  2026-08-08 09:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.89ms DONE
  2026-08-08 09:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.11ms DONE
  2026-08-08 09:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.46ms DONE
  2026-08-08 09:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.88ms DONE
  2026-08-08 09:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.32ms DONE
  2026-08-08 09:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.95ms DONE
  2026-08-08 09:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.08ms DONE
  2026-08-08 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.23ms DONE
  2026-08-08 09:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.69ms DONE
  2026-08-08 09:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.34ms DONE
  2026-08-08 09:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.92ms DONE
  2026-08-08 09:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.37ms DONE
  2026-08-08 09:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.85ms DONE
  2026-08-08 09:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.64ms DONE
  2026-08-08 09:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.12ms DONE
  2026-08-08 09:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.21ms DONE
  2026-08-08 09:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.36ms DONE
  2026-08-08 09:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.61ms DONE
  2026-08-08 09:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.20ms DONE
  2026-08-08 09:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.95ms DONE
  2026-08-08 09:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.54ms DONE
  2026-08-08 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.08ms DONE
  2026-08-08 09:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.18ms DONE
  2026-08-08 09:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.57ms DONE
  2026-08-08 09:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.38ms DONE
  2026-08-08 09:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.28ms DONE
  2026-08-08 09:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.91ms DONE
  2026-08-08 09:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.54ms DONE
  2026-08-08 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.12ms DONE
  2026-08-08 09:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.01ms DONE
  2026-08-08 09:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  122.01ms DONE
  2026-08-08 09:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.57ms DONE
  2026-08-08 09:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.79ms DONE
  2026-08-08 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.11ms DONE
  2026-08-08 09:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.09ms DONE
  2026-08-08 09:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.93ms DONE
  2026-08-08 09:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  255.15ms DONE
  2026-08-08 09:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.66ms DONE
  2026-08-08 09:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.38ms DONE
  2026-08-08 09:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.16ms DONE
  2026-08-08 09:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.94ms DONE
  2026-08-08 09:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.07ms DONE
  2026-08-08 09:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.01ms DONE
  2026-08-08 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.26ms DONE
  2026-08-08 09:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.45ms DONE
  2026-08-08 09:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.80ms DONE
  2026-08-08 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.08ms DONE
  2026-08-08 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.34ms DONE
  2026-08-08 09:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.69ms DONE
  2026-08-08 09:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.06ms DONE
  2026-08-08 09:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-08 09:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.77ms DONE
  2026-08-08 09:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.18ms DONE
  2026-08-08 09:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.72ms DONE
  2026-08-08 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.81ms DONE
  2026-08-08 09:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.27ms DONE
  2026-08-08 09:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.51ms DONE
  2026-08-08 09:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.81ms DONE
  2026-08-08 09:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.99ms DONE
  2026-08-08 09:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 09:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.17ms DONE
  2026-08-08 10:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.36ms DONE
  2026-08-08 10:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.09ms DONE
  2026-08-08 10:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.79ms DONE
  2026-08-08 10:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.23ms DONE
  2026-08-08 10:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.30ms DONE
  2026-08-08 10:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  264.18ms DONE
  2026-08-08 10:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.86ms DONE
  2026-08-08 10:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.21ms DONE
  2026-08-08 10:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.35ms DONE
  2026-08-08 10:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.24ms DONE
  2026-08-08 10:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.35ms DONE
  2026-08-08 10:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.13ms DONE
  2026-08-08 10:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.22ms DONE
  2026-08-08 10:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.74ms DONE
  2026-08-08 10:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.40ms DONE
  2026-08-08 10:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.96ms DONE
  2026-08-08 10:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.57ms DONE
  2026-08-08 10:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  171.14ms DONE
  2026-08-08 10:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.52ms DONE
  2026-08-08 10:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.04ms DONE
  2026-08-08 10:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.87ms DONE
  2026-08-08 10:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.19ms DONE
  2026-08-08 10:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.41ms DONE
  2026-08-08 10:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.76ms DONE
  2026-08-08 10:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.38ms DONE
  2026-08-08 10:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.64ms DONE
  2026-08-08 10:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.55ms DONE
  2026-08-08 10:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.29ms DONE
  2026-08-08 10:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.15ms DONE
  2026-08-08 10:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.50ms DONE
  2026-08-08 10:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  216.18ms DONE
  2026-08-08 10:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.41ms DONE
  2026-08-08 10:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.41ms DONE
  2026-08-08 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.46ms DONE
  2026-08-08 10:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.69ms DONE
  2026-08-08 10:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.23ms DONE
  2026-08-08 10:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.03ms DONE
  2026-08-08 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.74ms DONE
  2026-08-08 10:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  98.08ms DONE
  2026-08-08 10:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.83ms DONE
  2026-08-08 10:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.47ms DONE
  2026-08-08 10:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.41ms DONE
  2026-08-08 10:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.25ms DONE
  2026-08-08 10:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  103.94ms DONE
  2026-08-08 10:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.60ms DONE
  2026-08-08 10:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.14ms DONE
  2026-08-08 10:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.14ms DONE
  2026-08-08 10:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.36ms DONE
  2026-08-08 10:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.84ms DONE
  2026-08-08 10:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.95ms DONE
  2026-08-08 10:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.57ms DONE
  2026-08-08 10:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.41ms DONE
  2026-08-08 10:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.49ms DONE
  2026-08-08 10:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.11ms DONE
  2026-08-08 10:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.54ms DONE
  2026-08-08 10:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.42ms DONE
  2026-08-08 10:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  100.64ms DONE
  2026-08-08 10:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.10ms DONE
  2026-08-08 10:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.34ms DONE
  2026-08-08 10:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 10:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.39ms DONE
  2026-08-08 11:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  116.76ms DONE
  2026-08-08 11:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.10ms DONE
  2026-08-08 11:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  119.18ms DONE
  2026-08-08 11:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.12ms DONE
  2026-08-08 11:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.49ms DONE
  2026-08-08 11:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.01ms DONE
  2026-08-08 11:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.16ms DONE
  2026-08-08 11:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.83ms DONE
  2026-08-08 11:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.42ms DONE
  2026-08-08 11:09:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:09:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.20ms DONE
  2026-08-08 11:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.56ms DONE
  2026-08-08 11:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.01ms DONE
  2026-08-08 11:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.35ms DONE
  2026-08-08 11:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.54ms DONE
  2026-08-08 11:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.23ms DONE
  2026-08-08 11:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.45ms DONE
  2026-08-08 11:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.15ms DONE
  2026-08-08 11:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  147.63ms DONE
  2026-08-08 11:18:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:18:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.49ms DONE
  2026-08-08 11:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  94.47ms DONE
  2026-08-08 11:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  308.24ms DONE
  2026-08-08 11:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.33ms DONE
  2026-08-08 11:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.34ms DONE
  2026-08-08 11:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.77ms DONE
  2026-08-08 11:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.25ms DONE
  2026-08-08 11:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.23ms DONE
  2026-08-08 11:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.19ms DONE
  2026-08-08 11:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.31ms DONE
  2026-08-08 11:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.04ms DONE
  2026-08-08 11:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.73ms DONE
  2026-08-08 11:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  384.20ms DONE
  2026-08-08 11:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.88ms DONE
  2026-08-08 11:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.67ms DONE
  2026-08-08 11:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.33ms DONE
  2026-08-08 11:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.56ms DONE
  2026-08-08 11:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.19ms DONE
  2026-08-08 11:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.69ms DONE
  2026-08-08 11:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.71ms DONE
  2026-08-08 11:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  157.49ms DONE
  2026-08-08 11:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.73ms DONE
  2026-08-08 11:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.13ms DONE
  2026-08-08 11:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.81ms DONE
  2026-08-08 11:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.91ms DONE
  2026-08-08 11:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.60ms DONE
  2026-08-08 11:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.11ms DONE
  2026-08-08 11:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.51ms DONE
  2026-08-08 11:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.99ms DONE
  2026-08-08 11:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.83ms DONE
  2026-08-08 11:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.15ms DONE
  2026-08-08 11:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.32ms DONE
  2026-08-08 11:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.42ms DONE
  2026-08-08 11:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.00ms DONE
  2026-08-08 11:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.17ms DONE
  2026-08-08 11:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.17ms DONE
  2026-08-08 11:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.31ms DONE
  2026-08-08 11:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  663.64ms DONE
  2026-08-08 11:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.15ms DONE
  2026-08-08 11:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.70ms DONE
  2026-08-08 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.82ms DONE
  2026-08-08 11:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 11:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.90ms DONE
  2026-08-08 12:00:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:00:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.10ms DONE
  2026-08-08 12:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.70ms DONE
  2026-08-08 12:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:02:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  823.92ms DONE
  2026-08-08 12:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.55ms DONE
  2026-08-08 12:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.34ms DONE
  2026-08-08 12:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  111.07ms DONE
  2026-08-08 12:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.57ms DONE
  2026-08-08 12:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.11ms DONE
  2026-08-08 12:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.50ms DONE
  2026-08-08 12:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.88ms DONE
  2026-08-08 12:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  163.66ms DONE
  2026-08-08 12:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.55ms DONE
  2026-08-08 12:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.01ms DONE
  2026-08-08 12:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.90ms DONE
  2026-08-08 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.84ms DONE
  2026-08-08 12:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  117.04ms DONE
  2026-08-08 12:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.62ms DONE
  2026-08-08 12:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.02ms DONE
  2026-08-08 12:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  272.08ms DONE
  2026-08-08 12:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.62ms DONE
  2026-08-08 12:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.03ms DONE
  2026-08-08 12:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.30ms DONE
  2026-08-08 12:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.68ms DONE
  2026-08-08 12:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.63ms DONE
  2026-08-08 12:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:24:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.72ms DONE
  2026-08-08 12:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.25ms DONE
  2026-08-08 12:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.66ms DONE
  2026-08-08 12:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.22ms DONE
  2026-08-08 12:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.26ms DONE
  2026-08-08 12:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.23ms DONE
  2026-08-08 12:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  154.54ms DONE
  2026-08-08 12:31:14 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:31:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.17ms DONE
  2026-08-08 12:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.05ms DONE
  2026-08-08 12:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.81ms DONE
  2026-08-08 12:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.04ms DONE
  2026-08-08 12:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  358.00ms DONE
  2026-08-08 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.10ms DONE
  2026-08-08 12:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.98ms DONE
  2026-08-08 12:38:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:38:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.70ms DONE
  2026-08-08 12:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.73ms DONE
  2026-08-08 12:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  192.09ms DONE
  2026-08-08 12:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  471.60ms DONE
  2026-08-08 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.63ms DONE
  2026-08-08 12:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.12ms DONE
  2026-08-08 12:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.43ms DONE
  2026-08-08 12:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.36ms DONE
  2026-08-08 12:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.71ms DONE
  2026-08-08 12:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.43ms DONE
  2026-08-08 12:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:48:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.17ms DONE
  2026-08-08 12:49:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:49:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  231.50ms DONE
  2026-08-08 12:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  277.47ms DONE
  2026-08-08 12:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  232.78ms DONE
  2026-08-08 12:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.79ms DONE
  2026-08-08 12:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.92ms DONE
  2026-08-08 12:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.12ms DONE
  2026-08-08 12:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.55ms DONE
  2026-08-08 12:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  91.43ms DONE
  2026-08-08 12:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.40ms DONE
  2026-08-08 12:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.06ms DONE
  2026-08-08 12:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 12:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.93ms DONE
  2026-08-08 13:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.11ms DONE
  2026-08-08 13:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.39ms DONE
  2026-08-08 13:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.39ms DONE
  2026-08-08 13:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.61ms DONE
  2026-08-08 13:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:04:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.35ms DONE
  2026-08-08 13:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.72ms DONE
  2026-08-08 13:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.38ms DONE
  2026-08-08 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.72ms DONE
  2026-08-08 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.19ms DONE
  2026-08-08 13:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.17ms DONE
  2026-08-08 13:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  427.39ms DONE
  2026-08-08 13:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.57ms DONE
  2026-08-08 13:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.19ms DONE
  2026-08-08 13:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  143.42ms DONE
  2026-08-08 13:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.14ms DONE
  2026-08-08 13:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.21ms DONE
  2026-08-08 13:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  314.66ms DONE
  2026-08-08 13:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.96ms DONE
  2026-08-08 13:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  251.55ms DONE
  2026-08-08 13:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.64ms DONE
  2026-08-08 13:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1s DONE
  2026-08-08 13:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.30ms DONE
  2026-08-08 13:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.65ms DONE
  2026-08-08 13:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.65ms DONE
  2026-08-08 13:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.11ms DONE
  2026-08-08 13:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.12ms DONE
  2026-08-08 13:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.79ms DONE
  2026-08-08 13:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.54ms DONE
  2026-08-08 13:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.30ms DONE
  2026-08-08 13:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.46ms DONE
  2026-08-08 13:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.56ms DONE
  2026-08-08 13:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.27ms DONE
  2026-08-08 13:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.72ms DONE
  2026-08-08 13:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.92ms DONE
  2026-08-08 13:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.78ms DONE
  2026-08-08 13:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.51ms DONE
  2026-08-08 13:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.24ms DONE
  2026-08-08 13:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.52ms DONE
  2026-08-08 13:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.04ms DONE
  2026-08-08 13:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.78ms DONE
  2026-08-08 13:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.07ms DONE
  2026-08-08 13:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.77ms DONE
  2026-08-08 13:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  134.54ms DONE
  2026-08-08 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.65ms DONE
  2026-08-08 13:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.03ms DONE
  2026-08-08 13:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.37ms DONE
  2026-08-08 13:46:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:46:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.37ms DONE
  2026-08-08 13:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.10ms DONE
  2026-08-08 13:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.74ms DONE
  2026-08-08 13:49:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:49:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.37ms DONE
  2026-08-08 13:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.82ms DONE
  2026-08-08 13:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.77ms DONE
  2026-08-08 13:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.39ms DONE
  2026-08-08 13:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.38ms DONE
  2026-08-08 13:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.53ms DONE
  2026-08-08 13:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.24ms DONE
  2026-08-08 13:56:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:56:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.25ms DONE
  2026-08-08 13:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.15ms DONE
  2026-08-08 13:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.27ms DONE
  2026-08-08 13:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 13:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.72ms DONE
  2026-08-08 14:00:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:00:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.97ms DONE
  2026-08-08 14:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:01:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.02ms DONE
  2026-08-08 14:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.94ms DONE
  2026-08-08 14:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  155.99ms DONE
  2026-08-08 14:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.44ms DONE
  2026-08-08 14:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  298.65ms DONE
  2026-08-08 14:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.05ms DONE
  2026-08-08 14:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.97ms DONE
  2026-08-08 14:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.74ms DONE
  2026-08-08 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.13ms DONE
  2026-08-08 14:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:10:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  740.10ms DONE
  2026-08-08 14:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.24ms DONE
  2026-08-08 14:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.82ms DONE
  2026-08-08 14:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.46ms DONE
  2026-08-08 14:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.63ms DONE
  2026-08-08 14:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  179.39ms DONE
  2026-08-08 14:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  345.90ms DONE
  2026-08-08 14:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  212.66ms DONE
  2026-08-08 14:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  102.64ms DONE
  2026-08-08 14:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.91ms DONE
  2026-08-08 14:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  141.26ms DONE
  2026-08-08 14:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.95ms DONE
  2026-08-08 14:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.06ms DONE
  2026-08-08 14:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.36ms DONE
  2026-08-08 14:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.33ms DONE
  2026-08-08 14:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.24ms DONE
  2026-08-08 14:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  149.58ms DONE
  2026-08-08 14:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  563.94ms DONE
  2026-08-08 14:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.26ms DONE
  2026-08-08 14:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.49ms DONE
  2026-08-08 14:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.56ms DONE
  2026-08-08 14:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  242.85ms DONE
  2026-08-08 14:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.06ms DONE
  2026-08-08 14:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  116.95ms DONE
  2026-08-08 14:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.11ms DONE
  2026-08-08 14:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.33ms DONE
  2026-08-08 14:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.14ms DONE
  2026-08-08 14:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:37:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  246.89ms DONE
  2026-08-08 14:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.27ms DONE
  2026-08-08 14:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.65ms DONE
  2026-08-08 14:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.09ms DONE
  2026-08-08 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.97ms DONE
  2026-08-08 14:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.16ms DONE
  2026-08-08 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.57ms DONE
  2026-08-08 14:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.08ms DONE
  2026-08-08 14:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.30ms DONE
  2026-08-08 14:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  223.86ms DONE
  2026-08-08 14:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.01ms DONE
  2026-08-08 14:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.92ms DONE
  2026-08-08 14:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.12ms DONE
  2026-08-08 14:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.21ms DONE
  2026-08-08 14:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.86ms DONE
  2026-08-08 14:52:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:52:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.23ms DONE
  2026-08-08 14:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.74ms DONE
  2026-08-08 14:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.60ms DONE
  2026-08-08 14:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.46ms DONE
  2026-08-08 14:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.21ms DONE
  2026-08-08 14:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.32ms DONE
  2026-08-08 14:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.41ms DONE
  2026-08-08 14:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 14:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.08ms DONE
  2026-08-08 15:00:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:00:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  434.81ms DONE
  2026-08-08 15:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  102.41ms DONE
  2026-08-08 15:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  111.31ms DONE
  2026-08-08 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.42ms DONE
  2026-08-08 15:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.37ms DONE
  2026-08-08 15:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.83ms DONE
  2026-08-08 15:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.33ms DONE
  2026-08-08 15:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.77ms DONE
  2026-08-08 15:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.20ms DONE
  2026-08-08 15:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.09ms DONE
  2026-08-08 15:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.97ms DONE
  2026-08-08 15:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.74ms DONE
  2026-08-08 15:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.04ms DONE
  2026-08-08 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.57ms DONE
  2026-08-08 15:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.95ms DONE
  2026-08-08 15:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.91ms DONE
  2026-08-08 15:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.15ms DONE
  2026-08-08 15:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  430.78ms DONE
  2026-08-08 15:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.75ms DONE
  2026-08-08 15:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.52ms DONE
  2026-08-08 15:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  238.27ms DONE
  2026-08-08 15:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.97ms DONE
  2026-08-08 15:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.26ms DONE
  2026-08-08 15:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.34ms DONE
  2026-08-08 15:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.98ms DONE
  2026-08-08 15:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  156.75ms DONE
  2026-08-08 15:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.21ms DONE
  2026-08-08 15:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.88ms DONE
  2026-08-08 15:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.19ms DONE
  2026-08-08 15:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.57ms DONE
  2026-08-08 15:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.96ms DONE
  2026-08-08 15:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.45ms DONE
  2026-08-08 15:32:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:32:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.28ms DONE
  2026-08-08 15:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.16ms DONE
  2026-08-08 15:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.00ms DONE
  2026-08-08 15:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  406.83ms DONE
  2026-08-08 15:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:36:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.61ms DONE
  2026-08-08 15:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.54ms DONE
  2026-08-08 15:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.30ms DONE
  2026-08-08 15:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.64ms DONE
  2026-08-08 15:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  207.31ms DONE
  2026-08-08 15:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.30ms DONE
  2026-08-08 15:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.81ms DONE
  2026-08-08 15:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.20ms DONE
  2026-08-08 15:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.07ms DONE
  2026-08-08 15:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.64ms DONE
  2026-08-08 15:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.78ms DONE
  2026-08-08 15:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.38ms DONE
  2026-08-08 15:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.29ms DONE
  2026-08-08 15:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.94ms DONE
  2026-08-08 15:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:50:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1s DONE
  2026-08-08 15:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.93ms DONE
  2026-08-08 15:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.59ms DONE
  2026-08-08 15:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.13ms DONE
  2026-08-08 15:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.55ms DONE
  2026-08-08 15:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.01ms DONE
  2026-08-08 15:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.49ms DONE
  2026-08-08 15:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.52ms DONE
  2026-08-08 15:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.73ms DONE
  2026-08-08 15:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 15:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.51ms DONE
  2026-08-08 16:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  373.32ms DONE
  2026-08-08 16:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.20ms DONE
  2026-08-08 16:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.89ms DONE
  2026-08-08 16:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.63ms DONE
  2026-08-08 16:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.44ms DONE
  2026-08-08 16:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  100.02ms DONE
  2026-08-08 16:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.91ms DONE
  2026-08-08 16:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.55ms DONE
  2026-08-08 16:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.82ms DONE
  2026-08-08 16:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.69ms DONE
  2026-08-08 16:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  196.66ms DONE
  2026-08-08 16:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.38ms DONE
  2026-08-08 16:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.37ms DONE
  2026-08-08 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.63ms DONE
  2026-08-08 16:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.10ms DONE
  2026-08-08 16:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.42ms DONE
  2026-08-08 16:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.76ms DONE
  2026-08-08 16:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.87ms DONE
  2026-08-08 16:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.66ms DONE
  2026-08-08 16:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.91ms DONE
  2026-08-08 16:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.17ms DONE
  2026-08-08 16:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.57ms DONE
  2026-08-08 16:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.34ms DONE
  2026-08-08 16:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.11ms DONE
  2026-08-08 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.34ms DONE
  2026-08-08 16:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.31ms DONE
  2026-08-08 16:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.95ms DONE
  2026-08-08 16:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.39ms DONE
  2026-08-08 16:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.54ms DONE
  2026-08-08 16:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.27ms DONE
  2026-08-08 16:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.65ms DONE
  2026-08-08 16:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.00ms DONE
  2026-08-08 16:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.97ms DONE
  2026-08-08 16:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.45ms DONE
  2026-08-08 16:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.12ms DONE
  2026-08-08 16:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.05ms DONE
  2026-08-08 16:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.24ms DONE
  2026-08-08 16:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  94.98ms DONE
  2026-08-08 16:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.55ms DONE
  2026-08-08 16:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.81ms DONE
  2026-08-08 16:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.83ms DONE
  2026-08-08 16:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.54ms DONE
  2026-08-08 16:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.88ms DONE
  2026-08-08 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.24ms DONE
  2026-08-08 16:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.64ms DONE
  2026-08-08 16:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.81ms DONE
  2026-08-08 16:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.12ms DONE
  2026-08-08 16:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.56ms DONE
  2026-08-08 16:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.26ms DONE
  2026-08-08 16:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.47ms DONE
  2026-08-08 16:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.54ms DONE
  2026-08-08 16:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.03ms DONE
  2026-08-08 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.36ms DONE
  2026-08-08 16:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.57ms DONE
  2026-08-08 16:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.34ms DONE
  2026-08-08 16:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.79ms DONE
  2026-08-08 16:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.90ms DONE
  2026-08-08 16:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.81ms DONE
  2026-08-08 16:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.42ms DONE
  2026-08-08 16:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 16:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.85ms DONE
  2026-08-08 17:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.32ms DONE
  2026-08-08 17:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  140.24ms DONE
  2026-08-08 17:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.62ms DONE
  2026-08-08 17:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.65ms DONE
  2026-08-08 17:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.21ms DONE
  2026-08-08 17:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.13ms DONE
  2026-08-08 17:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.30ms DONE
  2026-08-08 17:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.86ms DONE
  2026-08-08 17:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.74ms DONE
  2026-08-08 17:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.30ms DONE
  2026-08-08 17:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.08ms DONE
  2026-08-08 17:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.57ms DONE
  2026-08-08 17:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.63ms DONE
  2026-08-08 17:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.43ms DONE
  2026-08-08 17:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.70ms DONE
  2026-08-08 17:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.70ms DONE
  2026-08-08 17:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.97ms DONE
  2026-08-08 17:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  229.83ms DONE
  2026-08-08 17:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.57ms DONE
  2026-08-08 17:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.22ms DONE
  2026-08-08 17:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.36ms DONE
  2026-08-08 17:21:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:21:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  192.11ms DONE
  2026-08-08 17:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.10ms DONE
  2026-08-08 17:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.64ms DONE
  2026-08-08 17:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.67ms DONE
  2026-08-08 17:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  277.31ms DONE
  2026-08-08 17:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.78ms DONE
  2026-08-08 17:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.16ms DONE
  2026-08-08 17:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.24ms DONE
  2026-08-08 17:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.90ms DONE
  2026-08-08 17:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  255.91ms DONE
  2026-08-08 17:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  103.80ms DONE
  2026-08-08 17:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.18ms DONE
  2026-08-08 17:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.71ms DONE
  2026-08-08 17:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.38ms DONE
  2026-08-08 17:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  141.48ms DONE
  2026-08-08 17:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.15ms DONE
  2026-08-08 17:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.64ms DONE
  2026-08-08 17:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.35ms DONE
  2026-08-08 17:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.54ms DONE
  2026-08-08 17:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.12ms DONE
  2026-08-08 17:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.81ms DONE
  2026-08-08 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.45ms DONE
  2026-08-08 17:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.71ms DONE
  2026-08-08 17:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.17ms DONE
  2026-08-08 17:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.95ms DONE
  2026-08-08 17:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.11ms DONE
  2026-08-08 17:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.12ms DONE
  2026-08-08 17:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.54ms DONE
  2026-08-08 17:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.41ms DONE
  2026-08-08 17:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.81ms DONE
  2026-08-08 17:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.97ms DONE
  2026-08-08 17:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.87ms DONE
  2026-08-08 17:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.76ms DONE
  2026-08-08 17:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.17ms DONE
  2026-08-08 17:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.35ms DONE
  2026-08-08 17:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.39ms DONE
  2026-08-08 17:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.63ms DONE
  2026-08-08 17:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.53ms DONE
  2026-08-08 17:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 17:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.65ms DONE
  2026-08-08 18:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  729.16ms DONE
  2026-08-08 18:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.88ms DONE
  2026-08-08 18:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.44ms DONE
  2026-08-08 18:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.93ms DONE
  2026-08-08 18:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.58ms DONE
  2026-08-08 18:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  170.21ms DONE
  2026-08-08 18:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.00ms DONE
  2026-08-08 18:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.61ms DONE
  2026-08-08 18:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.48ms DONE
  2026-08-08 18:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.51ms DONE
  2026-08-08 18:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  682.36ms DONE
  2026-08-08 18:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.02ms DONE
  2026-08-08 18:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.68ms DONE
  2026-08-08 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.97ms DONE
  2026-08-08 18:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.94ms DONE
  2026-08-08 18:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.75ms DONE
  2026-08-08 18:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.99ms DONE
  2026-08-08 18:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  156.20ms DONE
  2026-08-08 18:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.44ms DONE
  2026-08-08 18:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.63ms DONE
  2026-08-08 18:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.33ms DONE
  2026-08-08 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.28ms DONE
  2026-08-08 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.72ms DONE
  2026-08-08 18:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.85ms DONE
  2026-08-08 18:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.89ms DONE
  2026-08-08 18:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.13ms DONE
  2026-08-08 18:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.94ms DONE
  2026-08-08 18:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.92ms DONE
  2026-08-08 18:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.61ms DONE
  2026-08-08 18:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.17ms DONE
  2026-08-08 18:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.61ms DONE
  2026-08-08 18:31:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:31:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  127.10ms DONE
  2026-08-08 18:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.91ms DONE
  2026-08-08 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.18ms DONE
  2026-08-08 18:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.69ms DONE
  2026-08-08 18:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.20ms DONE
  2026-08-08 18:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.72ms DONE
  2026-08-08 18:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.87ms DONE
  2026-08-08 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.31ms DONE
  2026-08-08 18:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  161.07ms DONE
  2026-08-08 18:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:40:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.79ms DONE
  2026-08-08 18:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.94ms DONE
  2026-08-08 18:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.97ms DONE
  2026-08-08 18:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-08 18:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.05ms DONE
  2026-08-08 18:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.53ms DONE
  2026-08-08 18:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.29ms DONE
  2026-08-08 18:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.12ms DONE
  2026-08-08 18:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.85ms DONE
  2026-08-08 18:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.62ms DONE
  2026-08-08 18:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.40ms DONE
  2026-08-08 18:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.40ms DONE
  2026-08-08 18:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.19ms DONE
  2026-08-08 18:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.46ms DONE
  2026-08-08 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.82ms DONE
  2026-08-08 18:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.53ms DONE
  2026-08-08 18:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.37ms DONE
  2026-08-08 18:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-08-08 18:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.55ms DONE
  2026-08-08 18:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 18:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.40ms DONE
  2026-08-08 19:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.27ms DONE
  2026-08-08 19:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.51ms DONE
  2026-08-08 19:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.98ms DONE
  2026-08-08 19:03:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:03:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.04ms DONE
  2026-08-08 19:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.24ms DONE
  2026-08-08 19:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  367.40ms DONE
  2026-08-08 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.46ms DONE
  2026-08-08 19:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.53ms DONE
  2026-08-08 19:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.36ms DONE
  2026-08-08 19:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.94ms DONE
  2026-08-08 19:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.20ms DONE
  2026-08-08 19:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.57ms DONE
  2026-08-08 19:12:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:12:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.46ms DONE
  2026-08-08 19:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.71ms DONE
  2026-08-08 19:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.15ms DONE
  2026-08-08 19:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.42ms DONE
  2026-08-08 19:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.06ms DONE
  2026-08-08 19:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  141.73ms DONE
  2026-08-08 19:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.69ms DONE
  2026-08-08 19:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.10ms DONE
  2026-08-08 19:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  91.36ms DONE
  2026-08-08 19:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.49ms DONE
  2026-08-08 19:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.47ms DONE
  2026-08-08 19:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.71ms DONE
  2026-08-08 19:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.90ms DONE
  2026-08-08 19:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  173.43ms DONE
  2026-08-08 19:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.97ms DONE
  2026-08-08 19:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.36ms DONE
  2026-08-08 19:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.73ms DONE
  2026-08-08 19:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.55ms DONE
  2026-08-08 19:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.58ms DONE
  2026-08-08 19:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.01ms DONE
  2026-08-08 19:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.74ms DONE
  2026-08-08 19:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.20ms DONE
  2026-08-08 19:34:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:34:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.27ms DONE
  2026-08-08 19:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.29ms DONE
  2026-08-08 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.28ms DONE
  2026-08-08 19:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.22ms DONE
  2026-08-08 19:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.28ms DONE
  2026-08-08 19:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.48ms DONE
  2026-08-08 19:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  264.46ms DONE
  2026-08-08 19:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.27ms DONE
  2026-08-08 19:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.36ms DONE
  2026-08-08 19:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.08ms DONE
  2026-08-08 19:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.38ms DONE
  2026-08-08 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  257.64ms DONE
  2026-08-08 19:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.94ms DONE
  2026-08-08 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.11ms DONE
  2026-08-08 19:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.82ms DONE
  2026-08-08 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.13ms DONE
  2026-08-08 19:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.36ms DONE
  2026-08-08 19:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.95ms DONE
  2026-08-08 19:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.03ms DONE
  2026-08-08 19:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  267.26ms DONE
  2026-08-08 19:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.28ms DONE
  2026-08-08 19:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:55:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.71ms DONE
  2026-08-08 19:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.96ms DONE
  2026-08-08 19:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.07ms DONE
  2026-08-08 19:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.99ms DONE
  2026-08-08 19:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 19:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.40ms DONE
  2026-08-08 20:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  280.47ms DONE
  2026-08-08 20:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.50ms DONE
  2026-08-08 20:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.13ms DONE
  2026-08-08 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.27ms DONE
  2026-08-08 20:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.65ms DONE
  2026-08-08 20:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  151.26ms DONE
  2026-08-08 20:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.39ms DONE
  2026-08-08 20:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.61ms DONE
  2026-08-08 20:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.60ms DONE
  2026-08-08 20:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.03ms DONE
  2026-08-08 20:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.54ms DONE
  2026-08-08 20:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.97ms DONE
  2026-08-08 20:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.18ms DONE
  2026-08-08 20:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.66ms DONE
  2026-08-08 20:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-08-08 20:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  139.31ms DONE
  2026-08-08 20:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.00ms DONE
  2026-08-08 20:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  134.94ms DONE
  2026-08-08 20:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.63ms DONE
  2026-08-08 20:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.66ms DONE
  2026-08-08 20:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.22ms DONE
  2026-08-08 20:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.33ms DONE
  2026-08-08 20:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.06ms DONE
  2026-08-08 20:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.24ms DONE
  2026-08-08 20:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.70ms DONE
  2026-08-08 20:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.56ms DONE
  2026-08-08 20:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.90ms DONE
  2026-08-08 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.96ms DONE
  2026-08-08 20:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.50ms DONE
  2026-08-08 20:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.33ms DONE
  2026-08-08 20:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  332.97ms DONE
  2026-08-08 20:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.83ms DONE
  2026-08-08 20:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.80ms DONE
  2026-08-08 20:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.64ms DONE
  2026-08-08 20:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.17ms DONE
  2026-08-08 20:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.98ms DONE
  2026-08-08 20:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.73ms DONE
  2026-08-08 20:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.35ms DONE
  2026-08-08 20:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.83ms DONE
  2026-08-08 20:39:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:39:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  201.19ms DONE
  2026-08-08 20:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.73ms DONE
  2026-08-08 20:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.68ms DONE
  2026-08-08 20:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.92ms DONE
  2026-08-08 20:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.92ms DONE
  2026-08-08 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.38ms DONE
  2026-08-08 20:45:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:45:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.26ms DONE
  2026-08-08 20:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.00ms DONE
  2026-08-08 20:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.56ms DONE
  2026-08-08 20:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.71ms DONE
  2026-08-08 20:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.69ms DONE
  2026-08-08 20:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.56ms DONE
  2026-08-08 20:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.05ms DONE
  2026-08-08 20:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.23ms DONE
  2026-08-08 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.62ms DONE
  2026-08-08 20:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.48ms DONE
  2026-08-08 20:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.87ms DONE
  2026-08-08 20:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.88ms DONE
  2026-08-08 20:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.63ms DONE
  2026-08-08 20:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.37ms DONE
  2026-08-08 20:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 20:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.62ms DONE
  2026-08-08 21:00:12 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:00:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  231.64ms DONE
  2026-08-08 21:01:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:01:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.13ms DONE
  2026-08-08 21:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.91ms DONE
  2026-08-08 21:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.08ms DONE
  2026-08-08 21:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.56ms DONE
  2026-08-08 21:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.35ms DONE
  2026-08-08 21:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  124.14ms DONE
  2026-08-08 21:07:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:07:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.47ms DONE
  2026-08-08 21:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:08:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.77ms DONE
  2026-08-08 21:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.43ms DONE
  2026-08-08 21:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.88ms DONE
  2026-08-08 21:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.33ms DONE
  2026-08-08 21:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.56ms DONE
  2026-08-08 21:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  103.87ms DONE
  2026-08-08 21:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.07ms DONE
  2026-08-08 21:15:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:15:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.30ms DONE
  2026-08-08 21:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.24ms DONE
  2026-08-08 21:17:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:17:13 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-08 21:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.71ms DONE
  2026-08-08 21:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.14ms DONE
  2026-08-08 21:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.96ms DONE
  2026-08-08 21:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.30ms DONE
  2026-08-08 21:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.59ms DONE
  2026-08-08 21:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.83ms DONE
  2026-08-08 21:24:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:24:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.19ms DONE
  2026-08-08 21:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.46ms DONE
  2026-08-08 21:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  432.33ms DONE
  2026-08-08 21:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.67ms DONE
  2026-08-08 21:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.36ms DONE
  2026-08-08 21:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.32ms DONE
  2026-08-08 21:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  213.41ms DONE
  2026-08-08 21:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.03ms DONE
  2026-08-08 21:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.37ms DONE
  2026-08-08 21:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:33:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.58ms DONE
  2026-08-08 21:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.14ms DONE
  2026-08-08 21:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.11ms DONE
  2026-08-08 21:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.56ms DONE
  2026-08-08 21:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.72ms DONE
  2026-08-08 21:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.65ms DONE
  2026-08-08 21:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.29ms DONE
  2026-08-08 21:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.36ms DONE
  2026-08-08 21:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.84ms DONE
  2026-08-08 21:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.85ms DONE
  2026-08-08 21:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.28ms DONE
  2026-08-08 21:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.86ms DONE
  2026-08-08 21:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.97ms DONE
  2026-08-08 21:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.72ms DONE
  2026-08-08 21:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.15ms DONE
  2026-08-08 21:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.50ms DONE
  2026-08-08 21:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.65ms DONE
  2026-08-08 21:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.60ms DONE
  2026-08-08 21:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.99ms DONE
  2026-08-08 21:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.40ms DONE
  2026-08-08 21:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.38ms DONE
  2026-08-08 21:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.09ms DONE
  2026-08-08 21:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.23ms DONE
  2026-08-08 21:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.33ms DONE
  2026-08-08 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.16ms DONE
  2026-08-08 21:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.33ms DONE
  2026-08-08 21:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 21:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.44ms DONE
  2026-08-08 22:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.83ms DONE
  2026-08-08 22:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.11ms DONE
  2026-08-08 22:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.99ms DONE
  2026-08-08 22:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.69ms DONE
  2026-08-08 22:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.66ms DONE
  2026-08-08 22:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.16ms DONE
  2026-08-08 22:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.66ms DONE
  2026-08-08 22:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.82ms DONE
  2026-08-08 22:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.58ms DONE
  2026-08-08 22:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.14ms DONE
  2026-08-08 22:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.15ms DONE
  2026-08-08 22:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.39ms DONE
  2026-08-08 22:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.19ms DONE
  2026-08-08 22:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.99ms DONE
  2026-08-08 22:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  189.89ms DONE
  2026-08-08 22:15:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:15:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  496.71ms DONE
  2026-08-08 22:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  122.70ms DONE
  2026-08-08 22:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.08ms DONE
  2026-08-08 22:18:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:18:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.17ms DONE
  2026-08-08 22:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  214.12ms DONE
  2026-08-08 22:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.26ms DONE
  2026-08-08 22:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.94ms DONE
  2026-08-08 22:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.03ms DONE
  2026-08-08 22:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.23ms DONE
  2026-08-08 22:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.73ms DONE
  2026-08-08 22:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  144.57ms DONE
  2026-08-08 22:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  153.23ms DONE
  2026-08-08 22:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.42ms DONE
  2026-08-08 22:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.22ms DONE
  2026-08-08 22:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.47ms DONE
  2026-08-08 22:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  193.33ms DONE
  2026-08-08 22:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.25ms DONE
  2026-08-08 22:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.84ms DONE
  2026-08-08 22:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.08ms DONE
  2026-08-08 22:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.48ms DONE
  2026-08-08 22:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.00ms DONE
  2026-08-08 22:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.23ms DONE
  2026-08-08 22:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.50ms DONE
  2026-08-08 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.38ms DONE
  2026-08-08 22:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.09ms DONE
  2026-08-08 22:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.33ms DONE
  2026-08-08 22:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.39ms DONE
  2026-08-08 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.49ms DONE
  2026-08-08 22:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.75ms DONE
  2026-08-08 22:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.58ms DONE
  2026-08-08 22:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.70ms DONE
  2026-08-08 22:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.82ms DONE
  2026-08-08 22:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.17ms DONE
  2026-08-08 22:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.97ms DONE
  2026-08-08 22:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.66ms DONE
  2026-08-08 22:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:50:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.35ms DONE
  2026-08-08 22:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.32ms DONE
  2026-08-08 22:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.73ms DONE
  2026-08-08 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.28ms DONE
  2026-08-08 22:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.09ms DONE
  2026-08-08 22:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  195.67ms DONE
  2026-08-08 22:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.07ms DONE
  2026-08-08 22:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.84ms DONE
  2026-08-08 22:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.00ms DONE
  2026-08-08 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.80ms DONE
  2026-08-08 23:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  195.17ms DONE
  2026-08-08 23:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.96ms DONE
  2026-08-08 23:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.09ms DONE
  2026-08-08 23:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.67ms DONE
  2026-08-08 23:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.88ms DONE
  2026-08-08 23:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.43ms DONE
  2026-08-08 23:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.14ms DONE
  2026-08-08 23:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.86ms DONE
  2026-08-08 23:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.73ms DONE
  2026-08-08 23:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.45ms DONE
  2026-08-08 23:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.17ms DONE
  2026-08-08 23:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.11ms DONE
  2026-08-08 23:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.75ms DONE
  2026-08-08 23:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.97ms DONE
  2026-08-08 23:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.13ms DONE
  2026-08-08 23:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.01ms DONE
  2026-08-08 23:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.69ms DONE
  2026-08-08 23:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.71ms DONE
  2026-08-08 23:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.04ms DONE
  2026-08-08 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.68ms DONE
  2026-08-08 23:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.47ms DONE
  2026-08-08 23:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.66ms DONE
  2026-08-08 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.09ms DONE
  2026-08-08 23:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.14ms DONE
  2026-08-08 23:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.76ms DONE
  2026-08-08 23:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.68ms DONE
  2026-08-08 23:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.71ms DONE
  2026-08-08 23:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.01ms DONE
  2026-08-08 23:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.40ms DONE
  2026-08-08 23:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.82ms DONE
  2026-08-08 23:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.78ms DONE
  2026-08-08 23:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.23ms DONE
  2026-08-08 23:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.14ms DONE
  2026-08-08 23:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.90ms DONE
  2026-08-08 23:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.65ms DONE
  2026-08-08 23:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.55ms DONE
  2026-08-08 23:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.53ms DONE
  2026-08-08 23:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.09ms DONE
  2026-08-08 23:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.24ms DONE
  2026-08-08 23:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.41ms DONE
  2026-08-08 23:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  238.13ms DONE
  2026-08-08 23:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.87ms DONE
  2026-08-08 23:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.86ms DONE
  2026-08-08 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.05ms DONE
  2026-08-08 23:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.14ms DONE
  2026-08-08 23:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  153.38ms DONE
  2026-08-08 23:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.20ms DONE
  2026-08-08 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.98ms DONE
  2026-08-08 23:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.23ms DONE
  2026-08-08 23:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.69ms DONE
  2026-08-08 23:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.17ms DONE
  2026-08-08 23:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.18ms DONE
  2026-08-08 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.22ms DONE
  2026-08-08 23:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.17ms DONE
  2026-08-08 23:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-08-08 23:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.10ms DONE
  2026-08-08 23:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.68ms DONE
  2026-08-08 23:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.25ms DONE
  2026-08-08 23:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.15ms DONE
  2026-08-08 23:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-08 23:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.52ms DONE
  2026-08-09 00:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.33ms DONE
  2026-08-09 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.28ms DONE
  2026-08-09 00:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.52ms DONE
  2026-08-09 00:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.39ms DONE
  2026-08-09 00:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.04ms DONE
  2026-08-09 00:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.56ms DONE
  2026-08-09 00:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.35ms DONE
  2026-08-09 00:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.66ms DONE
  2026-08-09 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.40ms DONE
  2026-08-09 00:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.30ms DONE
  2026-08-09 00:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.42ms DONE
  2026-08-09 00:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.02ms DONE
  2026-08-09 00:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.17ms DONE
  2026-08-09 00:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.16ms DONE
  2026-08-09 00:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.31ms DONE
  2026-08-09 00:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.48ms DONE
  2026-08-09 00:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.39ms DONE
  2026-08-09 00:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.43ms DONE
  2026-08-09 00:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.11ms DONE
  2026-08-09 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.43ms DONE
  2026-08-09 00:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:20:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  217.87ms DONE
  2026-08-09 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.13ms DONE
  2026-08-09 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.99ms DONE
  2026-08-09 00:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.24ms DONE
  2026-08-09 00:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.24ms DONE
  2026-08-09 00:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.32ms DONE
  2026-08-09 00:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.54ms DONE
  2026-08-09 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.56ms DONE
  2026-08-09 00:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.69ms DONE
  2026-08-09 00:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.17ms DONE
  2026-08-09 00:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.84ms DONE
  2026-08-09 00:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.95ms DONE
  2026-08-09 00:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.59ms DONE
  2026-08-09 00:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.26ms DONE
  2026-08-09 00:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.08ms DONE
  2026-08-09 00:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.06ms DONE
  2026-08-09 00:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.79ms DONE
  2026-08-09 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.07ms DONE
  2026-08-09 00:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.81ms DONE
  2026-08-09 00:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.24ms DONE
  2026-08-09 00:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.71ms DONE
  2026-08-09 00:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.03ms DONE
  2026-08-09 00:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.45ms DONE
  2026-08-09 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.71ms DONE
  2026-08-09 00:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.27ms DONE
  2026-08-09 00:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.16ms DONE
  2026-08-09 00:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.12ms DONE
  2026-08-09 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.41ms DONE
  2026-08-09 00:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.33ms DONE
  2026-08-09 00:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.05ms DONE
  2026-08-09 00:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.92ms DONE
  2026-08-09 00:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.97ms DONE
  2026-08-09 00:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.79ms DONE
  2026-08-09 00:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.47ms DONE
  2026-08-09 00:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.99ms DONE
  2026-08-09 00:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.55ms DONE
  2026-08-09 00:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.76ms DONE
  2026-08-09 00:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.99ms DONE
  2026-08-09 00:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.75ms DONE
  2026-08-09 00:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 00:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.69ms DONE
  2026-08-09 01:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.17ms DONE
  2026-08-09 01:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.43ms DONE
  2026-08-09 01:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.40ms DONE
  2026-08-09 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.82ms DONE
  2026-08-09 01:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.35ms DONE
  2026-08-09 01:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.58ms DONE
  2026-08-09 01:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.64ms DONE
  2026-08-09 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.23ms DONE
  2026-08-09 01:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.18ms DONE
  2026-08-09 01:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.65ms DONE
  2026-08-09 01:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.72ms DONE
  2026-08-09 01:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.30ms DONE
  2026-08-09 01:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.07ms DONE
  2026-08-09 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.95ms DONE
  2026-08-09 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.02ms DONE
  2026-08-09 01:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.18ms DONE
  2026-08-09 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.95ms DONE
  2026-08-09 01:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.84ms DONE
  2026-08-09 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.83ms DONE
  2026-08-09 01:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.76ms DONE
  2026-08-09 01:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  106.19ms DONE
  2026-08-09 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.48ms DONE
  2026-08-09 01:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.44ms DONE
  2026-08-09 01:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.75ms DONE
  2026-08-09 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.02ms DONE
  2026-08-09 01:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.73ms DONE
  2026-08-09 01:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.16ms DONE
  2026-08-09 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.60ms DONE
  2026-08-09 01:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.19ms DONE
  2026-08-09 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.06ms DONE
  2026-08-09 01:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.48ms DONE
  2026-08-09 01:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.53ms DONE
  2026-08-09 01:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.62ms DONE
  2026-08-09 01:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.11ms DONE
  2026-08-09 01:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.70ms DONE
  2026-08-09 01:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.56ms DONE
  2026-08-09 01:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.50ms DONE
  2026-08-09 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.27ms DONE
  2026-08-09 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.95ms DONE
  2026-08-09 01:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.82ms DONE
  2026-08-09 01:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.87ms DONE
  2026-08-09 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.58ms DONE
  2026-08-09 01:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.36ms DONE
  2026-08-09 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.21ms DONE
  2026-08-09 01:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.34ms DONE
  2026-08-09 01:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.52ms DONE
  2026-08-09 01:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.54ms DONE
  2026-08-09 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.35ms DONE
  2026-08-09 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.03ms DONE
  2026-08-09 01:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.28ms DONE
  2026-08-09 01:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.04ms DONE
  2026-08-09 01:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.40ms DONE
  2026-08-09 01:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.84ms DONE
  2026-08-09 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.83ms DONE
  2026-08-09 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.83ms DONE
  2026-08-09 01:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.47ms DONE
  2026-08-09 01:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.85ms DONE
  2026-08-09 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.43ms DONE
  2026-08-09 01:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.29ms DONE
  2026-08-09 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.47ms DONE
  2026-08-09 02:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  211.44ms DONE
  2026-08-09 02:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.67ms DONE
  2026-08-09 02:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.58ms DONE
  2026-08-09 02:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.00ms DONE
  2026-08-09 02:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.11ms DONE
  2026-08-09 02:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.83ms DONE
  2026-08-09 02:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.91ms DONE
  2026-08-09 02:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.54ms DONE
  2026-08-09 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.38ms DONE
  2026-08-09 02:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.17ms DONE
  2026-08-09 02:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.65ms DONE
  2026-08-09 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.88ms DONE
  2026-08-09 02:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.19ms DONE
  2026-08-09 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.18ms DONE
  2026-08-09 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.80ms DONE
  2026-08-09 02:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.41ms DONE
  2026-08-09 02:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.11ms DONE
  2026-08-09 02:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  220.54ms DONE
  2026-08-09 02:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.72ms DONE
  2026-08-09 02:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.84ms DONE
  2026-08-09 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.31ms DONE
  2026-08-09 02:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.35ms DONE
  2026-08-09 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.11ms DONE
  2026-08-09 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.00ms DONE
  2026-08-09 02:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.16ms DONE
  2026-08-09 02:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.72ms DONE
  2026-08-09 02:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.69ms DONE
  2026-08-09 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.10ms DONE
  2026-08-09 02:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.27ms DONE
  2026-08-09 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.76ms DONE
  2026-08-09 02:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.58ms DONE
  2026-08-09 02:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.57ms DONE
  2026-08-09 02:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.98ms DONE
  2026-08-09 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.56ms DONE
  2026-08-09 02:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.00ms DONE
  2026-08-09 02:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.06ms DONE
  2026-08-09 02:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.21ms DONE
  2026-08-09 02:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.62ms DONE
  2026-08-09 02:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.26ms DONE
  2026-08-09 02:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.30ms DONE
  2026-08-09 02:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.98ms DONE
  2026-08-09 02:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.29ms DONE
  2026-08-09 02:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.64ms DONE
  2026-08-09 02:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.47ms DONE
  2026-08-09 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.19ms DONE
  2026-08-09 02:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.23ms DONE
  2026-08-09 02:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.21ms DONE
  2026-08-09 02:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.12ms DONE
  2026-08-09 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.35ms DONE
  2026-08-09 02:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.46ms DONE
  2026-08-09 02:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.42ms DONE
  2026-08-09 02:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.26ms DONE
  2026-08-09 02:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.34ms DONE
  2026-08-09 02:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.27ms DONE
  2026-08-09 02:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.58ms DONE
  2026-08-09 02:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.14ms DONE
  2026-08-09 02:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.45ms DONE
  2026-08-09 02:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.80ms DONE
  2026-08-09 02:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.23ms DONE
  2026-08-09 02:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 02:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.98ms DONE
  2026-08-09 03:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.56ms DONE
  2026-08-09 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.09ms DONE
  2026-08-09 03:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.85ms DONE
  2026-08-09 03:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.54ms DONE
  2026-08-09 03:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.39ms DONE
  2026-08-09 03:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.61ms DONE
  2026-08-09 03:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.81ms DONE
  2026-08-09 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.91ms DONE
  2026-08-09 03:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.07ms DONE
  2026-08-09 03:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.13ms DONE
  2026-08-09 03:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.40ms DONE
  2026-08-09 03:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.14ms DONE
  2026-08-09 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.18ms DONE
  2026-08-09 03:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.12ms DONE
  2026-08-09 03:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.25ms DONE
  2026-08-09 03:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.34ms DONE
  2026-08-09 03:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.85ms DONE
  2026-08-09 03:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  89.45ms DONE
  2026-08-09 03:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.88ms DONE
  2026-08-09 03:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.87ms DONE
  2026-08-09 03:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.15ms DONE
  2026-08-09 03:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.65ms DONE
  2026-08-09 03:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.21ms DONE
  2026-08-09 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.90ms DONE
  2026-08-09 03:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.30ms DONE
  2026-08-09 03:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  103.66ms DONE
  2026-08-09 03:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.45ms DONE
  2026-08-09 03:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.35ms DONE
  2026-08-09 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.36ms DONE
  2026-08-09 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.13ms DONE
  2026-08-09 03:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.24ms DONE
  2026-08-09 03:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.37ms DONE
  2026-08-09 03:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.50ms DONE
  2026-08-09 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.73ms DONE
  2026-08-09 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.71ms DONE
  2026-08-09 03:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.54ms DONE
  2026-08-09 03:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.74ms DONE
  2026-08-09 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.11ms DONE
  2026-08-09 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.78ms DONE
  2026-08-09 03:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.35ms DONE
  2026-08-09 03:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.50ms DONE
  2026-08-09 03:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.60ms DONE
  2026-08-09 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.63ms DONE
  2026-08-09 03:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.41ms DONE
  2026-08-09 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.30ms DONE
  2026-08-09 03:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.28ms DONE
  2026-08-09 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.29ms DONE
  2026-08-09 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.03ms DONE
  2026-08-09 03:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.83ms DONE
  2026-08-09 03:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.35ms DONE
  2026-08-09 03:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.95ms DONE
  2026-08-09 03:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.94ms DONE
  2026-08-09 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.01ms DONE
  2026-08-09 03:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.06ms DONE
  2026-08-09 03:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.62ms DONE
  2026-08-09 03:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.55ms DONE
  2026-08-09 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.47ms DONE
  2026-08-09 03:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.84ms DONE
  2026-08-09 03:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.35ms DONE
  2026-08-09 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.61ms DONE
  2026-08-09 04:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.09ms DONE
  2026-08-09 04:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.25ms DONE
  2026-08-09 04:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  122.48ms DONE
  2026-08-09 04:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.32ms DONE
  2026-08-09 04:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.76ms DONE
  2026-08-09 04:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.50ms DONE
  2026-08-09 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.37ms DONE
  2026-08-09 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.08ms DONE
  2026-08-09 04:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.12ms DONE
  2026-08-09 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.20ms DONE
  2026-08-09 04:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.04ms DONE
  2026-08-09 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.10ms DONE
  2026-08-09 04:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.81ms DONE
  2026-08-09 04:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.70ms DONE
  2026-08-09 04:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.20ms DONE
  2026-08-09 04:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.16ms DONE
  2026-08-09 04:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.15ms DONE
  2026-08-09 04:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.68ms DONE
  2026-08-09 04:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.57ms DONE
  2026-08-09 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.15ms DONE
  2026-08-09 04:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.45ms DONE
  2026-08-09 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.14ms DONE
  2026-08-09 04:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.49ms DONE
  2026-08-09 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.25ms DONE
  2026-08-09 04:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.87ms DONE
  2026-08-09 04:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.57ms DONE
  2026-08-09 04:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.42ms DONE
  2026-08-09 04:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.38ms DONE
  2026-08-09 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.83ms DONE
  2026-08-09 04:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.42ms DONE
  2026-08-09 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.02ms DONE
  2026-08-09 04:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.90ms DONE
  2026-08-09 04:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.00ms DONE
  2026-08-09 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.47ms DONE
  2026-08-09 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.25ms DONE
  2026-08-09 04:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.13ms DONE
  2026-08-09 04:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.29ms DONE
  2026-08-09 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.23ms DONE
  2026-08-09 04:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.90ms DONE
  2026-08-09 04:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.90ms DONE
  2026-08-09 04:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.77ms DONE
  2026-08-09 04:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.00ms DONE
  2026-08-09 04:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.59ms DONE
  2026-08-09 04:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.67ms DONE
  2026-08-09 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.38ms DONE
  2026-08-09 04:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.23ms DONE
  2026-08-09 04:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.60ms DONE
  2026-08-09 04:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.03ms DONE
  2026-08-09 04:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.57ms DONE
  2026-08-09 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.51ms DONE
  2026-08-09 04:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.50ms DONE
  2026-08-09 04:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.01ms DONE
  2026-08-09 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.85ms DONE
  2026-08-09 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.57ms DONE
  2026-08-09 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.72ms DONE
  2026-08-09 04:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.04ms DONE
  2026-08-09 04:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.38ms DONE
  2026-08-09 04:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.17ms DONE
  2026-08-09 04:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.55ms DONE
  2026-08-09 04:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 04:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.02ms DONE
  2026-08-09 05:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.28ms DONE
  2026-08-09 05:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.42ms DONE
  2026-08-09 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.53ms DONE
  2026-08-09 05:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.87ms DONE
  2026-08-09 05:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.53ms DONE
  2026-08-09 05:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.83ms DONE
  2026-08-09 05:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.97ms DONE
  2026-08-09 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.59ms DONE
  2026-08-09 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.59ms DONE
  2026-08-09 05:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.25ms DONE
  2026-08-09 05:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.09ms DONE
  2026-08-09 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.34ms DONE
  2026-08-09 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.59ms DONE
  2026-08-09 05:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.53ms DONE
  2026-08-09 05:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.91ms DONE
  2026-08-09 05:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.08ms DONE
  2026-08-09 05:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.36ms DONE
  2026-08-09 05:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  116.27ms DONE
  2026-08-09 05:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.78ms DONE
  2026-08-09 05:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.85ms DONE
  2026-08-09 05:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.13ms DONE
  2026-08-09 05:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.94ms DONE
  2026-08-09 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.63ms DONE
  2026-08-09 05:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.41ms DONE
  2026-08-09 05:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.16ms DONE
  2026-08-09 05:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.73ms DONE
  2026-08-09 05:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.39ms DONE
  2026-08-09 05:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.90ms DONE
  2026-08-09 05:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.59ms DONE
  2026-08-09 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.75ms DONE
  2026-08-09 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.02ms DONE
  2026-08-09 05:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.62ms DONE
  2026-08-09 05:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.60ms DONE
  2026-08-09 05:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.99ms DONE
  2026-08-09 05:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.53ms DONE
  2026-08-09 05:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.73ms DONE
  2026-08-09 05:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.08ms DONE
  2026-08-09 05:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.14ms DONE
  2026-08-09 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.35ms DONE
  2026-08-09 05:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  130.92ms DONE
  2026-08-09 05:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.29ms DONE
  2026-08-09 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.05ms DONE
  2026-08-09 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.82ms DONE
  2026-08-09 05:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-08-09 05:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.61ms DONE
  2026-08-09 05:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.87ms DONE
  2026-08-09 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.41ms DONE
  2026-08-09 05:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.98ms DONE
  2026-08-09 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.51ms DONE
  2026-08-09 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.36ms DONE
  2026-08-09 05:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.29ms DONE
  2026-08-09 05:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.75ms DONE
  2026-08-09 05:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.77ms DONE
  2026-08-09 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.14ms DONE
  2026-08-09 05:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.33ms DONE
  2026-08-09 05:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.80ms DONE
  2026-08-09 05:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.69ms DONE
  2026-08-09 05:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.85ms DONE
  2026-08-09 05:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.49ms DONE
  2026-08-09 05:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 05:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.82ms DONE
  2026-08-09 06:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.56ms DONE
  2026-08-09 06:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.49ms DONE
  2026-08-09 06:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.40ms DONE
  2026-08-09 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.21ms DONE
  2026-08-09 06:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.67ms DONE
  2026-08-09 06:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.70ms DONE
  2026-08-09 06:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.48ms DONE
  2026-08-09 06:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.03ms DONE
  2026-08-09 06:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.00ms DONE
  2026-08-09 06:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.88ms DONE
  2026-08-09 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.82ms DONE
  2026-08-09 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.74ms DONE
  2026-08-09 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.83ms DONE
  2026-08-09 06:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.16ms DONE
  2026-08-09 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.94ms DONE
  2026-08-09 06:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  168.48ms DONE
  2026-08-09 06:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.21ms DONE
  2026-08-09 06:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  141.47ms DONE
  2026-08-09 06:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.54ms DONE
  2026-08-09 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.04ms DONE
  2026-08-09 06:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.10ms DONE
  2026-08-09 06:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.94ms DONE
  2026-08-09 06:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.22ms DONE
  2026-08-09 06:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.77ms DONE
  2026-08-09 06:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.05ms DONE
  2026-08-09 06:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  128.54ms DONE
  2026-08-09 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.22ms DONE
  2026-08-09 06:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.55ms DONE
  2026-08-09 06:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.31ms DONE
  2026-08-09 06:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.68ms DONE
  2026-08-09 06:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.91ms DONE
  2026-08-09 06:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.33ms DONE
  2026-08-09 06:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.01ms DONE
  2026-08-09 06:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  145.68ms DONE
  2026-08-09 06:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.12ms DONE
  2026-08-09 06:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.31ms DONE
  2026-08-09 06:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.08ms DONE
  2026-08-09 06:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.19ms DONE
  2026-08-09 06:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.23ms DONE
  2026-08-09 06:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.39ms DONE
  2026-08-09 06:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.70ms DONE
  2026-08-09 06:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.76ms DONE
  2026-08-09 06:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:42:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.06ms DONE
  2026-08-09 06:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.10ms DONE
  2026-08-09 06:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.40ms DONE
  2026-08-09 06:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.28ms DONE
  2026-08-09 06:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.35ms DONE
  2026-08-09 06:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.92ms DONE
  2026-08-09 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.73ms DONE
  2026-08-09 06:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.25ms DONE
  2026-08-09 06:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  89.98ms DONE
  2026-08-09 06:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.41ms DONE
  2026-08-09 06:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.92ms DONE
  2026-08-09 06:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.03ms DONE
  2026-08-09 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.31ms DONE
  2026-08-09 06:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  239.15ms DONE
  2026-08-09 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.07ms DONE
  2026-08-09 06:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.94ms DONE
  2026-08-09 06:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.16ms DONE
  2026-08-09 06:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 06:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.63ms DONE
  2026-08-09 07:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  166.45ms DONE
  2026-08-09 07:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.09ms DONE
  2026-08-09 07:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.06ms DONE
  2026-08-09 07:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.42ms DONE
  2026-08-09 07:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.03ms DONE
  2026-08-09 07:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  91.03ms DONE
  2026-08-09 07:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.19ms DONE
  2026-08-09 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.59ms DONE
  2026-08-09 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.29ms DONE
  2026-08-09 07:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.05ms DONE
  2026-08-09 07:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  180.09ms DONE
  2026-08-09 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.41ms DONE
  2026-08-09 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.25ms DONE
  2026-08-09 07:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.53ms DONE
  2026-08-09 07:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.29ms DONE
  2026-08-09 07:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.68ms DONE
  2026-08-09 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.13ms DONE
  2026-08-09 07:17:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:17:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  182.92ms DONE
  2026-08-09 07:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.70ms DONE
  2026-08-09 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.85ms DONE
  2026-08-09 07:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.35ms DONE
  2026-08-09 07:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  163.68ms DONE
  2026-08-09 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.85ms DONE
  2026-08-09 07:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.83ms DONE
  2026-08-09 07:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.73ms DONE
  2026-08-09 07:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.37ms DONE
  2026-08-09 07:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.92ms DONE
  2026-08-09 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.74ms DONE
  2026-08-09 07:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.70ms DONE
  2026-08-09 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.56ms DONE
  2026-08-09 07:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.53ms DONE
  2026-08-09 07:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.48ms DONE
  2026-08-09 07:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.67ms DONE
  2026-08-09 07:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.49ms DONE
  2026-08-09 07:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.56ms DONE
  2026-08-09 07:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:35:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.71ms DONE
  2026-08-09 07:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.52ms DONE
  2026-08-09 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.33ms DONE
  2026-08-09 07:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.15ms DONE
  2026-08-09 07:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.47ms DONE
  2026-08-09 07:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.81ms DONE
  2026-08-09 07:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.11ms DONE
  2026-08-09 07:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.51ms DONE
  2026-08-09 07:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.97ms DONE
  2026-08-09 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.52ms DONE
  2026-08-09 07:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.35ms DONE
  2026-08-09 07:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.01ms DONE
  2026-08-09 07:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.58ms DONE
  2026-08-09 07:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.26ms DONE
  2026-08-09 07:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.82ms DONE
  2026-08-09 07:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.70ms DONE
  2026-08-09 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.29ms DONE
  2026-08-09 07:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.01ms DONE
  2026-08-09 07:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.42ms DONE
  2026-08-09 07:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.00ms DONE
  2026-08-09 07:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.88ms DONE
  2026-08-09 07:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.46ms DONE
  2026-08-09 07:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.90ms DONE
  2026-08-09 07:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.59ms DONE
  2026-08-09 07:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 07:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.44ms DONE
  2026-08-09 08:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.99ms DONE
  2026-08-09 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.02ms DONE
  2026-08-09 08:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.00ms DONE
  2026-08-09 08:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.79ms DONE
  2026-08-09 08:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.84ms DONE
  2026-08-09 08:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  248.15ms DONE
  2026-08-09 08:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.69ms DONE
  2026-08-09 08:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.93ms DONE
  2026-08-09 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.84ms DONE
  2026-08-09 08:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.75ms DONE
  2026-08-09 08:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.36ms DONE
  2026-08-09 08:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.30ms DONE
  2026-08-09 08:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.54ms DONE
  2026-08-09 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.00ms DONE
  2026-08-09 08:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.71ms DONE
  2026-08-09 08:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  95.91ms DONE
  2026-08-09 08:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.41ms DONE
  2026-08-09 08:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.91ms DONE
  2026-08-09 08:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.93ms DONE
  2026-08-09 08:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  163.44ms DONE
  2026-08-09 08:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.87ms DONE
  2026-08-09 08:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  110.66ms DONE
  2026-08-09 08:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.14ms DONE
  2026-08-09 08:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.98ms DONE
  2026-08-09 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.35ms DONE
  2026-08-09 08:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.12ms DONE
  2026-08-09 08:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.51ms DONE
  2026-08-09 08:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.74ms DONE
  2026-08-09 08:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.42ms DONE
  2026-08-09 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.38ms DONE
  2026-08-09 08:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  216.97ms DONE
  2026-08-09 08:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.74ms DONE
  2026-08-09 08:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.96ms DONE
  2026-08-09 08:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.31ms DONE
  2026-08-09 08:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.86ms DONE
  2026-08-09 08:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.16ms DONE
  2026-08-09 08:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.86ms DONE
  2026-08-09 08:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.15ms DONE
  2026-08-09 08:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.68ms DONE
  2026-08-09 08:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  206.31ms DONE
  2026-08-09 08:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.66ms DONE
  2026-08-09 08:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.30ms DONE
  2026-08-09 08:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.69ms DONE
  2026-08-09 08:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.35ms DONE
  2026-08-09 08:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.96ms DONE
  2026-08-09 08:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.53ms DONE
  2026-08-09 08:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.72ms DONE
  2026-08-09 08:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  188.21ms DONE
  2026-08-09 08:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.34ms DONE
  2026-08-09 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.68ms DONE
  2026-08-09 08:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.22ms DONE
  2026-08-09 08:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.62ms DONE
  2026-08-09 08:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.25ms DONE
  2026-08-09 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.09ms DONE
  2026-08-09 08:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.36ms DONE
  2026-08-09 08:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.01ms DONE
  2026-08-09 08:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.64ms DONE
  2026-08-09 08:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.69ms DONE
  2026-08-09 08:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.41ms DONE
  2026-08-09 08:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 08:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.82ms DONE
  2026-08-09 09:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.10ms DONE
  2026-08-09 09:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.90ms DONE
  2026-08-09 09:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.01ms DONE
  2026-08-09 09:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.22ms DONE
  2026-08-09 09:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.10ms DONE
  2026-08-09 09:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.53ms DONE
  2026-08-09 09:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.42ms DONE
  2026-08-09 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.03ms DONE
  2026-08-09 09:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.81ms DONE
  2026-08-09 09:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.19ms DONE
  2026-08-09 09:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.61ms DONE
  2026-08-09 09:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.44ms DONE
  2026-08-09 09:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  150.43ms DONE
  2026-08-09 09:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.86ms DONE
  2026-08-09 09:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.63ms DONE
  2026-08-09 09:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.95ms DONE
  2026-08-09 09:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.70ms DONE
  2026-08-09 09:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  418.43ms DONE
  2026-08-09 09:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.80ms DONE
  2026-08-09 09:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.54ms DONE
  2026-08-09 09:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.64ms DONE
  2026-08-09 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.21ms DONE
  2026-08-09 09:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.11ms DONE
  2026-08-09 09:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.34ms DONE
  2026-08-09 09:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.02ms DONE
  2026-08-09 09:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.50ms DONE
  2026-08-09 09:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.88ms DONE
  2026-08-09 09:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.11ms DONE
  2026-08-09 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.56ms DONE
  2026-08-09 09:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.83ms DONE
  2026-08-09 09:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.17ms DONE
  2026-08-09 09:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.05ms DONE
  2026-08-09 09:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.22ms DONE
  2026-08-09 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.75ms DONE
  2026-08-09 09:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.11ms DONE
  2026-08-09 09:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.75ms DONE
  2026-08-09 09:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.00ms DONE
  2026-08-09 09:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:37:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  246.76ms DONE
  2026-08-09 09:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.06ms DONE
  2026-08-09 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.27ms DONE
  2026-08-09 09:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.65ms DONE
  2026-08-09 09:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.08ms DONE
  2026-08-09 09:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.50ms DONE
  2026-08-09 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.92ms DONE
  2026-08-09 09:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:44:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.10ms DONE
  2026-08-09 09:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.67ms DONE
  2026-08-09 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.64ms DONE
  2026-08-09 09:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.18ms DONE
  2026-08-09 09:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.56ms DONE
  2026-08-09 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.63ms DONE
  2026-08-09 09:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.11ms DONE
  2026-08-09 09:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.59ms DONE
  2026-08-09 09:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.87ms DONE
  2026-08-09 09:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.65ms DONE
  2026-08-09 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.09ms DONE
  2026-08-09 09:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.63ms DONE
  2026-08-09 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.52ms DONE
  2026-08-09 09:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.35ms DONE
  2026-08-09 09:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.35ms DONE
  2026-08-09 09:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 09:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.80ms DONE
  2026-08-09 10:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.88ms DONE
  2026-08-09 10:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.84ms DONE
  2026-08-09 10:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.58ms DONE
  2026-08-09 10:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.97ms DONE
  2026-08-09 10:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.15ms DONE
  2026-08-09 10:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  602.00ms DONE
  2026-08-09 10:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.11ms DONE
  2026-08-09 10:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.28ms DONE
  2026-08-09 10:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.70ms DONE
  2026-08-09 10:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.63ms DONE
  2026-08-09 10:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.45ms DONE
  2026-08-09 10:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.62ms DONE
  2026-08-09 10:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.55ms DONE
  2026-08-09 10:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.52ms DONE
  2026-08-09 10:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.47ms DONE
  2026-08-09 10:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  104.95ms DONE
  2026-08-09 10:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.14ms DONE
  2026-08-09 10:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  256.55ms DONE
  2026-08-09 10:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.59ms DONE
  2026-08-09 10:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.90ms DONE
  2026-08-09 10:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  452.05ms DONE
  2026-08-09 10:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.57ms DONE
  2026-08-09 10:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.49ms DONE
  2026-08-09 10:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.12ms DONE
  2026-08-09 10:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.06ms DONE
  2026-08-09 10:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.22ms DONE
  2026-08-09 10:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.78ms DONE
  2026-08-09 10:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.73ms DONE
  2026-08-09 10:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.78ms DONE
  2026-08-09 10:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.68ms DONE
  2026-08-09 10:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  309.67ms DONE
  2026-08-09 10:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.05ms DONE
  2026-08-09 10:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.25ms DONE
  2026-08-09 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.96ms DONE
  2026-08-09 10:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.33ms DONE
  2026-08-09 10:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.48ms DONE
  2026-08-09 10:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.57ms DONE
  2026-08-09 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.14ms DONE
  2026-08-09 10:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.28ms DONE
  2026-08-09 10:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.00ms DONE
  2026-08-09 10:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.44ms DONE
  2026-08-09 10:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.74ms DONE
  2026-08-09 10:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.15ms DONE
  2026-08-09 10:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.24ms DONE
  2026-08-09 10:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.23ms DONE
  2026-08-09 10:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.77ms DONE
  2026-08-09 10:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.03ms DONE
  2026-08-09 10:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.73ms DONE
  2026-08-09 10:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.37ms DONE
  2026-08-09 10:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.35ms DONE
  2026-08-09 10:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.77ms DONE
  2026-08-09 10:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.82ms DONE
  2026-08-09 10:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.68ms DONE
  2026-08-09 10:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.88ms DONE
  2026-08-09 10:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.83ms DONE
  2026-08-09 10:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.51ms DONE
  2026-08-09 10:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.04ms DONE
  2026-08-09 10:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.67ms DONE
  2026-08-09 10:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.73ms DONE
  2026-08-09 10:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 10:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.42ms DONE
  2026-08-09 11:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  387.74ms DONE
  2026-08-09 11:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  134.99ms DONE
  2026-08-09 11:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.56ms DONE
  2026-08-09 11:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.52ms DONE
  2026-08-09 11:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  347.57ms DONE
  2026-08-09 11:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  119.62ms DONE
  2026-08-09 11:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.04ms DONE
  2026-08-09 11:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.08ms DONE
  2026-08-09 11:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.47ms DONE
  2026-08-09 11:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.59ms DONE
  2026-08-09 11:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.57ms DONE
  2026-08-09 11:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.64ms DONE
  2026-08-09 11:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.87ms DONE
  2026-08-09 11:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.46ms DONE
  2026-08-09 11:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.11ms DONE
  2026-08-09 11:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.87ms DONE
  2026-08-09 11:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.01ms DONE
  2026-08-09 11:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  408.85ms DONE
  2026-08-09 11:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.02ms DONE
  2026-08-09 11:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.95ms DONE
  2026-08-09 11:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.84ms DONE
  2026-08-09 11:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.02ms DONE
  2026-08-09 11:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.08ms DONE
  2026-08-09 11:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.84ms DONE
  2026-08-09 11:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.25ms DONE
  2026-08-09 11:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.44ms DONE
  2026-08-09 11:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.56ms DONE
  2026-08-09 11:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.65ms DONE
  2026-08-09 11:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.80ms DONE
  2026-08-09 11:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.47ms DONE
  2026-08-09 11:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.37ms DONE
  2026-08-09 11:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.12ms DONE
  2026-08-09 11:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.99ms DONE
  2026-08-09 11:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.32ms DONE
  2026-08-09 11:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.93ms DONE
  2026-08-09 11:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.66ms DONE
  2026-08-09 11:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.84ms DONE
  2026-08-09 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.15ms DONE
  2026-08-09 11:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.83ms DONE
  2026-08-09 11:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1s DONE
  2026-08-09 11:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.35ms DONE
  2026-08-09 11:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.62ms DONE
  2026-08-09 11:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.34ms DONE
  2026-08-09 11:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.06ms DONE
  2026-08-09 11:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.79ms DONE
  2026-08-09 11:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.91ms DONE
  2026-08-09 11:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.28ms DONE
  2026-08-09 11:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.53ms DONE
  2026-08-09 11:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.12ms DONE
  2026-08-09 11:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.26ms DONE
  2026-08-09 11:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.10ms DONE
  2026-08-09 11:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.87ms DONE
  2026-08-09 11:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.09ms DONE
  2026-08-09 11:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.25ms DONE
  2026-08-09 11:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.10ms DONE
  2026-08-09 11:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.64ms DONE
  2026-08-09 11:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.78ms DONE
  2026-08-09 11:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.05ms DONE
  2026-08-09 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.21ms DONE
  2026-08-09 11:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 11:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.78ms DONE
  2026-08-09 12:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.32ms DONE
  2026-08-09 12:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.01ms DONE
  2026-08-09 12:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.52ms DONE
  2026-08-09 12:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.12ms DONE
  2026-08-09 12:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.22ms DONE
  2026-08-09 12:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  344.25ms DONE
  2026-08-09 12:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.96ms DONE
  2026-08-09 12:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.78ms DONE
  2026-08-09 12:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.41ms DONE
  2026-08-09 12:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.24ms DONE
  2026-08-09 12:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.87ms DONE
  2026-08-09 12:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.44ms DONE
  2026-08-09 12:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.87ms DONE
  2026-08-09 12:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.99ms DONE
  2026-08-09 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.20ms DONE
  2026-08-09 12:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.03ms DONE
  2026-08-09 12:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.26ms DONE
  2026-08-09 12:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  272.10ms DONE
  2026-08-09 12:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.49ms DONE
  2026-08-09 12:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.16ms DONE
  2026-08-09 12:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  331.02ms DONE
  2026-08-09 12:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.37ms DONE
  2026-08-09 12:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.94ms DONE
  2026-08-09 12:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.09ms DONE
  2026-08-09 12:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.01ms DONE
  2026-08-09 12:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.96ms DONE
  2026-08-09 12:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.99ms DONE
  2026-08-09 12:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.26ms DONE
  2026-08-09 12:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.48ms DONE
  2026-08-09 12:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.18ms DONE
  2026-08-09 12:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.55ms DONE
  2026-08-09 12:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  107.61ms DONE
  2026-08-09 12:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.95ms DONE
  2026-08-09 12:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.95ms DONE
  2026-08-09 12:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.63ms DONE
  2026-08-09 12:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.99ms DONE
  2026-08-09 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.52ms DONE
  2026-08-09 12:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.72ms DONE
  2026-08-09 12:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.00ms DONE
  2026-08-09 12:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.37ms DONE
  2026-08-09 12:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.09ms DONE
  2026-08-09 12:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.35ms DONE
  2026-08-09 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.79ms DONE
  2026-08-09 12:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.09ms DONE
  2026-08-09 12:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.14ms DONE
  2026-08-09 12:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.09ms DONE
  2026-08-09 12:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.15ms DONE
  2026-08-09 12:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.52ms DONE
  2026-08-09 12:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.86ms DONE
  2026-08-09 12:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.21ms DONE
  2026-08-09 12:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  189.80ms DONE
  2026-08-09 12:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.89ms DONE
  2026-08-09 12:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.70ms DONE
  2026-08-09 12:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.59ms DONE
  2026-08-09 12:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.28ms DONE
  2026-08-09 12:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  103.30ms DONE
  2026-08-09 12:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.09ms DONE
  2026-08-09 12:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.04ms DONE
  2026-08-09 12:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.42ms DONE
  2026-08-09 12:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 12:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.70ms DONE
  2026-08-09 13:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.48ms DONE
  2026-08-09 13:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.34ms DONE
  2026-08-09 13:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.94ms DONE
  2026-08-09 13:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.42ms DONE
  2026-08-09 13:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.78ms DONE
  2026-08-09 13:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  200.54ms DONE
  2026-08-09 13:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.01ms DONE
  2026-08-09 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.15ms DONE
  2026-08-09 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.14ms DONE
  2026-08-09 13:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.18ms DONE
  2026-08-09 13:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  367.74ms DONE
  2026-08-09 13:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.03ms DONE
  2026-08-09 13:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.46ms DONE
  2026-08-09 13:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.47ms DONE
  2026-08-09 13:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.61ms DONE
  2026-08-09 13:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.74ms DONE
  2026-08-09 13:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.67ms DONE
  2026-08-09 13:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  286.40ms DONE
  2026-08-09 13:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.37ms DONE
  2026-08-09 13:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.62ms DONE
  2026-08-09 13:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.34ms DONE
  2026-08-09 13:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.27ms DONE
  2026-08-09 13:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.16ms DONE
  2026-08-09 13:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.62ms DONE
  2026-08-09 13:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  353.77ms DONE
  2026-08-09 13:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  94.33ms DONE
  2026-08-09 13:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.12ms DONE
  2026-08-09 13:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-08-09 13:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.50ms DONE
  2026-08-09 13:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.44ms DONE
  2026-08-09 13:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.81ms DONE
  2026-08-09 13:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.46ms DONE
  2026-08-09 13:32:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:32:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.59ms DONE
  2026-08-09 13:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.15ms DONE
  2026-08-09 13:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.82ms DONE
  2026-08-09 13:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  91.80ms DONE
  2026-08-09 13:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.99ms DONE
  2026-08-09 13:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.22ms DONE
  2026-08-09 13:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.88ms DONE
  2026-08-09 13:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.14ms DONE
  2026-08-09 13:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  136.81ms DONE
  2026-08-09 13:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:41:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.52ms DONE
  2026-08-09 13:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:42:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.65ms DONE
  2026-08-09 13:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.34ms DONE
  2026-08-09 13:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.07ms DONE
  2026-08-09 13:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.14ms DONE
  2026-08-09 13:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.52ms DONE
  2026-08-09 13:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.48ms DONE
  2026-08-09 13:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.19ms DONE
  2026-08-09 13:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.75ms DONE
  2026-08-09 13:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.82ms DONE
  2026-08-09 13:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.72ms DONE
  2026-08-09 13:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.87ms DONE
  2026-08-09 13:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.53ms DONE
  2026-08-09 13:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.69ms DONE
  2026-08-09 13:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.31ms DONE
  2026-08-09 13:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.14ms DONE
  2026-08-09 13:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.93ms DONE
  2026-08-09 13:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.56ms DONE
  2026-08-09 13:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 13:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.30ms DONE
  2026-08-09 14:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  219.60ms DONE
  2026-08-09 14:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.53ms DONE
  2026-08-09 14:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.08ms DONE
  2026-08-09 14:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.11ms DONE
  2026-08-09 14:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.12ms DONE
  2026-08-09 14:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.96ms DONE
  2026-08-09 14:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  482.28ms DONE
  2026-08-09 14:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.15ms DONE
  2026-08-09 14:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  144.88ms DONE
  2026-08-09 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.53ms DONE
  2026-08-09 14:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.14ms DONE
  2026-08-09 14:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.20ms DONE
  2026-08-09 14:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.62ms DONE
  2026-08-09 14:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.66ms DONE
  2026-08-09 14:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.44ms DONE
  2026-08-09 14:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.62ms DONE
  2026-08-09 14:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  155.57ms DONE
  2026-08-09 14:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  304.14ms DONE
  2026-08-09 14:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.30ms DONE
  2026-08-09 14:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.61ms DONE
  2026-08-09 14:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.90ms DONE
  2026-08-09 14:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.58ms DONE
  2026-08-09 14:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.09ms DONE
  2026-08-09 14:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.40ms DONE
  2026-08-09 14:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.99ms DONE
  2026-08-09 14:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.22ms DONE
  2026-08-09 14:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.08ms DONE
  2026-08-09 14:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.82ms DONE
  2026-08-09 14:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.78ms DONE
  2026-08-09 14:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.95ms DONE
  2026-08-09 14:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.46ms DONE
  2026-08-09 14:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.95ms DONE
  2026-08-09 14:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.97ms DONE
  2026-08-09 14:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.02ms DONE
  2026-08-09 14:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.10ms DONE
  2026-08-09 14:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.18ms DONE
  2026-08-09 14:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.26ms DONE
  2026-08-09 14:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.03ms DONE
  2026-08-09 14:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.03ms DONE
  2026-08-09 14:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.28ms DONE
  2026-08-09 14:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.22ms DONE
  2026-08-09 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.86ms DONE
  2026-08-09 14:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.45ms DONE
  2026-08-09 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.67ms DONE
  2026-08-09 14:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.28ms DONE
  2026-08-09 14:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.96ms DONE
  2026-08-09 14:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  121.39ms DONE
  2026-08-09 14:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.08ms DONE
  2026-08-09 14:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.56ms DONE
  2026-08-09 14:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.13ms DONE
  2026-08-09 14:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.45ms DONE
  2026-08-09 14:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:51:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.53ms DONE
  2026-08-09 14:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.92ms DONE
  2026-08-09 14:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.37ms DONE
  2026-08-09 14:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.35ms DONE
  2026-08-09 14:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.20ms DONE
  2026-08-09 14:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.32ms DONE
  2026-08-09 14:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.02ms DONE
  2026-08-09 14:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.69ms DONE
  2026-08-09 14:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 14:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.13ms DONE
  2026-08-09 15:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.42ms DONE
  2026-08-09 15:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.58ms DONE
  2026-08-09 15:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.33ms DONE
  2026-08-09 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.99ms DONE
  2026-08-09 15:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.16ms DONE
  2026-08-09 15:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.73ms DONE
  2026-08-09 15:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.37ms DONE
  2026-08-09 15:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.35ms DONE
  2026-08-09 15:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.63ms DONE
  2026-08-09 15:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.14ms DONE
  2026-08-09 15:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.29ms DONE
  2026-08-09 15:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.78ms DONE
  2026-08-09 15:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.20ms DONE
  2026-08-09 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.48ms DONE
  2026-08-09 15:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.65ms DONE
  2026-08-09 15:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.37ms DONE
  2026-08-09 15:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.72ms DONE
  2026-08-09 15:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.24ms DONE
  2026-08-09 15:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.73ms DONE
  2026-08-09 15:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.02ms DONE
  2026-08-09 15:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.19ms DONE
  2026-08-09 15:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.77ms DONE
  2026-08-09 15:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.16ms DONE
  2026-08-09 15:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.34ms DONE
  2026-08-09 15:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.20ms DONE
  2026-08-09 15:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.01ms DONE
  2026-08-09 15:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.84ms DONE
  2026-08-09 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.49ms DONE
  2026-08-09 15:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.37ms DONE
  2026-08-09 15:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.88ms DONE
  2026-08-09 15:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  129.96ms DONE
  2026-08-09 15:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.49ms DONE
  2026-08-09 15:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.23ms DONE
  2026-08-09 15:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.84ms DONE
  2026-08-09 15:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.34ms DONE
  2026-08-09 15:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.81ms DONE
  2026-08-09 15:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.14ms DONE
  2026-08-09 15:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.60ms DONE
  2026-08-09 15:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.67ms DONE
  2026-08-09 15:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.82ms DONE
  2026-08-09 15:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.49ms DONE
  2026-08-09 15:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.51ms DONE
  2026-08-09 15:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.36ms DONE
  2026-08-09 15:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.53ms DONE
  2026-08-09 15:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.45ms DONE
  2026-08-09 15:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.38ms DONE
  2026-08-09 15:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.70ms DONE
  2026-08-09 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.05ms DONE
  2026-08-09 15:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.86ms DONE
  2026-08-09 15:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.52ms DONE
  2026-08-09 15:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.75ms DONE
  2026-08-09 15:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.53ms DONE
  2026-08-09 15:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.41ms DONE
  2026-08-09 15:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.24ms DONE
  2026-08-09 15:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.05ms DONE
  2026-08-09 15:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.47ms DONE
  2026-08-09 15:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.36ms DONE
  2026-08-09 15:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.42ms DONE
  2026-08-09 15:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.57ms DONE
  2026-08-09 15:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 15:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.54ms DONE
  2026-08-09 16:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.03ms DONE
  2026-08-09 16:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.99ms DONE
  2026-08-09 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.00ms DONE
  2026-08-09 16:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.93ms DONE
  2026-08-09 16:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.73ms DONE
  2026-08-09 16:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  183.24ms DONE
  2026-08-09 16:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.40ms DONE
  2026-08-09 16:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.42ms DONE
  2026-08-09 16:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.54ms DONE
  2026-08-09 16:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.39ms DONE
  2026-08-09 16:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.30ms DONE
  2026-08-09 16:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.48ms DONE
  2026-08-09 16:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.82ms DONE
  2026-08-09 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.54ms DONE
  2026-08-09 16:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.13ms DONE
  2026-08-09 16:15:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:15:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.29ms DONE
  2026-08-09 16:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.19ms DONE
  2026-08-09 16:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  114.06ms DONE
  2026-08-09 16:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  172.44ms DONE
  2026-08-09 16:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.45ms DONE
  2026-08-09 16:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.34ms DONE
  2026-08-09 16:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.35ms DONE
  2026-08-09 16:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.76ms DONE
  2026-08-09 16:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.93ms DONE
  2026-08-09 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.67ms DONE
  2026-08-09 16:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.22ms DONE
  2026-08-09 16:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  180.11ms DONE
  2026-08-09 16:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.57ms DONE
  2026-08-09 16:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.91ms DONE
  2026-08-09 16:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.84ms DONE
  2026-08-09 16:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.55ms DONE
  2026-08-09 16:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.65ms DONE
  2026-08-09 16:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.05ms DONE
  2026-08-09 16:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.72ms DONE
  2026-08-09 16:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.18ms DONE
  2026-08-09 16:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.24ms DONE
  2026-08-09 16:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.36ms DONE
  2026-08-09 16:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.01ms DONE
  2026-08-09 16:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.90ms DONE
  2026-08-09 16:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.10ms DONE
  2026-08-09 16:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.84ms DONE
  2026-08-09 16:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.59ms DONE
  2026-08-09 16:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.65ms DONE
  2026-08-09 16:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.02ms DONE
  2026-08-09 16:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.01ms DONE
  2026-08-09 16:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.41ms DONE
  2026-08-09 16:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.90ms DONE
  2026-08-09 16:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-08-09 16:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.47ms DONE
  2026-08-09 16:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.91ms DONE
  2026-08-09 16:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.70ms DONE
  2026-08-09 16:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.79ms DONE
  2026-08-09 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.21ms DONE
  2026-08-09 16:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.19ms DONE
  2026-08-09 16:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.23ms DONE
  2026-08-09 16:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.60ms DONE
  2026-08-09 16:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.81ms DONE
  2026-08-09 16:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.51ms DONE
  2026-08-09 16:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.52ms DONE
  2026-08-09 16:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 16:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.63ms DONE
  2026-08-09 17:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.17ms DONE
  2026-08-09 17:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.55ms DONE
  2026-08-09 17:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.23ms DONE
  2026-08-09 17:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-09 17:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.55ms DONE
  2026-08-09 17:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.63ms DONE
  2026-08-09 17:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.62ms DONE
  2026-08-09 17:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.52ms DONE
  2026-08-09 17:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.58ms DONE
  2026-08-09 17:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.90ms DONE
  2026-08-09 17:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.95ms DONE
  2026-08-09 17:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.90ms DONE
  2026-08-09 17:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.62ms DONE
  2026-08-09 17:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.57ms DONE
  2026-08-09 17:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.80ms DONE
  2026-08-09 17:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.54ms DONE
  2026-08-09 17:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.82ms DONE
  2026-08-09 17:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.56ms DONE
  2026-08-09 17:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.70ms DONE
  2026-08-09 17:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.15ms DONE
  2026-08-09 17:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.31ms DONE
  2026-08-09 17:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.93ms DONE
  2026-08-09 17:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.59ms DONE
  2026-08-09 17:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.66ms DONE
  2026-08-09 17:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.14ms DONE
  2026-08-09 17:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.61ms DONE
  2026-08-09 17:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.71ms DONE
  2026-08-09 17:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.62ms DONE
  2026-08-09 17:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.13ms DONE
  2026-08-09 17:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.92ms DONE
  2026-08-09 17:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.66ms DONE
  2026-08-09 17:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.19ms DONE
  2026-08-09 17:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.75ms DONE
  2026-08-09 17:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.94ms DONE
  2026-08-09 17:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.10ms DONE
  2026-08-09 17:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.10ms DONE
  2026-08-09 17:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.38ms DONE
  2026-08-09 17:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.37ms DONE
  2026-08-09 17:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.75ms DONE
  2026-08-09 17:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.88ms DONE
  2026-08-09 17:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.04ms DONE
  2026-08-09 17:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.89ms DONE
  2026-08-09 17:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.13ms DONE
  2026-08-09 17:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.31ms DONE
  2026-08-09 17:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.96ms DONE
  2026-08-09 17:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.86ms DONE
  2026-08-09 17:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.13ms DONE
  2026-08-09 17:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.37ms DONE
  2026-08-09 17:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.14ms DONE
  2026-08-09 17:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.14ms DONE
  2026-08-09 17:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.01ms DONE
  2026-08-09 17:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.39ms DONE
  2026-08-09 17:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.92ms DONE
  2026-08-09 17:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.66ms DONE
  2026-08-09 17:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.19ms DONE
  2026-08-09 17:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.60ms DONE
  2026-08-09 17:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.75ms DONE
  2026-08-09 17:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.70ms DONE
  2026-08-09 17:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.02ms DONE
  2026-08-09 17:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 17:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.90ms DONE
  2026-08-09 18:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.18ms DONE
  2026-08-09 18:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.66ms DONE
  2026-08-09 18:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.56ms DONE
  2026-08-09 18:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.66ms DONE
  2026-08-09 18:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.88ms DONE
  2026-08-09 18:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.13ms DONE
  2026-08-09 18:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.68ms DONE
  2026-08-09 18:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.23ms DONE
  2026-08-09 18:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.45ms DONE
  2026-08-09 18:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.18ms DONE
  2026-08-09 18:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.25ms DONE
  2026-08-09 18:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.90ms DONE
  2026-08-09 18:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.78ms DONE
  2026-08-09 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.11ms DONE
  2026-08-09 18:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.74ms DONE
  2026-08-09 18:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.92ms DONE
  2026-08-09 18:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.40ms DONE
  2026-08-09 18:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.42ms DONE
  2026-08-09 18:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.07ms DONE
  2026-08-09 18:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.62ms DONE
  2026-08-09 18:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.22ms DONE
  2026-08-09 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.03ms DONE
  2026-08-09 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.93ms DONE
  2026-08-09 18:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.99ms DONE
  2026-08-09 18:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.03ms DONE
  2026-08-09 18:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.44ms DONE
  2026-08-09 18:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.26ms DONE
  2026-08-09 18:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.78ms DONE
  2026-08-09 18:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.71ms DONE
  2026-08-09 18:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.81ms DONE
  2026-08-09 18:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  206.51ms DONE
  2026-08-09 18:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.41ms DONE
  2026-08-09 18:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.68ms DONE
  2026-08-09 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.77ms DONE
  2026-08-09 18:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.58ms DONE
  2026-08-09 18:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.81ms DONE
  2026-08-09 18:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.58ms DONE
  2026-08-09 18:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.18ms DONE
  2026-08-09 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.33ms DONE
  2026-08-09 18:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.90ms DONE
  2026-08-09 18:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.12ms DONE
  2026-08-09 18:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.09ms DONE
  2026-08-09 18:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.35ms DONE
  2026-08-09 18:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.55ms DONE
  2026-08-09 18:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.67ms DONE
  2026-08-09 18:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.51ms DONE
  2026-08-09 18:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.85ms DONE
  2026-08-09 18:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.58ms DONE
  2026-08-09 18:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.14ms DONE
  2026-08-09 18:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.16ms DONE
  2026-08-09 18:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.00ms DONE
  2026-08-09 18:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.88ms DONE
  2026-08-09 18:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.63ms DONE
  2026-08-09 18:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.17ms DONE
  2026-08-09 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.18ms DONE
  2026-08-09 18:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.52ms DONE
  2026-08-09 18:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.98ms DONE
  2026-08-09 18:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.29ms DONE
  2026-08-09 18:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.09ms DONE
  2026-08-09 18:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 18:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.19ms DONE
  2026-08-09 19:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.70ms DONE
  2026-08-09 19:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.74ms DONE
  2026-08-09 19:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.72ms DONE
  2026-08-09 19:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.39ms DONE
  2026-08-09 19:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.22ms DONE
  2026-08-09 19:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.44ms DONE
  2026-08-09 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.33ms DONE
  2026-08-09 19:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.70ms DONE
  2026-08-09 19:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.48ms DONE
  2026-08-09 19:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.46ms DONE
  2026-08-09 19:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.53ms DONE
  2026-08-09 19:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.05ms DONE
  2026-08-09 19:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.38ms DONE
  2026-08-09 19:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.86ms DONE
  2026-08-09 19:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.85ms DONE
  2026-08-09 19:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.64ms DONE
  2026-08-09 19:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.27ms DONE
  2026-08-09 19:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.01ms DONE
  2026-08-09 19:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.40ms DONE
  2026-08-09 19:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.74ms DONE
  2026-08-09 19:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.53ms DONE
  2026-08-09 19:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.23ms DONE
  2026-08-09 19:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.06ms DONE
  2026-08-09 19:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.84ms DONE
  2026-08-09 19:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.38ms DONE
  2026-08-09 19:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.04ms DONE
  2026-08-09 19:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.21ms DONE
  2026-08-09 19:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.32ms DONE
  2026-08-09 19:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.57ms DONE
  2026-08-09 19:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.36ms DONE
  2026-08-09 19:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.63ms DONE
  2026-08-09 19:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.74ms DONE
  2026-08-09 19:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.60ms DONE
  2026-08-09 19:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.62ms DONE
  2026-08-09 19:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.11ms DONE
  2026-08-09 19:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.71ms DONE
  2026-08-09 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.65ms DONE
  2026-08-09 19:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.04ms DONE
  2026-08-09 19:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.41ms DONE
  2026-08-09 19:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.63ms DONE
  2026-08-09 19:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.89ms DONE
  2026-08-09 19:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-09 19:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.25ms DONE
  2026-08-09 19:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.37ms DONE
  2026-08-09 19:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.47ms DONE
  2026-08-09 19:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.92ms DONE
  2026-08-09 19:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.75ms DONE
  2026-08-09 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.67ms DONE
  2026-08-09 19:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.95ms DONE
  2026-08-09 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.42ms DONE
  2026-08-09 19:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.63ms DONE
  2026-08-09 19:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.09ms DONE
  2026-08-09 19:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.90ms DONE
  2026-08-09 19:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.53ms DONE
  2026-08-09 19:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.44ms DONE
  2026-08-09 19:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.62ms DONE
  2026-08-09 19:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.08ms DONE
  2026-08-09 19:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.85ms DONE
  2026-08-09 19:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.67ms DONE
  2026-08-09 19:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 19:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.36ms DONE
  2026-08-09 20:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.33ms DONE
  2026-08-09 20:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.02ms DONE
  2026-08-09 20:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.55ms DONE
  2026-08-09 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.94ms DONE
  2026-08-09 20:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.64ms DONE
  2026-08-09 20:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.50ms DONE
  2026-08-09 20:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.84ms DONE
  2026-08-09 20:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.61ms DONE
  2026-08-09 20:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.51ms DONE
  2026-08-09 20:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.55ms DONE
  2026-08-09 20:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.05ms DONE
  2026-08-09 20:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.39ms DONE
  2026-08-09 20:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.73ms DONE
  2026-08-09 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.52ms DONE
  2026-08-09 20:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.21ms DONE
  2026-08-09 20:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.35ms DONE
  2026-08-09 20:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.38ms DONE
  2026-08-09 20:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  95.16ms DONE
  2026-08-09 20:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.69ms DONE
  2026-08-09 20:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.12ms DONE
  2026-08-09 20:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.19ms DONE
  2026-08-09 20:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.47ms DONE
  2026-08-09 20:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.13ms DONE
  2026-08-09 20:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.59ms DONE
  2026-08-09 20:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.49ms DONE
  2026-08-09 20:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  102.46ms DONE
  2026-08-09 20:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.75ms DONE
  2026-08-09 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.94ms DONE
  2026-08-09 20:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.25ms DONE
  2026-08-09 20:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.91ms DONE
  2026-08-09 20:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.83ms DONE
  2026-08-09 20:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.02ms DONE
  2026-08-09 20:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.70ms DONE
  2026-08-09 20:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.52ms DONE
  2026-08-09 20:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.65ms DONE
  2026-08-09 20:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.00ms DONE
  2026-08-09 20:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.75ms DONE
  2026-08-09 20:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.28ms DONE
  2026-08-09 20:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.82ms DONE
  2026-08-09 20:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  132.04ms DONE
  2026-08-09 20:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.57ms DONE
  2026-08-09 20:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.78ms DONE
  2026-08-09 20:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.25ms DONE
  2026-08-09 20:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.12ms DONE
  2026-08-09 20:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.47ms DONE
  2026-08-09 20:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.09ms DONE
  2026-08-09 20:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.31ms DONE
  2026-08-09 20:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.82ms DONE
  2026-08-09 20:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.20ms DONE
  2026-08-09 20:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.39ms DONE
  2026-08-09 20:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.91ms DONE
  2026-08-09 20:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.36ms DONE
  2026-08-09 20:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.79ms DONE
  2026-08-09 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.42ms DONE
  2026-08-09 20:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.50ms DONE
  2026-08-09 20:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.65ms DONE
  2026-08-09 20:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.42ms DONE
  2026-08-09 20:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.12ms DONE
  2026-08-09 20:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.03ms DONE
  2026-08-09 20:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 20:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.88ms DONE
  2026-08-09 21:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.87ms DONE
  2026-08-09 21:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.79ms DONE
  2026-08-09 21:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.86ms DONE
  2026-08-09 21:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.45ms DONE
  2026-08-09 21:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.47ms DONE
  2026-08-09 21:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.36ms DONE
  2026-08-09 21:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  395.09ms DONE
  2026-08-09 21:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.71ms DONE
  2026-08-09 21:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.37ms DONE
  2026-08-09 21:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.88ms DONE
  2026-08-09 21:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.17ms DONE
  2026-08-09 21:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.17ms DONE
  2026-08-09 21:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.26ms DONE
  2026-08-09 21:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.76ms DONE
  2026-08-09 21:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.56ms DONE
  2026-08-09 21:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.29ms DONE
  2026-08-09 21:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.00ms DONE
  2026-08-09 21:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  142.89ms DONE
  2026-08-09 21:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.47ms DONE
  2026-08-09 21:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.81ms DONE
  2026-08-09 21:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.59ms DONE
  2026-08-09 21:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.92ms DONE
  2026-08-09 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.93ms DONE
  2026-08-09 21:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.86ms DONE
  2026-08-09 21:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.37ms DONE
  2026-08-09 21:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  111.54ms DONE
  2026-08-09 21:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.71ms DONE
  2026-08-09 21:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.96ms DONE
  2026-08-09 21:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.39ms DONE
  2026-08-09 21:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.04ms DONE
  2026-08-09 21:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  171.61ms DONE
  2026-08-09 21:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.58ms DONE
  2026-08-09 21:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.33ms DONE
  2026-08-09 21:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.02ms DONE
  2026-08-09 21:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.86ms DONE
  2026-08-09 21:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.08ms DONE
  2026-08-09 21:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.72ms DONE
  2026-08-09 21:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.99ms DONE
  2026-08-09 21:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.02ms DONE
  2026-08-09 21:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.84ms DONE
  2026-08-09 21:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.08ms DONE
  2026-08-09 21:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.86ms DONE
  2026-08-09 21:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.46ms DONE
  2026-08-09 21:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.92ms DONE
  2026-08-09 21:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.73ms DONE
  2026-08-09 21:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.10ms DONE
  2026-08-09 21:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.04ms DONE
  2026-08-09 21:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  275.30ms DONE
  2026-08-09 21:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.53ms DONE
  2026-08-09 21:49:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:49:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.07ms DONE
  2026-08-09 21:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.97ms DONE
  2026-08-09 21:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.31ms DONE
  2026-08-09 21:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.94ms DONE
  2026-08-09 21:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.47ms DONE
  2026-08-09 21:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.74ms DONE
  2026-08-09 21:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  284.07ms DONE
  2026-08-09 21:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.62ms DONE
  2026-08-09 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.00ms DONE
  2026-08-09 21:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.28ms DONE
  2026-08-09 21:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 21:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.11ms DONE
  2026-08-09 22:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  311.22ms DONE
  2026-08-09 22:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.95ms DONE
  2026-08-09 22:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.10ms DONE
  2026-08-09 22:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.30ms DONE
  2026-08-09 22:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.32ms DONE
  2026-08-09 22:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.08ms DONE
  2026-08-09 22:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.15ms DONE
  2026-08-09 22:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.33ms DONE
  2026-08-09 22:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.09ms DONE
  2026-08-09 22:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.66ms DONE
  2026-08-09 22:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.95ms DONE
  2026-08-09 22:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.93ms DONE
  2026-08-09 22:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.31ms DONE
  2026-08-09 22:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.90ms DONE
  2026-08-09 22:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.55ms DONE
  2026-08-09 22:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.27ms DONE
  2026-08-09 22:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.90ms DONE
  2026-08-09 22:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.20ms DONE
  2026-08-09 22:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.70ms DONE
  2026-08-09 22:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.16ms DONE
  2026-08-09 22:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.58ms DONE
  2026-08-09 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.53ms DONE
  2026-08-09 22:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.08ms DONE
  2026-08-09 22:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.22ms DONE
  2026-08-09 22:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.96ms DONE
  2026-08-09 22:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.09ms DONE
  2026-08-09 22:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.45ms DONE
  2026-08-09 22:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.40ms DONE
  2026-08-09 22:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  130.40ms DONE
  2026-08-09 22:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.08ms DONE
  2026-08-09 22:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  161.51ms DONE
  2026-08-09 22:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.36ms DONE
  2026-08-09 22:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.58ms DONE
  2026-08-09 22:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.78ms DONE
  2026-08-09 22:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.36ms DONE
  2026-08-09 22:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.62ms DONE
  2026-08-09 22:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.80ms DONE
  2026-08-09 22:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.51ms DONE
  2026-08-09 22:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.21ms DONE
  2026-08-09 22:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.92ms DONE
  2026-08-09 22:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.17ms DONE
  2026-08-09 22:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.84ms DONE
  2026-08-09 22:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.25ms DONE
  2026-08-09 22:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.93ms DONE
  2026-08-09 22:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.94ms DONE
  2026-08-09 22:45:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:45:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.14ms DONE
  2026-08-09 22:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.62ms DONE
  2026-08-09 22:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.87ms DONE
  2026-08-09 22:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.02ms DONE
  2026-08-09 22:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.06ms DONE
  2026-08-09 22:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  199.80ms DONE
  2026-08-09 22:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.82ms DONE
  2026-08-09 22:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.27ms DONE
  2026-08-09 22:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.63ms DONE
  2026-08-09 22:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.99ms DONE
  2026-08-09 22:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.41ms DONE
  2026-08-09 22:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.06ms DONE
  2026-08-09 22:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.36ms DONE
  2026-08-09 22:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.42ms DONE
  2026-08-09 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.18ms DONE
  2026-08-09 23:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  743.38ms DONE
  2026-08-09 23:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.58ms DONE
  2026-08-09 23:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.35ms DONE
  2026-08-09 23:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.81ms DONE
  2026-08-09 23:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.97ms DONE
  2026-08-09 23:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.15ms DONE
  2026-08-09 23:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.23ms DONE
  2026-08-09 23:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.93ms DONE
  2026-08-09 23:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.13ms DONE
  2026-08-09 23:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.46ms DONE
  2026-08-09 23:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.70ms DONE
  2026-08-09 23:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.63ms DONE
  2026-08-09 23:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.37ms DONE
  2026-08-09 23:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.60ms DONE
  2026-08-09 23:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.23ms DONE
  2026-08-09 23:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.29ms DONE
  2026-08-09 23:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  89.73ms DONE
  2026-08-09 23:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  172.96ms DONE
  2026-08-09 23:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.76ms DONE
  2026-08-09 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.47ms DONE
  2026-08-09 23:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.80ms DONE
  2026-08-09 23:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.64ms DONE
  2026-08-09 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.29ms DONE
  2026-08-09 23:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.32ms DONE
  2026-08-09 23:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.65ms DONE
  2026-08-09 23:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  144.13ms DONE
  2026-08-09 23:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.48ms DONE
  2026-08-09 23:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.54ms DONE
  2026-08-09 23:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.60ms DONE
  2026-08-09 23:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.26ms DONE
  2026-08-09 23:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  140.67ms DONE
  2026-08-09 23:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.59ms DONE
  2026-08-09 23:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.42ms DONE
  2026-08-09 23:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-09 23:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.31ms DONE
  2026-08-09 23:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.68ms DONE
  2026-08-09 23:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.72ms DONE
  2026-08-09 23:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.24ms DONE
  2026-08-09 23:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.08ms DONE
  2026-08-09 23:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.06ms DONE
  2026-08-09 23:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.94ms DONE
  2026-08-09 23:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.40ms DONE
  2026-08-09 23:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.03ms DONE
  2026-08-09 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.97ms DONE
  2026-08-09 23:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.22ms DONE
  2026-08-09 23:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.80ms DONE
  2026-08-09 23:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.15ms DONE
  2026-08-09 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.34ms DONE
  2026-08-09 23:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.38ms DONE
  2026-08-09 23:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.49ms DONE
  2026-08-09 23:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.85ms DONE
  2026-08-09 23:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.32ms DONE
  2026-08-09 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.16ms DONE
  2026-08-09 23:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.57ms DONE
  2026-08-09 23:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.47ms DONE
  2026-08-09 23:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.70ms DONE
  2026-08-09 23:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.24ms DONE
  2026-08-09 23:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.37ms DONE
  2026-08-09 23:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.78ms DONE
  2026-08-09 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-09 23:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.92ms DONE
  2026-08-10 00:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  437.66ms DONE
  2026-08-10 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.23ms DONE
  2026-08-10 00:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.93ms DONE
  2026-08-10 00:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.58ms DONE
  2026-08-10 00:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.73ms DONE
  2026-08-10 00:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.32ms DONE
  2026-08-10 00:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.79ms DONE
  2026-08-10 00:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.42ms DONE
  2026-08-10 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.13ms DONE
  2026-08-10 00:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.79ms DONE
  2026-08-10 00:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.07ms DONE
  2026-08-10 00:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.95ms DONE
  2026-08-10 00:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.82ms DONE
  2026-08-10 00:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.66ms DONE
  2026-08-10 00:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.80ms DONE
  2026-08-10 00:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.41ms DONE
  2026-08-10 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.42ms DONE
  2026-08-10 00:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.03ms DONE
  2026-08-10 00:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.94ms DONE
  2026-08-10 00:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.90ms DONE
  2026-08-10 00:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.42ms DONE
  2026-08-10 00:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.80ms DONE
  2026-08-10 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.48ms DONE
  2026-08-10 00:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.26ms DONE
  2026-08-10 00:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.18ms DONE
  2026-08-10 00:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.72ms DONE
  2026-08-10 00:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.88ms DONE
  2026-08-10 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.56ms DONE
  2026-08-10 00:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.49ms DONE
  2026-08-10 00:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.79ms DONE
  2026-08-10 00:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  224.43ms DONE
  2026-08-10 00:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.68ms DONE
  2026-08-10 00:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.93ms DONE
  2026-08-10 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.05ms DONE
  2026-08-10 00:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.27ms DONE
  2026-08-10 00:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.33ms DONE
  2026-08-10 00:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.36ms DONE
  2026-08-10 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.35ms DONE
  2026-08-10 00:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.27ms DONE
  2026-08-10 00:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.86ms DONE
  2026-08-10 00:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.74ms DONE
  2026-08-10 00:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.31ms DONE
  2026-08-10 00:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.64ms DONE
  2026-08-10 00:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.46ms DONE
  2026-08-10 00:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.67ms DONE
  2026-08-10 00:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.51ms DONE
  2026-08-10 00:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.89ms DONE
  2026-08-10 00:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.35ms DONE
  2026-08-10 00:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.01ms DONE
  2026-08-10 00:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.99ms DONE
  2026-08-10 00:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.99ms DONE
  2026-08-10 00:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.56ms DONE
  2026-08-10 00:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.59ms DONE
  2026-08-10 00:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.11ms DONE
  2026-08-10 00:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.19ms DONE
  2026-08-10 00:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.68ms DONE
  2026-08-10 00:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.89ms DONE
  2026-08-10 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.76ms DONE
  2026-08-10 00:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.55ms DONE
  2026-08-10 00:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 00:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.27ms DONE
  2026-08-10 01:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.60ms DONE
  2026-08-10 01:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.33ms DONE
  2026-08-10 01:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.49ms DONE
  2026-08-10 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.71ms DONE
  2026-08-10 01:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.98ms DONE
  2026-08-10 01:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.87ms DONE
  2026-08-10 01:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.43ms DONE
  2026-08-10 01:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.56ms DONE
  2026-08-10 01:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.24ms DONE
  2026-08-10 01:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.18ms DONE
  2026-08-10 01:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.04ms DONE
  2026-08-10 01:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.64ms DONE
  2026-08-10 01:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.18ms DONE
  2026-08-10 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.89ms DONE
  2026-08-10 01:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.34ms DONE
  2026-08-10 01:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.00ms DONE
  2026-08-10 01:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.43ms DONE
  2026-08-10 01:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.28ms DONE
  2026-08-10 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.52ms DONE
  2026-08-10 01:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.86ms DONE
  2026-08-10 01:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.21ms DONE
  2026-08-10 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.38ms DONE
  2026-08-10 01:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.66ms DONE
  2026-08-10 01:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.68ms DONE
  2026-08-10 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.38ms DONE
  2026-08-10 01:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.80ms DONE
  2026-08-10 01:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.76ms DONE
  2026-08-10 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.59ms DONE
  2026-08-10 01:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.18ms DONE
  2026-08-10 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.57ms DONE
  2026-08-10 01:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  650.52ms DONE
  2026-08-10 01:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.41ms DONE
  2026-08-10 01:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.80ms DONE
  2026-08-10 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.69ms DONE
  2026-08-10 01:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.22ms DONE
  2026-08-10 01:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.28ms DONE
  2026-08-10 01:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.16ms DONE
  2026-08-10 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.04ms DONE
  2026-08-10 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.31ms DONE
  2026-08-10 01:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.61ms DONE
  2026-08-10 01:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.96ms DONE
  2026-08-10 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.21ms DONE
  2026-08-10 01:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.41ms DONE
  2026-08-10 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.80ms DONE
  2026-08-10 01:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.62ms DONE
  2026-08-10 01:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.93ms DONE
  2026-08-10 01:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.95ms DONE
  2026-08-10 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.98ms DONE
  2026-08-10 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.08ms DONE
  2026-08-10 01:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.74ms DONE
  2026-08-10 01:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.63ms DONE
  2026-08-10 01:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.04ms DONE
  2026-08-10 01:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.75ms DONE
  2026-08-10 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.02ms DONE
  2026-08-10 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.93ms DONE
  2026-08-10 01:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.01ms DONE
  2026-08-10 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.35ms DONE
  2026-08-10 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.39ms DONE
  2026-08-10 01:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.90ms DONE
  2026-08-10 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.19ms DONE
  2026-08-10 02:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  605.87ms DONE
  2026-08-10 02:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  140.68ms DONE
  2026-08-10 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.26ms DONE
  2026-08-10 02:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.55ms DONE
  2026-08-10 02:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.38ms DONE
  2026-08-10 02:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.99ms DONE
  2026-08-10 02:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.23ms DONE
  2026-08-10 02:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.11ms DONE
  2026-08-10 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.88ms DONE
  2026-08-10 02:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.42ms DONE
  2026-08-10 02:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.90ms DONE
  2026-08-10 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.28ms DONE
  2026-08-10 02:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.82ms DONE
  2026-08-10 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-08-10 02:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.11ms DONE
  2026-08-10 02:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.19ms DONE
  2026-08-10 02:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  150.23ms DONE
  2026-08-10 02:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.41ms DONE
  2026-08-10 02:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.63ms DONE
  2026-08-10 02:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.13ms DONE
  2026-08-10 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.00ms DONE
  2026-08-10 02:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-08-10 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.96ms DONE
  2026-08-10 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.65ms DONE
  2026-08-10 02:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.49ms DONE
  2026-08-10 02:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.69ms DONE
  2026-08-10 02:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.78ms DONE
  2026-08-10 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.22ms DONE
  2026-08-10 02:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.13ms DONE
  2026-08-10 02:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.04ms DONE
  2026-08-10 02:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.80ms DONE
  2026-08-10 02:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.73ms DONE
  2026-08-10 02:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.51ms DONE
  2026-08-10 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.80ms DONE
  2026-08-10 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.07ms DONE
  2026-08-10 02:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.78ms DONE
  2026-08-10 02:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.57ms DONE
  2026-08-10 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.56ms DONE
  2026-08-10 02:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.15ms DONE
  2026-08-10 02:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.54ms DONE
  2026-08-10 02:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  427.55ms DONE
  2026-08-10 02:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.97ms DONE
  2026-08-10 02:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.12ms DONE
  2026-08-10 02:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.92ms DONE
  2026-08-10 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.66ms DONE
  2026-08-10 02:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.66ms DONE
  2026-08-10 02:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.87ms DONE
  2026-08-10 02:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.51ms DONE
  2026-08-10 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.64ms DONE
  2026-08-10 02:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.90ms DONE
  2026-08-10 02:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.91ms DONE
  2026-08-10 02:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.49ms DONE
  2026-08-10 02:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.20ms DONE
  2026-08-10 02:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.65ms DONE
  2026-08-10 02:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.35ms DONE
  2026-08-10 02:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.23ms DONE
  2026-08-10 02:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.85ms DONE
  2026-08-10 02:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.58ms DONE
  2026-08-10 02:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.59ms DONE
  2026-08-10 02:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 02:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.71ms DONE
  2026-08-10 03:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.05ms DONE
  2026-08-10 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.83ms DONE
  2026-08-10 03:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.38ms DONE
  2026-08-10 03:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.86ms DONE
  2026-08-10 03:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.17ms DONE
  2026-08-10 03:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.65ms DONE
  2026-08-10 03:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.79ms DONE
  2026-08-10 03:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.11ms DONE
  2026-08-10 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.46ms DONE
  2026-08-10 03:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.41ms DONE
  2026-08-10 03:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.80ms DONE
  2026-08-10 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.13ms DONE
  2026-08-10 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.85ms DONE
  2026-08-10 03:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.11ms DONE
  2026-08-10 03:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.08ms DONE
  2026-08-10 03:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.93ms DONE
  2026-08-10 03:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.53ms DONE
  2026-08-10 03:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  131.98ms DONE
  2026-08-10 03:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.02ms DONE
  2026-08-10 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.72ms DONE
  2026-08-10 03:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.81ms DONE
  2026-08-10 03:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.42ms DONE
  2026-08-10 03:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.93ms DONE
  2026-08-10 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-08-10 03:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.51ms DONE
  2026-08-10 03:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.27ms DONE
  2026-08-10 03:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.54ms DONE
  2026-08-10 03:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.02ms DONE
  2026-08-10 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.62ms DONE
  2026-08-10 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.51ms DONE
  2026-08-10 03:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.85ms DONE
  2026-08-10 03:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.46ms DONE
  2026-08-10 03:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.28ms DONE
  2026-08-10 03:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.19ms DONE
  2026-08-10 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.01ms DONE
  2026-08-10 03:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.83ms DONE
  2026-08-10 03:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.17ms DONE
  2026-08-10 03:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.19ms DONE
  2026-08-10 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.66ms DONE
  2026-08-10 03:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.36ms DONE
  2026-08-10 03:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.13ms DONE
  2026-08-10 03:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.92ms DONE
  2026-08-10 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.34ms DONE
  2026-08-10 03:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.06ms DONE
  2026-08-10 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.98ms DONE
  2026-08-10 03:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.20ms DONE
  2026-08-10 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.99ms DONE
  2026-08-10 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.21ms DONE
  2026-08-10 03:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.72ms DONE
  2026-08-10 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.56ms DONE
  2026-08-10 03:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.98ms DONE
  2026-08-10 03:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.28ms DONE
  2026-08-10 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.84ms DONE
  2026-08-10 03:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.43ms DONE
  2026-08-10 03:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.97ms DONE
  2026-08-10 03:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.33ms DONE
  2026-08-10 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.02ms DONE
  2026-08-10 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.26ms DONE
  2026-08-10 03:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.66ms DONE
  2026-08-10 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 03:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.74ms DONE
  2026-08-10 04:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.97ms DONE
  2026-08-10 04:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.28ms DONE
  2026-08-10 04:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.96ms DONE
  2026-08-10 04:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.46ms DONE
  2026-08-10 04:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.84ms DONE
  2026-08-10 04:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  130.37ms DONE
  2026-08-10 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.84ms DONE
  2026-08-10 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.64ms DONE
  2026-08-10 04:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.67ms DONE
  2026-08-10 04:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.74ms DONE
  2026-08-10 04:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.24ms DONE
  2026-08-10 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.48ms DONE
  2026-08-10 04:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.22ms DONE
  2026-08-10 04:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.33ms DONE
  2026-08-10 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.08ms DONE
  2026-08-10 04:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.10ms DONE
  2026-08-10 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.15ms DONE
  2026-08-10 04:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.50ms DONE
  2026-08-10 04:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.72ms DONE
  2026-08-10 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.45ms DONE
  2026-08-10 04:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.39ms DONE
  2026-08-10 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.50ms DONE
  2026-08-10 04:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.30ms DONE
  2026-08-10 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.54ms DONE
  2026-08-10 04:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.05ms DONE
  2026-08-10 04:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.65ms DONE
  2026-08-10 04:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.24ms DONE
  2026-08-10 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.49ms DONE
  2026-08-10 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.03ms DONE
  2026-08-10 04:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.59ms DONE
  2026-08-10 04:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  742.27ms DONE
  2026-08-10 04:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.63ms DONE
  2026-08-10 04:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.90ms DONE
  2026-08-10 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.22ms DONE
  2026-08-10 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.97ms DONE
  2026-08-10 04:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.43ms DONE
  2026-08-10 04:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.44ms DONE
  2026-08-10 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.81ms DONE
  2026-08-10 04:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.41ms DONE
  2026-08-10 04:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.56ms DONE
  2026-08-10 04:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.12ms DONE
  2026-08-10 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.42ms DONE
  2026-08-10 04:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.16ms DONE
  2026-08-10 04:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.73ms DONE
  2026-08-10 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.82ms DONE
  2026-08-10 04:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.95ms DONE
  2026-08-10 04:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.92ms DONE
  2026-08-10 04:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.54ms DONE
  2026-08-10 04:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.29ms DONE
  2026-08-10 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.04ms DONE
  2026-08-10 04:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.33ms DONE
  2026-08-10 04:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.74ms DONE
  2026-08-10 04:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.77ms DONE
  2026-08-10 04:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.45ms DONE
  2026-08-10 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.49ms DONE
  2026-08-10 04:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.47ms DONE
  2026-08-10 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.81ms DONE
  2026-08-10 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.05ms DONE
  2026-08-10 04:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.45ms DONE
  2026-08-10 04:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 04:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.08ms DONE
  2026-08-10 05:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  811.69ms DONE
  2026-08-10 05:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.63ms DONE
  2026-08-10 05:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.65ms DONE
  2026-08-10 05:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.42ms DONE
  2026-08-10 05:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-08-10 05:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.63ms DONE
  2026-08-10 05:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  115.78ms DONE
  2026-08-10 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.10ms DONE
  2026-08-10 05:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.37ms DONE
  2026-08-10 05:09:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:09:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.01ms DONE
  2026-08-10 05:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.86ms DONE
  2026-08-10 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.62ms DONE
  2026-08-10 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.73ms DONE
  2026-08-10 05:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.09ms DONE
  2026-08-10 05:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.15ms DONE
  2026-08-10 05:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.42ms DONE
  2026-08-10 05:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.25ms DONE
  2026-08-10 05:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  123.81ms DONE
  2026-08-10 05:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.51ms DONE
  2026-08-10 05:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.32ms DONE
  2026-08-10 05:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.92ms DONE
  2026-08-10 05:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.11ms DONE
  2026-08-10 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.47ms DONE
  2026-08-10 05:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.39ms DONE
  2026-08-10 05:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.91ms DONE
  2026-08-10 05:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.23ms DONE
  2026-08-10 05:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.69ms DONE
  2026-08-10 05:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.01ms DONE
  2026-08-10 05:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.38ms DONE
  2026-08-10 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.25ms DONE
  2026-08-10 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.81ms DONE
  2026-08-10 05:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.28ms DONE
  2026-08-10 05:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.59ms DONE
  2026-08-10 05:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.65ms DONE
  2026-08-10 05:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.96ms DONE
  2026-08-10 05:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.09ms DONE
  2026-08-10 05:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.00ms DONE
  2026-08-10 05:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.68ms DONE
  2026-08-10 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.36ms DONE
  2026-08-10 05:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.41ms DONE
  2026-08-10 05:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.61ms DONE
  2026-08-10 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.35ms DONE
  2026-08-10 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.20ms DONE
  2026-08-10 05:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.20ms DONE
  2026-08-10 05:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.36ms DONE
  2026-08-10 05:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.81ms DONE
  2026-08-10 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.28ms DONE
  2026-08-10 05:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.63ms DONE
  2026-08-10 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.27ms DONE
  2026-08-10 05:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.06ms DONE
  2026-08-10 05:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.10ms DONE
  2026-08-10 05:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.96ms DONE
  2026-08-10 05:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.45ms DONE
  2026-08-10 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.68ms DONE
  2026-08-10 05:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.54ms DONE
  2026-08-10 05:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.34ms DONE
  2026-08-10 05:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.70ms DONE
  2026-08-10 05:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.14ms DONE
  2026-08-10 05:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.09ms DONE
  2026-08-10 05:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 05:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.93ms DONE
  2026-08-10 06:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:00:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  222.08ms DONE
  2026-08-10 06:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.77ms DONE
  2026-08-10 06:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.73ms DONE
  2026-08-10 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.95ms DONE
  2026-08-10 06:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.01ms DONE
  2026-08-10 06:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.70ms DONE
  2026-08-10 06:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.23ms DONE
  2026-08-10 06:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.56ms DONE
  2026-08-10 06:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.75ms DONE
  2026-08-10 06:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.85ms DONE
  2026-08-10 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.87ms DONE
  2026-08-10 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.46ms DONE
  2026-08-10 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.90ms DONE
  2026-08-10 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.43ms DONE
  2026-08-10 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.54ms DONE
  2026-08-10 06:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.05ms DONE
  2026-08-10 06:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.22ms DONE
  2026-08-10 06:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.94ms DONE
  2026-08-10 06:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.60ms DONE
  2026-08-10 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.71ms DONE
  2026-08-10 06:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  134.62ms DONE
  2026-08-10 06:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.73ms DONE
  2026-08-10 06:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.17ms DONE
  2026-08-10 06:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.58ms DONE
  2026-08-10 06:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.17ms DONE
  2026-08-10 06:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.57ms DONE
  2026-08-10 06:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.13ms DONE
  2026-08-10 06:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.20ms DONE
  2026-08-10 06:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.50ms DONE
  2026-08-10 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.56ms DONE
  2026-08-10 06:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.59ms DONE
  2026-08-10 06:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.12ms DONE
  2026-08-10 06:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.78ms DONE
  2026-08-10 06:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.53ms DONE
  2026-08-10 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.26ms DONE
  2026-08-10 06:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.92ms DONE
  2026-08-10 06:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.86ms DONE
  2026-08-10 06:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.90ms DONE
  2026-08-10 06:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.56ms DONE
  2026-08-10 06:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.91ms DONE
  2026-08-10 06:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.64ms DONE
  2026-08-10 06:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  127.28ms DONE
  2026-08-10 06:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.70ms DONE
  2026-08-10 06:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.68ms DONE
  2026-08-10 06:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.90ms DONE
  2026-08-10 06:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  250.27ms DONE
  2026-08-10 06:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.74ms DONE
  2026-08-10 06:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.91ms DONE
  2026-08-10 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.26ms DONE
  2026-08-10 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.78ms DONE
  2026-08-10 06:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.94ms DONE
  2026-08-10 06:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.39ms DONE
  2026-08-10 06:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.96ms DONE
  2026-08-10 06:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.32ms DONE
  2026-08-10 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.12ms DONE
  2026-08-10 06:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.25ms DONE
  2026-08-10 06:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.29ms DONE
  2026-08-10 06:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.64ms DONE
  2026-08-10 06:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.77ms DONE
  2026-08-10 06:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 06:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.28ms DONE
  2026-08-10 07:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.22ms DONE
  2026-08-10 07:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.02ms DONE
  2026-08-10 07:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.22ms DONE
  2026-08-10 07:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.89ms DONE
  2026-08-10 07:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.51ms DONE
  2026-08-10 07:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.58ms DONE
  2026-08-10 07:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.63ms DONE
  2026-08-10 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.12ms DONE
  2026-08-10 07:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.56ms DONE
  2026-08-10 07:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.14ms DONE
  2026-08-10 07:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.72ms DONE
  2026-08-10 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.47ms DONE
  2026-08-10 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.64ms DONE
  2026-08-10 07:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.61ms DONE
  2026-08-10 07:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.34ms DONE
  2026-08-10 07:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.72ms DONE
  2026-08-10 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.44ms DONE
  2026-08-10 07:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.04ms DONE
  2026-08-10 07:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.95ms DONE
  2026-08-10 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.69ms DONE
  2026-08-10 07:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  217.48ms DONE
  2026-08-10 07:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.81ms DONE
  2026-08-10 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.74ms DONE
  2026-08-10 07:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.92ms DONE
  2026-08-10 07:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.51ms DONE
  2026-08-10 07:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.04ms DONE
  2026-08-10 07:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.24ms DONE
  2026-08-10 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.34ms DONE
  2026-08-10 07:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.50ms DONE
  2026-08-10 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.93ms DONE
  2026-08-10 07:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.23ms DONE
  2026-08-10 07:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.09ms DONE
  2026-08-10 07:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.27ms DONE
  2026-08-10 07:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.03ms DONE
  2026-08-10 07:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.00ms DONE
  2026-08-10 07:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.70ms DONE
  2026-08-10 07:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.63ms DONE
  2026-08-10 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.33ms DONE
  2026-08-10 07:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.29ms DONE
  2026-08-10 07:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.32ms DONE
  2026-08-10 07:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.49ms DONE
  2026-08-10 07:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.81ms DONE
  2026-08-10 07:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.61ms DONE
  2026-08-10 07:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.72ms DONE
  2026-08-10 07:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.32ms DONE
  2026-08-10 07:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.14ms DONE
  2026-08-10 07:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.32ms DONE
  2026-08-10 07:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.58ms DONE
  2026-08-10 07:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.94ms DONE
  2026-08-10 07:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.70ms DONE
  2026-08-10 07:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.57ms DONE
  2026-08-10 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.27ms DONE
  2026-08-10 07:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.46ms DONE
  2026-08-10 07:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.45ms DONE
  2026-08-10 07:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.58ms DONE
  2026-08-10 07:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.71ms DONE
  2026-08-10 07:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.54ms DONE
  2026-08-10 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.51ms DONE
  2026-08-10 07:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.12ms DONE
  2026-08-10 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.91ms DONE
  2026-08-10 08:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  266.16ms DONE
  2026-08-10 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.72ms DONE
  2026-08-10 08:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.80ms DONE
  2026-08-10 08:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.19ms DONE
  2026-08-10 08:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.33ms DONE
  2026-08-10 08:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.54ms DONE
  2026-08-10 08:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.38ms DONE
  2026-08-10 08:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.05ms DONE
  2026-08-10 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.75ms DONE
  2026-08-10 08:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.57ms DONE
  2026-08-10 08:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.89ms DONE
  2026-08-10 08:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.53ms DONE
  2026-08-10 08:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.45ms DONE
  2026-08-10 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.64ms DONE
  2026-08-10 08:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.01ms DONE
  2026-08-10 08:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.51ms DONE
  2026-08-10 08:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.56ms DONE
  2026-08-10 08:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.01ms DONE
  2026-08-10 08:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.75ms DONE
  2026-08-10 08:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.90ms DONE
  2026-08-10 08:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  154.37ms DONE
  2026-08-10 08:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.61ms DONE
  2026-08-10 08:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.58ms DONE
  2026-08-10 08:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.13ms DONE
  2026-08-10 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.12ms DONE
  2026-08-10 08:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.35ms DONE
  2026-08-10 08:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.81ms DONE
  2026-08-10 08:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.99ms DONE
  2026-08-10 08:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.91ms DONE
  2026-08-10 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.16ms DONE
  2026-08-10 08:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  385.30ms DONE
  2026-08-10 08:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.58ms DONE
  2026-08-10 08:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  118.56ms DONE
  2026-08-10 08:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.89ms DONE
  2026-08-10 08:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.43ms DONE
  2026-08-10 08:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  105.67ms DONE
  2026-08-10 08:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.11ms DONE
  2026-08-10 08:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.33ms DONE
  2026-08-10 08:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.38ms DONE
  2026-08-10 08:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.07ms DONE
  2026-08-10 08:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.63ms DONE
  2026-08-10 08:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.90ms DONE
  2026-08-10 08:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.60ms DONE
  2026-08-10 08:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.30ms DONE
  2026-08-10 08:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.64ms DONE
  2026-08-10 08:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.65ms DONE
  2026-08-10 08:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.63ms DONE
  2026-08-10 08:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.41ms DONE
  2026-08-10 08:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.26ms DONE
  2026-08-10 08:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:49:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.36ms DONE
  2026-08-10 08:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.51ms DONE
  2026-08-10 08:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.54ms DONE
  2026-08-10 08:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.23ms DONE
  2026-08-10 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.49ms DONE
  2026-08-10 08:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.33ms DONE
  2026-08-10 08:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.94ms DONE
  2026-08-10 08:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.94ms DONE
  2026-08-10 08:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.42ms DONE
  2026-08-10 08:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.16ms DONE
  2026-08-10 08:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 08:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.58ms DONE
  2026-08-10 09:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  176.51ms DONE
  2026-08-10 09:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.53ms DONE
  2026-08-10 09:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.86ms DONE
  2026-08-10 09:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.88ms DONE
  2026-08-10 09:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.18ms DONE
  2026-08-10 09:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.06ms DONE
  2026-08-10 09:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.18ms DONE
  2026-08-10 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.18ms DONE
  2026-08-10 09:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.30ms DONE
  2026-08-10 09:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.73ms DONE
  2026-08-10 09:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.23ms DONE
  2026-08-10 09:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.49ms DONE
  2026-08-10 09:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.51ms DONE
  2026-08-10 09:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.91ms DONE
  2026-08-10 09:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.83ms DONE
  2026-08-10 09:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.69ms DONE
  2026-08-10 09:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.12ms DONE
  2026-08-10 09:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.11ms DONE
  2026-08-10 09:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.52ms DONE
  2026-08-10 09:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.61ms DONE
  2026-08-10 09:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  150.62ms DONE
  2026-08-10 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.19ms DONE
  2026-08-10 09:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.82ms DONE
  2026-08-10 09:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.22ms DONE
  2026-08-10 09:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.32ms DONE
  2026-08-10 09:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.83ms DONE
  2026-08-10 09:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.93ms DONE
  2026-08-10 09:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.76ms DONE
  2026-08-10 09:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.29ms DONE
  2026-08-10 09:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.53ms DONE
  2026-08-10 09:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.96ms DONE
  2026-08-10 09:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.65ms DONE
  2026-08-10 09:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.48ms DONE
  2026-08-10 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.23ms DONE
  2026-08-10 09:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.56ms DONE
  2026-08-10 09:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.30ms DONE
  2026-08-10 09:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  161.48ms DONE
  2026-08-10 09:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.10ms DONE
  2026-08-10 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.93ms DONE
  2026-08-10 09:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.80ms DONE
  2026-08-10 09:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.04ms DONE
  2026-08-10 09:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.73ms DONE
  2026-08-10 09:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.96ms DONE
  2026-08-10 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.32ms DONE
  2026-08-10 09:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.75ms DONE
  2026-08-10 09:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.24ms DONE
  2026-08-10 09:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.27ms DONE
  2026-08-10 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.78ms DONE
  2026-08-10 09:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.89ms DONE
  2026-08-10 09:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.78ms DONE
  2026-08-10 09:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.74ms DONE
  2026-08-10 09:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.33ms DONE
  2026-08-10 09:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.05ms DONE
  2026-08-10 09:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.10ms DONE
  2026-08-10 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.44ms DONE
  2026-08-10 09:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.31ms DONE
  2026-08-10 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  161.94ms DONE
  2026-08-10 09:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.16ms DONE
  2026-08-10 09:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.81ms DONE
  2026-08-10 09:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 09:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.92ms DONE
  2026-08-10 10:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.29ms DONE
  2026-08-10 10:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.06ms DONE
  2026-08-10 10:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.04ms DONE
  2026-08-10 10:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.19ms DONE
  2026-08-10 10:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.88ms DONE
  2026-08-10 10:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.58ms DONE
  2026-08-10 10:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.68ms DONE
  2026-08-10 10:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.44ms DONE
  2026-08-10 10:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.32ms DONE
  2026-08-10 10:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.46ms DONE
  2026-08-10 10:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.95ms DONE
  2026-08-10 10:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  153.99ms DONE
  2026-08-10 10:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.34ms DONE
  2026-08-10 10:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  243.02ms DONE
  2026-08-10 10:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  133.11ms DONE
  2026-08-10 10:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.02ms DONE
  2026-08-10 10:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.48ms DONE
  2026-08-10 10:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.13ms DONE
  2026-08-10 10:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.51ms DONE
  2026-08-10 10:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.61ms DONE
  2026-08-10 10:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.01ms DONE
  2026-08-10 10:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.69ms DONE
  2026-08-10 10:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.03ms DONE
  2026-08-10 10:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.24ms DONE
  2026-08-10 10:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.41ms DONE
  2026-08-10 10:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  95.66ms DONE
  2026-08-10 10:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.69ms DONE
  2026-08-10 10:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.09ms DONE
  2026-08-10 10:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:28:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.89ms DONE
  2026-08-10 10:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.88ms DONE
  2026-08-10 10:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.55ms DONE
  2026-08-10 10:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.15ms DONE
  2026-08-10 10:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.60ms DONE
  2026-08-10 10:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:33:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.40ms DONE
  2026-08-10 10:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.27ms DONE
  2026-08-10 10:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.87ms DONE
  2026-08-10 10:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.25ms DONE
  2026-08-10 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.58ms DONE
  2026-08-10 10:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.69ms DONE
  2026-08-10 10:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  177.51ms DONE
  2026-08-10 10:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.20ms DONE
  2026-08-10 10:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.28ms DONE
  2026-08-10 10:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.47ms DONE
  2026-08-10 10:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.35ms DONE
  2026-08-10 10:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.08ms DONE
  2026-08-10 10:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.21ms DONE
  2026-08-10 10:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  226.75ms DONE
  2026-08-10 10:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.16ms DONE
  2026-08-10 10:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.70ms DONE
  2026-08-10 10:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.67ms DONE
  2026-08-10 10:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  89.27ms DONE
  2026-08-10 10:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.85ms DONE
  2026-08-10 10:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.44ms DONE
  2026-08-10 10:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.70ms DONE
  2026-08-10 10:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.83ms DONE
  2026-08-10 10:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.57ms DONE
  2026-08-10 10:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.41ms DONE
  2026-08-10 10:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.81ms DONE
  2026-08-10 10:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.41ms DONE
  2026-08-10 10:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 10:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.02ms DONE
  2026-08-10 11:00:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:00:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  175.01ms DONE
  2026-08-10 11:01:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:01:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  111.62ms DONE
  2026-08-10 11:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.49ms DONE
  2026-08-10 11:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  358.83ms DONE
  2026-08-10 11:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.33ms DONE
  2026-08-10 11:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  173.17ms DONE
  2026-08-10 11:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  173.94ms DONE
  2026-08-10 11:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.36ms DONE
  2026-08-10 11:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.14ms DONE
  2026-08-10 11:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.30ms DONE
  2026-08-10 11:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.53ms DONE
  2026-08-10 11:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.13ms DONE
  2026-08-10 11:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.21ms DONE
  2026-08-10 11:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.89ms DONE
  2026-08-10 11:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.50ms DONE
  2026-08-10 11:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.37ms DONE
  2026-08-10 11:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.12ms DONE
  2026-08-10 11:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.36ms DONE
  2026-08-10 11:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  227.56ms DONE
  2026-08-10 11:19:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:19:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  120.85ms DONE
  2026-08-10 11:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.48ms DONE
  2026-08-10 11:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.10ms DONE
  2026-08-10 11:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.22ms DONE
  2026-08-10 11:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.32ms DONE
  2026-08-10 11:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.72ms DONE
  2026-08-10 11:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  568.39ms DONE
  2026-08-10 11:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.31ms DONE
  2026-08-10 11:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.34ms DONE
  2026-08-10 11:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:28:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.06ms DONE
  2026-08-10 11:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:29:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.68ms DONE
  2026-08-10 11:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  208.71ms DONE
  2026-08-10 11:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  144.17ms DONE
  2026-08-10 11:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.75ms DONE
  2026-08-10 11:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.39ms DONE
  2026-08-10 11:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.87ms DONE
  2026-08-10 11:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.11ms DONE
  2026-08-10 11:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.36ms DONE
  2026-08-10 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.75ms DONE
  2026-08-10 11:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.65ms DONE
  2026-08-10 11:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.24ms DONE
  2026-08-10 11:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  136.09ms DONE
  2026-08-10 11:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.10ms DONE
  2026-08-10 11:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.70ms DONE
  2026-08-10 11:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.63ms DONE
  2026-08-10 11:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.84ms DONE
  2026-08-10 11:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.67ms DONE
  2026-08-10 11:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.78ms DONE
  2026-08-10 11:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.87ms DONE
  2026-08-10 11:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.84ms DONE
  2026-08-10 11:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.42ms DONE
  2026-08-10 11:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.97ms DONE
  2026-08-10 11:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.22ms DONE
  2026-08-10 11:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:52:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.34ms DONE
  2026-08-10 11:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.66ms DONE
  2026-08-10 11:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.56ms DONE
  2026-08-10 11:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.82ms DONE
  2026-08-10 11:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.28ms DONE
  2026-08-10 11:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  300.14ms DONE
  2026-08-10 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.68ms DONE
  2026-08-10 11:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 11:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.19ms DONE
  2026-08-10 12:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  301.13ms DONE
  2026-08-10 12:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  284.86ms DONE
  2026-08-10 12:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.89ms DONE
  2026-08-10 12:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.61ms DONE
  2026-08-10 12:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.06ms DONE
  2026-08-10 12:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.39ms DONE
  2026-08-10 12:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  187.10ms DONE
  2026-08-10 12:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.33ms DONE
  2026-08-10 12:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.50ms DONE
  2026-08-10 12:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.85ms DONE
  2026-08-10 12:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.43ms DONE
  2026-08-10 12:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.38ms DONE
  2026-08-10 12:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.90ms DONE
  2026-08-10 12:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.83ms DONE
  2026-08-10 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.18ms DONE
  2026-08-10 12:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.50ms DONE
  2026-08-10 12:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.90ms DONE
  2026-08-10 12:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  416.42ms DONE
  2026-08-10 12:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.55ms DONE
  2026-08-10 12:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.31ms DONE
  2026-08-10 12:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.49ms DONE
  2026-08-10 12:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.00ms DONE
  2026-08-10 12:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.27ms DONE
  2026-08-10 12:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.63ms DONE
  2026-08-10 12:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:24:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.44ms DONE
  2026-08-10 12:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  199.08ms DONE
  2026-08-10 12:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.12ms DONE
  2026-08-10 12:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.33ms DONE
  2026-08-10 12:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.03ms DONE
  2026-08-10 12:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.68ms DONE
  2026-08-10 12:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.24ms DONE
  2026-08-10 12:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.76ms DONE
  2026-08-10 12:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.22ms DONE
  2026-08-10 12:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.06ms DONE
  2026-08-10 12:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.56ms DONE
  2026-08-10 12:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.02ms DONE
  2026-08-10 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.63ms DONE
  2026-08-10 12:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-08-10 12:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.82ms DONE
  2026-08-10 12:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  208.22ms DONE
  2026-08-10 12:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.89ms DONE
  2026-08-10 12:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.28ms DONE
  2026-08-10 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.12ms DONE
  2026-08-10 12:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.64ms DONE
  2026-08-10 12:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.37ms DONE
  2026-08-10 12:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.45ms DONE
  2026-08-10 12:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.59ms DONE
  2026-08-10 12:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.23ms DONE
  2026-08-10 12:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.61ms DONE
  2026-08-10 12:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.65ms DONE
  2026-08-10 12:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.30ms DONE
  2026-08-10 12:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.17ms DONE
  2026-08-10 12:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.13ms DONE
  2026-08-10 12:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.28ms DONE
  2026-08-10 12:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.84ms DONE
  2026-08-10 12:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.23ms DONE
  2026-08-10 12:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.70ms DONE
  2026-08-10 12:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.23ms DONE
  2026-08-10 12:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.77ms DONE
  2026-08-10 12:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 12:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.23ms DONE
  2026-08-10 13:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.22ms DONE
  2026-08-10 13:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  494.99ms DONE
  2026-08-10 13:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.59ms DONE
  2026-08-10 13:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.62ms DONE
  2026-08-10 13:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.12ms DONE
  2026-08-10 13:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.28ms DONE
  2026-08-10 13:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  95.24ms DONE
  2026-08-10 13:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.09ms DONE
  2026-08-10 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.88ms DONE
  2026-08-10 13:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.41ms DONE
  2026-08-10 13:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.18ms DONE
  2026-08-10 13:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.33ms DONE
  2026-08-10 13:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.79ms DONE
  2026-08-10 13:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.11ms DONE
  2026-08-10 13:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.74ms DONE
  2026-08-10 13:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.53ms DONE
  2026-08-10 13:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.73ms DONE
  2026-08-10 13:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.41ms DONE
  2026-08-10 13:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.61ms DONE
  2026-08-10 13:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.83ms DONE
  2026-08-10 13:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.20ms DONE
  2026-08-10 13:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.74ms DONE
  2026-08-10 13:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.02ms DONE
  2026-08-10 13:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:23:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.95ms DONE
  2026-08-10 13:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.44ms DONE
  2026-08-10 13:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.14ms DONE
  2026-08-10 13:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.60ms DONE
  2026-08-10 13:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.39ms DONE
  2026-08-10 13:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.28ms DONE
  2026-08-10 13:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.11ms DONE
  2026-08-10 13:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  493.43ms DONE
  2026-08-10 13:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.94ms DONE
  2026-08-10 13:32:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:32:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.35ms DONE
  2026-08-10 13:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.73ms DONE
  2026-08-10 13:34:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:34:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.74ms DONE
  2026-08-10 13:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.46ms DONE
  2026-08-10 13:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.26ms DONE
  2026-08-10 13:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.89ms DONE
  2026-08-10 13:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.58ms DONE
  2026-08-10 13:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.12ms DONE
  2026-08-10 13:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  104.23ms DONE
  2026-08-10 13:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  116.26ms DONE
  2026-08-10 13:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  139.63ms DONE
  2026-08-10 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-10 13:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.10ms DONE
  2026-08-10 13:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.71ms DONE
  2026-08-10 13:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.80ms DONE
  2026-08-10 13:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.69ms DONE
  2026-08-10 13:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.08ms DONE
  2026-08-10 13:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.67ms DONE
  2026-08-10 13:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  271.52ms DONE
  2026-08-10 13:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.03ms DONE
  2026-08-10 13:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  79.87ms DONE
  2026-08-10 13:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.61ms DONE
  2026-08-10 13:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.17ms DONE
  2026-08-10 13:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  570.61ms DONE
  2026-08-10 13:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.34ms DONE
  2026-08-10 13:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.92ms DONE
  2026-08-10 13:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.51ms DONE
  2026-08-10 13:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 13:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.02ms DONE
  2026-08-10 14:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  128.88ms DONE
  2026-08-10 14:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.37ms DONE
  2026-08-10 14:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.25ms DONE
  2026-08-10 14:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.56ms DONE
  2026-08-10 14:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.44ms DONE
  2026-08-10 14:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.13ms DONE
  2026-08-10 14:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.05ms DONE
  2026-08-10 14:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.51ms DONE
  2026-08-10 14:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.53ms DONE
  2026-08-10 14:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.51ms DONE
  2026-08-10 14:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  211.11ms DONE
  2026-08-10 14:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.75ms DONE
  2026-08-10 14:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.97ms DONE
  2026-08-10 14:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.49ms DONE
  2026-08-10 14:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.50ms DONE
  2026-08-10 14:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  451.91ms DONE
  2026-08-10 14:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:16:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.81ms DONE
  2026-08-10 14:17:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:17:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.95ms DONE
  2026-08-10 14:18:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:18:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  238.82ms DONE
  2026-08-10 14:19:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:19:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  92.24ms DONE
  2026-08-10 14:20:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:20:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  419.78ms DONE
  2026-08-10 14:21:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:21:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.24ms DONE
  2026-08-10 14:22:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:22:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.76ms DONE
  2026-08-10 14:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  435.56ms DONE
  2026-08-10 14:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  237.89ms DONE
  2026-08-10 14:25:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:25:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  336.81ms DONE
  2026-08-10 14:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.57ms DONE
  2026-08-10 14:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.87ms DONE
  2026-08-10 14:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.77ms DONE
  2026-08-10 14:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  95.38ms DONE
  2026-08-10 14:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  311.14ms DONE
  2026-08-10 14:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.40ms DONE
  2026-08-10 14:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.05ms DONE
  2026-08-10 14:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.88ms DONE
  2026-08-10 14:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.91ms DONE
  2026-08-10 14:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.24ms DONE
  2026-08-10 14:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.65ms DONE
  2026-08-10 14:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.45ms DONE
  2026-08-10 14:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.39ms DONE
  2026-08-10 14:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  132.78ms DONE
  2026-08-10 14:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.64ms DONE
  2026-08-10 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.74ms DONE
  2026-08-10 14:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.27ms DONE
  2026-08-10 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  381.46ms DONE
  2026-08-10 14:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.36ms DONE
  2026-08-10 14:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  217.70ms DONE
  2026-08-10 14:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  281.99ms DONE
  2026-08-10 14:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.75ms DONE
  2026-08-10 14:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.00ms DONE
  2026-08-10 14:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.19ms DONE
  2026-08-10 14:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.39ms DONE
  2026-08-10 14:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:51:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.93ms DONE
  2026-08-10 14:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.32ms DONE
  2026-08-10 14:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.13ms DONE
  2026-08-10 14:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.66ms DONE
  2026-08-10 14:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.26ms DONE
  2026-08-10 14:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:56:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.44ms DONE
  2026-08-10 14:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.89ms DONE
  2026-08-10 14:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.05ms DONE
  2026-08-10 14:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 14:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.84ms DONE
  2026-08-10 15:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  183.06ms DONE
  2026-08-10 15:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.48ms DONE
  2026-08-10 15:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.21ms DONE
  2026-08-10 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.19ms DONE
  2026-08-10 15:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  307.36ms DONE
  2026-08-10 15:05:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:05:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.78ms DONE
  2026-08-10 15:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:06:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  196.87ms DONE
  2026-08-10 15:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.08ms DONE
  2026-08-10 15:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.94ms DONE
  2026-08-10 15:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  130.47ms DONE
  2026-08-10 15:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  215.65ms DONE
  2026-08-10 15:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:11:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.27ms DONE
  2026-08-10 15:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.25ms DONE
  2026-08-10 15:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.59ms DONE
  2026-08-10 15:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  125.79ms DONE
  2026-08-10 15:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.30ms DONE
  2026-08-10 15:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.70ms DONE
  2026-08-10 15:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  171.50ms DONE
  2026-08-10 15:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:18:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  112.67ms DONE
  2026-08-10 15:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.86ms DONE
  2026-08-10 15:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  225.18ms DONE
  2026-08-10 15:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  226.67ms DONE
  2026-08-10 15:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.05ms DONE
  2026-08-10 15:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.32ms DONE
  2026-08-10 15:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.41ms DONE
  2026-08-10 15:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.00ms DONE
  2026-08-10 15:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.68ms DONE
  2026-08-10 15:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.67ms DONE
  2026-08-10 15:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  69.82ms DONE
  2026-08-10 15:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.97ms DONE
  2026-08-10 15:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.44ms DONE
  2026-08-10 15:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.63ms DONE
  2026-08-10 15:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:32:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.32ms DONE
  2026-08-10 15:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  264.09ms DONE
  2026-08-10 15:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  172.48ms DONE
  2026-08-10 15:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.97ms DONE
  2026-08-10 15:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.39ms DONE
  2026-08-10 15:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.21ms DONE
  2026-08-10 15:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  150.34ms DONE
  2026-08-10 15:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:39:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  94.59ms DONE
  2026-08-10 15:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.96ms DONE
  2026-08-10 15:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.05ms DONE
  2026-08-10 15:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.39ms DONE
  2026-08-10 15:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:43:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.73ms DONE
  2026-08-10 15:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.10ms DONE
  2026-08-10 15:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.69ms DONE
  2026-08-10 15:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.55ms DONE
  2026-08-10 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.49ms DONE
  2026-08-10 15:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  108.20ms DONE
  2026-08-10 15:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  135.41ms DONE
  2026-08-10 15:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.08ms DONE
  2026-08-10 15:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.78ms DONE
  2026-08-10 15:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  76.88ms DONE
  2026-08-10 15:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.96ms DONE
  2026-08-10 15:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.98ms DONE
  2026-08-10 15:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.20ms DONE
  2026-08-10 15:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.26ms DONE
  2026-08-10 15:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.50ms DONE
  2026-08-10 15:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.03ms DONE
  2026-08-10 15:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 15:59:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  58.18ms DONE
  2026-08-10 16:00:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:00:10 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.62ms DONE
  2026-08-10 16:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  163.89ms DONE
  2026-08-10 16:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.74ms DONE
  2026-08-10 16:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.79ms DONE
  2026-08-10 16:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.46ms DONE
  2026-08-10 16:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  544.12ms DONE
  2026-08-10 16:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  197.66ms DONE
  2026-08-10 16:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.11ms DONE
  2026-08-10 16:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  371.97ms DONE
  2026-08-10 16:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:09:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  140.06ms DONE
  2026-08-10 16:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1s DONE
  2026-08-10 16:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.15ms DONE
  2026-08-10 16:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  70.15ms DONE
  2026-08-10 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.27ms DONE
  2026-08-10 16:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.59ms DONE
  2026-08-10 16:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.93ms DONE
  2026-08-10 16:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:16:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.98ms DONE
  2026-08-10 16:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  392.33ms DONE
  2026-08-10 16:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.99ms DONE
  2026-08-10 16:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.62ms DONE
  2026-08-10 16:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  273.93ms DONE
  2026-08-10 16:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  82.11ms DONE
  2026-08-10 16:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.52ms DONE
  2026-08-10 16:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.86ms DONE
  2026-08-10 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.24ms DONE
  2026-08-10 16:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.50ms DONE
  2026-08-10 16:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.10ms DONE
  2026-08-10 16:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.89ms DONE
  2026-08-10 16:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.00ms DONE
  2026-08-10 16:29:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:29:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.22ms DONE
  2026-08-10 16:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.09ms DONE
  2026-08-10 16:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.70ms DONE
  2026-08-10 16:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.27ms DONE
  2026-08-10 16:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.68ms DONE
  2026-08-10 16:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.83ms DONE
  2026-08-10 16:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  277.91ms DONE
  2026-08-10 16:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.88ms DONE
  2026-08-10 16:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.31ms DONE
  2026-08-10 16:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.21ms DONE
  2026-08-10 16:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  138.09ms DONE
  2026-08-10 16:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.79ms DONE
  2026-08-10 16:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:41:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.81ms DONE
  2026-08-10 16:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.23ms DONE
  2026-08-10 16:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.68ms DONE
  2026-08-10 16:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.48ms DONE
  2026-08-10 16:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.77ms DONE
  2026-08-10 16:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.07ms DONE
  2026-08-10 16:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.33ms DONE
  2026-08-10 16:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.79ms DONE
  2026-08-10 16:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.15ms DONE
  2026-08-10 16:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.82ms DONE
  2026-08-10 16:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.38ms DONE
  2026-08-10 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.70ms DONE
  2026-08-10 16:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.10ms DONE
  2026-08-10 16:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.77ms DONE
  2026-08-10 16:55:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:55:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  171.55ms DONE
  2026-08-10 16:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  131.03ms DONE
  2026-08-10 16:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.82ms DONE
  2026-08-10 16:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.66ms DONE
  2026-08-10 16:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 16:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.85ms DONE
  2026-08-10 17:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  274.71ms DONE
  2026-08-10 17:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.36ms DONE
  2026-08-10 17:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.98ms DONE
  2026-08-10 17:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  182.57ms DONE
  2026-08-10 17:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.92ms DONE
  2026-08-10 17:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:05:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.27ms DONE
  2026-08-10 17:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  488.34ms DONE
  2026-08-10 17:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.49ms DONE
  2026-08-10 17:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.10ms DONE
  2026-08-10 17:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  147.91ms DONE
  2026-08-10 17:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.09ms DONE
  2026-08-10 17:11:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:11:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.35ms DONE
  2026-08-10 17:12:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:12:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.87ms DONE
  2026-08-10 17:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:13:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  127.03ms DONE
  2026-08-10 17:14:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:14:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.50ms DONE
  2026-08-10 17:15:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:15:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  503.73ms DONE
  2026-08-10 17:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.55ms DONE
  2026-08-10 17:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  84.30ms DONE
  2026-08-10 17:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.41ms DONE
  2026-08-10 17:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.19ms DONE
  2026-08-10 17:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.04ms DONE
  2026-08-10 17:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  122.25ms DONE
  2026-08-10 17:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:22:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.50ms DONE
  2026-08-10 17:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  128.76ms DONE
  2026-08-10 17:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.13ms DONE
  2026-08-10 17:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.99ms DONE
  2026-08-10 17:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.61ms DONE
  2026-08-10 17:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.67ms DONE
  2026-08-10 17:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.40ms DONE
  2026-08-10 17:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.90ms DONE
  2026-08-10 17:30:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:30:11 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.70ms DONE
  2026-08-10 17:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:31:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  325.39ms DONE
  2026-08-10 17:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.59ms DONE
  2026-08-10 17:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.92ms DONE
  2026-08-10 17:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.76ms DONE
  2026-08-10 17:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.88ms DONE
  2026-08-10 17:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.14ms DONE
  2026-08-10 17:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  114.97ms DONE
  2026-08-10 17:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.83ms DONE
  2026-08-10 17:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.78ms DONE
  2026-08-10 17:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.45ms DONE
  2026-08-10 17:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.86ms DONE
  2026-08-10 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.72ms DONE
  2026-08-10 17:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.40ms DONE
  2026-08-10 17:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.62ms DONE
  2026-08-10 17:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.79ms DONE
  2026-08-10 17:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.55ms DONE
  2026-08-10 17:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.86ms DONE
  2026-08-10 17:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:48:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.27ms DONE
  2026-08-10 17:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.36ms DONE
  2026-08-10 17:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.02ms DONE
  2026-08-10 17:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.96ms DONE
  2026-08-10 17:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.50ms DONE
  2026-08-10 17:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.52ms DONE
  2026-08-10 17:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.71ms DONE
  2026-08-10 17:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  177.00ms DONE
  2026-08-10 17:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.75ms DONE
  2026-08-10 17:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.24ms DONE
  2026-08-10 17:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.08ms DONE
  2026-08-10 17:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 17:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.77ms DONE
  2026-08-10 18:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  407.37ms DONE
  2026-08-10 18:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.44ms DONE
  2026-08-10 18:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:02:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  224.85ms DONE
  2026-08-10 18:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.22ms DONE
  2026-08-10 18:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.30ms DONE
  2026-08-10 18:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.01ms DONE
  2026-08-10 18:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.14ms DONE
  2026-08-10 18:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.53ms DONE
  2026-08-10 18:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.67ms DONE
  2026-08-10 18:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.58ms DONE
  2026-08-10 18:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  245.49ms DONE
  2026-08-10 18:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.17ms DONE
  2026-08-10 18:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:12:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.55ms DONE
  2026-08-10 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.39ms DONE
  2026-08-10 18:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.47ms DONE
  2026-08-10 18:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.92ms DONE
  2026-08-10 18:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.29ms DONE
  2026-08-10 18:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.71ms DONE
  2026-08-10 18:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.35ms DONE
  2026-08-10 18:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.45ms DONE
  2026-08-10 18:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.66ms DONE
  2026-08-10 18:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.46ms DONE
  2026-08-10 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.23ms DONE
  2026-08-10 18:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.65ms DONE
  2026-08-10 18:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.77ms DONE
  2026-08-10 18:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.70ms DONE
  2026-08-10 18:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.94ms DONE
  2026-08-10 18:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.43ms DONE
  2026-08-10 18:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.53ms DONE
  2026-08-10 18:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.47ms DONE
  2026-08-10 18:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.88ms DONE
  2026-08-10 18:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  156.23ms DONE
  2026-08-10 18:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.72ms DONE
  2026-08-10 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.10ms DONE
  2026-08-10 18:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.63ms DONE
  2026-08-10 18:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  116.89ms DONE
  2026-08-10 18:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.47ms DONE
  2026-08-10 18:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.20ms DONE
  2026-08-10 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.44ms DONE
  2026-08-10 18:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.75ms DONE
  2026-08-10 18:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.86ms DONE
  2026-08-10 18:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.91ms DONE
  2026-08-10 18:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.61ms DONE
  2026-08-10 18:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.23ms DONE
  2026-08-10 18:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:44:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  299.61ms DONE
  2026-08-10 18:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  467.47ms DONE
  2026-08-10 18:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.00ms DONE
  2026-08-10 18:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.59ms DONE
  2026-08-10 18:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.42ms DONE
  2026-08-10 18:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.00ms DONE
  2026-08-10 18:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.01ms DONE
  2026-08-10 18:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.90ms DONE
  2026-08-10 18:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.00ms DONE
  2026-08-10 18:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.64ms DONE
  2026-08-10 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.87ms DONE
  2026-08-10 18:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.08ms DONE
  2026-08-10 18:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.28ms DONE
  2026-08-10 18:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.42ms DONE
  2026-08-10 18:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.82ms DONE
  2026-08-10 18:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 18:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  181.25ms DONE
  2026-08-10 19:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  579.36ms DONE
  2026-08-10 19:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.35ms DONE
  2026-08-10 19:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.11ms DONE
  2026-08-10 19:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.49ms DONE
  2026-08-10 19:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.12ms DONE
  2026-08-10 19:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.98ms DONE
  2026-08-10 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.96ms DONE
  2026-08-10 19:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.83ms DONE
  2026-08-10 19:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:08:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.40ms DONE
  2026-08-10 19:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.24ms DONE
  2026-08-10 19:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.60ms DONE
  2026-08-10 19:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.54ms DONE
  2026-08-10 19:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.67ms DONE
  2026-08-10 19:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.67ms DONE
  2026-08-10 19:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.87ms DONE
  2026-08-10 19:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  225.28ms DONE
  2026-08-10 19:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.85ms DONE
  2026-08-10 19:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.68ms DONE
  2026-08-10 19:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.99ms DONE
  2026-08-10 19:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.70ms DONE
  2026-08-10 19:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.75ms DONE
  2026-08-10 19:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  175.23ms DONE
  2026-08-10 19:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  116.70ms DONE
  2026-08-10 19:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.15ms DONE
  2026-08-10 19:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.83ms DONE
  2026-08-10 19:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.91ms DONE
  2026-08-10 19:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.00ms DONE
  2026-08-10 19:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.73ms DONE
  2026-08-10 19:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.46ms DONE
  2026-08-10 19:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.31ms DONE
  2026-08-10 19:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.68ms DONE
  2026-08-10 19:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.63ms DONE
  2026-08-10 19:32:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:32:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.48ms DONE
  2026-08-10 19:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.94ms DONE
  2026-08-10 19:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.62ms DONE
  2026-08-10 19:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.01ms DONE
  2026-08-10 19:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  87.18ms DONE
  2026-08-10 19:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.18ms DONE
  2026-08-10 19:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.82ms DONE
  2026-08-10 19:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  874.18ms DONE
  2026-08-10 19:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.79ms DONE
  2026-08-10 19:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  374.66ms DONE
  2026-08-10 19:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.32ms DONE
  2026-08-10 19:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  132.47ms DONE
  2026-08-10 19:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  59.11ms DONE
  2026-08-10 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  50.41ms DONE
  2026-08-10 19:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.43ms DONE
  2026-08-10 19:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.39ms DONE
  2026-08-10 19:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.30ms DONE
  2026-08-10 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.43ms DONE
  2026-08-10 19:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.12ms DONE
  2026-08-10 19:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.24ms DONE
  2026-08-10 19:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.71ms DONE
  2026-08-10 19:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:53:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.96ms DONE
  2026-08-10 19:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.72ms DONE
  2026-08-10 19:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  139.90ms DONE
  2026-08-10 19:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.34ms DONE
  2026-08-10 19:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.62ms DONE
  2026-08-10 19:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.14ms DONE
  2026-08-10 19:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 19:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.78ms DONE
  2026-08-10 20:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  131.18ms DONE
  2026-08-10 20:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.34ms DONE
  2026-08-10 20:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.03ms DONE
  2026-08-10 20:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.60ms DONE
  2026-08-10 20:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.65ms DONE
  2026-08-10 20:05:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:05:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  250.49ms DONE
  2026-08-10 20:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.56ms DONE
  2026-08-10 20:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.93ms DONE
  2026-08-10 20:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.35ms DONE
  2026-08-10 20:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.75ms DONE
  2026-08-10 20:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.62ms DONE
  2026-08-10 20:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.57ms DONE
  2026-08-10 20:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.53ms DONE
  2026-08-10 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.28ms DONE
  2026-08-10 20:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  121.12ms DONE
  2026-08-10 20:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.43ms DONE
  2026-08-10 20:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.13ms DONE
  2026-08-10 20:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.26ms DONE
  2026-08-10 20:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  229.79ms DONE
  2026-08-10 20:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.20ms DONE
  2026-08-10 20:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.52ms DONE
  2026-08-10 20:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:21:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.93ms DONE
  2026-08-10 20:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  210.18ms DONE
  2026-08-10 20:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  91.01ms DONE
  2026-08-10 20:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.13ms DONE
  2026-08-10 20:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  289.42ms DONE
  2026-08-10 20:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.42ms DONE
  2026-08-10 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.33ms DONE
  2026-08-10 20:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.89ms DONE
  2026-08-10 20:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.05ms DONE
  2026-08-10 20:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  153.60ms DONE
  2026-08-10 20:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.49ms DONE
  2026-08-10 20:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.75ms DONE
  2026-08-10 20:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.36ms DONE
  2026-08-10 20:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.22ms DONE
  2026-08-10 20:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.00ms DONE
  2026-08-10 20:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.99ms DONE
  2026-08-10 20:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.33ms DONE
  2026-08-10 20:38:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:38:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.58ms DONE
  2026-08-10 20:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  153.94ms DONE
  2026-08-10 20:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.54ms DONE
  2026-08-10 20:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.69ms DONE
  2026-08-10 20:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.97ms DONE
  2026-08-10 20:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.08ms DONE
  2026-08-10 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.39ms DONE
  2026-08-10 20:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.22ms DONE
  2026-08-10 20:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.63ms DONE
  2026-08-10 20:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.98ms DONE
  2026-08-10 20:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.88ms DONE
  2026-08-10 20:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.41ms DONE
  2026-08-10 20:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.82ms DONE
  2026-08-10 20:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.20ms DONE
  2026-08-10 20:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.14ms DONE
  2026-08-10 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.60ms DONE
  2026-08-10 20:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.80ms DONE
  2026-08-10 20:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:55:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  72.58ms DONE
  2026-08-10 20:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.52ms DONE
  2026-08-10 20:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:57:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.46ms DONE
  2026-08-10 20:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.15ms DONE
  2026-08-10 20:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 20:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.70ms DONE
  2026-08-10 21:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.92ms DONE
  2026-08-10 21:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.96ms DONE
  2026-08-10 21:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.44ms DONE
  2026-08-10 21:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.95ms DONE
  2026-08-10 21:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.95ms DONE
  2026-08-10 21:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.00ms DONE
  2026-08-10 21:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.39ms DONE
  2026-08-10 21:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.58ms DONE
  2026-08-10 21:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.96ms DONE
  2026-08-10 21:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.51ms DONE
  2026-08-10 21:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:10:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.40ms DONE
  2026-08-10 21:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  158.81ms DONE
  2026-08-10 21:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.32ms DONE
  2026-08-10 21:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.23ms DONE
  2026-08-10 21:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:14:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  152.79ms DONE
  2026-08-10 21:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.55ms DONE
  2026-08-10 21:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  169.58ms DONE
  2026-08-10 21:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:17:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.65ms DONE
  2026-08-10 21:18:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:18:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.59ms DONE
  2026-08-10 21:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.01ms DONE
  2026-08-10 21:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:20:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  268.70ms DONE
  2026-08-10 21:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.39ms DONE
  2026-08-10 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.03ms DONE
  2026-08-10 21:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.92ms DONE
  2026-08-10 21:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.66ms DONE
  2026-08-10 21:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  355.47ms DONE
  2026-08-10 21:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:26:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.26ms DONE
  2026-08-10 21:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  275.48ms DONE
  2026-08-10 21:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  187.08ms DONE
  2026-08-10 21:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.19ms DONE
  2026-08-10 21:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:30:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  182.46ms DONE
  2026-08-10 21:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.88ms DONE
  2026-08-10 21:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:32:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.55ms DONE
  2026-08-10 21:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.35ms DONE
  2026-08-10 21:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.11ms DONE
  2026-08-10 21:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:35:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  423.77ms DONE
  2026-08-10 21:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.80ms DONE
  2026-08-10 21:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:37:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  373.55ms DONE
  2026-08-10 21:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.50ms DONE
  2026-08-10 21:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.02ms DONE
  2026-08-10 21:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.02ms DONE
  2026-08-10 21:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.06ms DONE
  2026-08-10 21:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  96.98ms DONE
  2026-08-10 21:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.69ms DONE
  2026-08-10 21:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  89.25ms DONE
  2026-08-10 21:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  172.92ms DONE
  2026-08-10 21:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.46ms DONE
  2026-08-10 21:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  93.51ms DONE
  2026-08-10 21:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:48:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.30ms DONE
  2026-08-10 21:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.52ms DONE
  2026-08-10 21:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.50ms DONE
  2026-08-10 21:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.64ms DONE
  2026-08-10 21:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:52:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.18ms DONE
  2026-08-10 21:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:53:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.10ms DONE
  2026-08-10 21:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.44ms DONE
  2026-08-10 21:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.50ms DONE
  2026-08-10 21:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.47ms DONE
  2026-08-10 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.62ms DONE
  2026-08-10 21:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.36ms DONE
  2026-08-10 21:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 21:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.74ms DONE
  2026-08-10 22:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:00:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  288.17ms DONE
  2026-08-10 22:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:01:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  233.50ms DONE
  2026-08-10 22:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.35ms DONE
  2026-08-10 22:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.77ms DONE
  2026-08-10 22:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.19ms DONE
  2026-08-10 22:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  598.20ms DONE
  2026-08-10 22:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  219.45ms DONE
  2026-08-10 22:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:07:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  228.00ms DONE
  2026-08-10 22:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.43ms DONE
  2026-08-10 22:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.02ms DONE
  2026-08-10 22:10:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:10:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.78ms DONE
  2026-08-10 22:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.03ms DONE
  2026-08-10 22:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.55ms DONE
  2026-08-10 22:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.96ms DONE
  2026-08-10 22:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.13ms DONE
  2026-08-10 22:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.14ms DONE
  2026-08-10 22:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.82ms DONE
  2026-08-10 22:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  144.97ms DONE
  2026-08-10 22:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.71ms DONE
  2026-08-10 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.50ms DONE
  2026-08-10 22:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.37ms DONE
  2026-08-10 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.01ms DONE
  2026-08-10 22:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.04ms DONE
  2026-08-10 22:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.48ms DONE
  2026-08-10 22:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.68ms DONE
  2026-08-10 22:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  116.42ms DONE
  2026-08-10 22:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.31ms DONE
  2026-08-10 22:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.74ms DONE
  2026-08-10 22:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.93ms DONE
  2026-08-10 22:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.24ms DONE
  2026-08-10 22:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:30:09 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  405.80ms DONE
  2026-08-10 22:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:31:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.64ms DONE
  2026-08-10 22:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.73ms DONE
  2026-08-10 22:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.86ms DONE
  2026-08-10 22:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.33ms DONE
  2026-08-10 22:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.32ms DONE
  2026-08-10 22:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.13ms DONE
  2026-08-10 22:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.00ms DONE
  2026-08-10 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.45ms DONE
  2026-08-10 22:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.59ms DONE
  2026-08-10 22:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.85ms DONE
  2026-08-10 22:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.58ms DONE
  2026-08-10 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.37ms DONE
  2026-08-10 22:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.26ms DONE
  2026-08-10 22:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.83ms DONE
  2026-08-10 22:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:45:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.65ms DONE
  2026-08-10 22:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.32ms DONE
  2026-08-10 22:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.28ms DONE
  2026-08-10 22:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.51ms DONE
  2026-08-10 22:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.40ms DONE
  2026-08-10 22:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.39ms DONE
  2026-08-10 22:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.85ms DONE
  2026-08-10 22:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.17ms DONE
  2026-08-10 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.46ms DONE
  2026-08-10 22:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.48ms DONE
  2026-08-10 22:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.07ms DONE
  2026-08-10 22:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.30ms DONE
  2026-08-10 22:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.98ms DONE
  2026-08-10 22:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:58:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  221.09ms DONE
  2026-08-10 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.42ms DONE
  2026-08-10 23:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:00:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  381.63ms DONE
  2026-08-10 23:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.33ms DONE
  2026-08-10 23:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.70ms DONE
  2026-08-10 23:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.63ms DONE
  2026-08-10 23:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.97ms DONE
  2026-08-10 23:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:05:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  136.20ms DONE
  2026-08-10 23:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.67ms DONE
  2026-08-10 23:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.96ms DONE
  2026-08-10 23:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.50ms DONE
  2026-08-10 23:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  105.90ms DONE
  2026-08-10 23:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.40ms DONE
  2026-08-10 23:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  67.12ms DONE
  2026-08-10 23:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.29ms DONE
  2026-08-10 23:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.88ms DONE
  2026-08-10 23:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.36ms DONE
  2026-08-10 23:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.71ms DONE
  2026-08-10 23:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.09ms DONE
  2026-08-10 23:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:17:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  188.05ms DONE
  2026-08-10 23:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.20ms DONE
  2026-08-10 23:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.19ms DONE
  2026-08-10 23:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  580.14ms DONE
  2026-08-10 23:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.62ms DONE
  2026-08-10 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.04ms DONE
  2026-08-10 23:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:23:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.57ms DONE
  2026-08-10 23:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.17ms DONE
  2026-08-10 23:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  146.62ms DONE
  2026-08-10 23:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  75.69ms DONE
  2026-08-10 23:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:27:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.21ms DONE
  2026-08-10 23:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.96ms DONE
  2026-08-10 23:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.14ms DONE
  2026-08-10 23:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.66ms DONE
  2026-08-10 23:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:31:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.42ms DONE
  2026-08-10 23:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.01ms DONE
  2026-08-10 23:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.66ms DONE
  2026-08-10 23:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.13ms DONE
  2026-08-10 23:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  160.29ms DONE
  2026-08-10 23:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.14ms DONE
  2026-08-10 23:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.38ms DONE
  2026-08-10 23:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:38:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.73ms DONE
  2026-08-10 23:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.64ms DONE
  2026-08-10 23:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.07ms DONE
  2026-08-10 23:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.08ms DONE
  2026-08-10 23:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.38ms DONE
  2026-08-10 23:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.63ms DONE
  2026-08-10 23:44:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:44:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  74.22ms DONE
  2026-08-10 23:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.09ms DONE
  2026-08-10 23:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:46:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.41ms DONE
  2026-08-10 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.76ms DONE
  2026-08-10 23:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  219.45ms DONE
  2026-08-10 23:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  393.86ms DONE
  2026-08-10 23:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:50:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.41ms DONE
  2026-08-10 23:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.55ms DONE
  2026-08-10 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.82ms DONE
  2026-08-10 23:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.09ms DONE
  2026-08-10 23:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.36ms DONE
  2026-08-10 23:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  264.09ms DONE
  2026-08-10 23:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.39ms DONE
  2026-08-10 23:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.03ms DONE
  2026-08-10 23:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.84ms DONE
  2026-08-10 23:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-10 23:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.59ms DONE
  2026-08-11 00:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  61.65ms DONE
  2026-08-11 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.29ms DONE
  2026-08-11 00:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.69ms DONE
  2026-08-11 00:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.14ms DONE
  2026-08-11 00:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.18ms DONE
  2026-08-11 00:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.66ms DONE
  2026-08-11 00:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.98ms DONE
  2026-08-11 00:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.46ms DONE
  2026-08-11 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  143.18ms DONE
  2026-08-11 00:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:09:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  43.03ms DONE
  2026-08-11 00:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.53ms DONE
  2026-08-11 00:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.13ms DONE
  2026-08-11 00:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.94ms DONE
  2026-08-11 00:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.12ms DONE
  2026-08-11 00:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.18ms DONE
  2026-08-11 00:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.85ms DONE
  2026-08-11 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.83ms DONE
  2026-08-11 00:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  116.24ms DONE
  2026-08-11 00:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.81ms DONE
  2026-08-11 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.96ms DONE
  2026-08-11 00:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  454.51ms DONE
  2026-08-11 00:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  68.05ms DONE
  2026-08-11 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  85.18ms DONE
  2026-08-11 00:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.88ms DONE
  2026-08-11 00:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.45ms DONE
  2026-08-11 00:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.80ms DONE
  2026-08-11 00:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  229.51ms DONE
  2026-08-11 00:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.30ms DONE
  2026-08-11 00:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.90ms DONE
  2026-08-11 00:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  198.01ms DONE
  2026-08-11 00:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.04ms DONE
  2026-08-11 00:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:31:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.88ms DONE
  2026-08-11 00:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.05ms DONE
  2026-08-11 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.63ms DONE
  2026-08-11 00:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.34ms DONE
  2026-08-11 00:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.07ms DONE
  2026-08-11 00:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.94ms DONE
  2026-08-11 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.06ms DONE
  2026-08-11 00:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.40ms DONE
  2026-08-11 00:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.06ms DONE
  2026-08-11 00:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.15ms DONE
  2026-08-11 00:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.95ms DONE
  2026-08-11 00:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.05ms DONE
  2026-08-11 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  64.18ms DONE
  2026-08-11 00:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.40ms DONE
  2026-08-11 00:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  356.03ms DONE
  2026-08-11 00:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.65ms DONE
  2026-08-11 00:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:47:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.39ms DONE
  2026-08-11 00:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.67ms DONE
  2026-08-11 00:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  80.81ms DONE
  2026-08-11 00:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  233.46ms DONE
  2026-08-11 00:51:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:51:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  107.99ms DONE
  2026-08-11 00:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.13ms DONE
  2026-08-11 00:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:53:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.44ms DONE
  2026-08-11 00:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.58ms DONE
  2026-08-11 00:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.56ms DONE
  2026-08-11 00:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.57ms DONE
  2026-08-11 00:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.64ms DONE
  2026-08-11 00:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.11ms DONE
  2026-08-11 00:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 00:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.84ms DONE
  2026-08-11 01:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:00:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  140.61ms DONE
  2026-08-11 01:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.45ms DONE
  2026-08-11 01:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  137.75ms DONE
  2026-08-11 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.05ms DONE
  2026-08-11 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  88.97ms DONE
  2026-08-11 01:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.75ms DONE
  2026-08-11 01:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  77.07ms DONE
  2026-08-11 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.84ms DONE
  2026-08-11 01:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:08:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.69ms DONE
  2026-08-11 01:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.74ms DONE
  2026-08-11 01:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.25ms DONE
  2026-08-11 01:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.22ms DONE
  2026-08-11 01:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.23ms DONE
  2026-08-11 01:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.24ms DONE
  2026-08-11 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.12ms DONE
  2026-08-11 01:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.97ms DONE
  2026-08-11 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.61ms DONE
  2026-08-11 01:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  56.32ms DONE
  2026-08-11 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.45ms DONE
  2026-08-11 01:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.51ms DONE
  2026-08-11 01:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.88ms DONE
  2026-08-11 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.17ms DONE
  2026-08-11 01:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.29ms DONE
  2026-08-11 01:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.02ms DONE
  2026-08-11 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  156.76ms DONE
  2026-08-11 01:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  62.06ms DONE
  2026-08-11 01:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.51ms DONE
  2026-08-11 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.90ms DONE
  2026-08-11 01:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.00ms DONE
  2026-08-11 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.59ms DONE
  2026-08-11 01:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.11ms DONE
  2026-08-11 01:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.67ms DONE
  2026-08-11 01:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.49ms DONE
  2026-08-11 01:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.32ms DONE
  2026-08-11 01:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:34:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.22ms DONE
  2026-08-11 01:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.94ms DONE
  2026-08-11 01:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:36:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.42ms DONE
  2026-08-11 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.04ms DONE
  2026-08-11 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.63ms DONE
  2026-08-11 01:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:39:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.38ms DONE
  2026-08-11 01:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.82ms DONE
  2026-08-11 01:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  91.25ms DONE
  2026-08-11 01:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.15ms DONE
  2026-08-11 01:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.40ms DONE
  2026-08-11 01:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:44:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.45ms DONE
  2026-08-11 01:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.18ms DONE
  2026-08-11 01:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.23ms DONE
  2026-08-11 01:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.66ms DONE
  2026-08-11 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.77ms DONE
  2026-08-11 01:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.39ms DONE
  2026-08-11 01:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.19ms DONE
  2026-08-11 01:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.83ms DONE
  2026-08-11 01:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.87ms DONE
  2026-08-11 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.05ms DONE
  2026-08-11 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  170.91ms DONE
  2026-08-11 01:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:55:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  303.75ms DONE
  2026-08-11 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.64ms DONE
  2026-08-11 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.95ms DONE
  2026-08-11 01:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.01ms DONE
  2026-08-11 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 01:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.96ms DONE
  2026-08-11 02:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  113.74ms DONE
  2026-08-11 02:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.05ms DONE
  2026-08-11 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.05ms DONE
  2026-08-11 02:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.90ms DONE
  2026-08-11 02:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.43ms DONE
  2026-08-11 02:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  101.55ms DONE
  2026-08-11 02:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.18ms DONE
  2026-08-11 02:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.06ms DONE
  2026-08-11 02:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  55.69ms DONE
  2026-08-11 02:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.91ms DONE
  2026-08-11 02:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.39ms DONE
  2026-08-11 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.20ms DONE
  2026-08-11 02:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.75ms DONE
  2026-08-11 02:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.21ms DONE
  2026-08-11 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  158.91ms DONE
  2026-08-11 02:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.13ms DONE
  2026-08-11 02:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.16ms DONE
  2026-08-11 02:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  783.17ms DONE
  2026-08-11 02:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.58ms DONE
  2026-08-11 02:19:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:19:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  445.94ms DONE
  2026-08-11 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.77ms DONE
  2026-08-11 02:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.14ms DONE
  2026-08-11 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.72ms DONE
  2026-08-11 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.49ms DONE
  2026-08-11 02:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.33ms DONE
  2026-08-11 02:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:25:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.78ms DONE
  2026-08-11 02:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.03ms DONE
  2026-08-11 02:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.97ms DONE
  2026-08-11 02:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.34ms DONE
  2026-08-11 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.65ms DONE
  2026-08-11 02:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.00ms DONE
  2026-08-11 02:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.52ms DONE
  2026-08-11 02:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.82ms DONE
  2026-08-11 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.22ms DONE
  2026-08-11 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.58ms DONE
  2026-08-11 02:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.85ms DONE
  2026-08-11 02:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.49ms DONE
  2026-08-11 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.52ms DONE
  2026-08-11 02:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.66ms DONE
  2026-08-11 02:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.17ms DONE
  2026-08-11 02:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  280.06ms DONE
  2026-08-11 02:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.60ms DONE
  2026-08-11 02:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.92ms DONE
  2026-08-11 02:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.80ms DONE
  2026-08-11 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.61ms DONE
  2026-08-11 02:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.54ms DONE
  2026-08-11 02:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.86ms DONE
  2026-08-11 02:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.27ms DONE
  2026-08-11 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.40ms DONE
  2026-08-11 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.90ms DONE
  2026-08-11 02:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.70ms DONE
  2026-08-11 02:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.15ms DONE
  2026-08-11 02:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.70ms DONE
  2026-08-11 02:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.77ms DONE
  2026-08-11 02:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.93ms DONE
  2026-08-11 02:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.91ms DONE
  2026-08-11 02:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.56ms DONE
  2026-08-11 02:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.81ms DONE
  2026-08-11 02:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.40ms DONE
  2026-08-11 02:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 02:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.23ms DONE
  2026-08-11 03:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:00:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  132.51ms DONE
  2026-08-11 03:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.38ms DONE
  2026-08-11 03:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.46ms DONE
  2026-08-11 03:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:03:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.20ms DONE
  2026-08-11 03:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:04:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.89ms DONE
  2026-08-11 03:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.49ms DONE
  2026-08-11 03:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.64ms DONE
  2026-08-11 03:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:07:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.42ms DONE
  2026-08-11 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.85ms DONE
  2026-08-11 03:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.25ms DONE
  2026-08-11 03:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.29ms DONE
  2026-08-11 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.58ms DONE
  2026-08-11 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.98ms DONE
  2026-08-11 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.33ms DONE
  2026-08-11 03:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.64ms DONE
  2026-08-11 03:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  128.53ms DONE
  2026-08-11 03:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  65.50ms DONE
  2026-08-11 03:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.60ms DONE
  2026-08-11 03:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.27ms DONE
  2026-08-11 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.92ms DONE
  2026-08-11 03:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:20:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.11ms DONE
  2026-08-11 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.89ms DONE
  2026-08-11 03:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.54ms DONE
  2026-08-11 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  99.16ms DONE
  2026-08-11 03:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.01ms DONE
  2026-08-11 03:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.98ms DONE
  2026-08-11 03:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.60ms DONE
  2026-08-11 03:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.58ms DONE
  2026-08-11 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.15ms DONE
  2026-08-11 03:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:29:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.82ms DONE
  2026-08-11 03:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.20ms DONE
  2026-08-11 03:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.50ms DONE
  2026-08-11 03:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.83ms DONE
  2026-08-11 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.55ms DONE
  2026-08-11 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.40ms DONE
  2026-08-11 03:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.64ms DONE
  2026-08-11 03:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  121.24ms DONE
  2026-08-11 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.19ms DONE
  2026-08-11 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.76ms DONE
  2026-08-11 03:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.05ms DONE
  2026-08-11 03:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:40:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  138.71ms DONE
  2026-08-11 03:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.11ms DONE
  2026-08-11 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.55ms DONE
  2026-08-11 03:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.39ms DONE
  2026-08-11 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.52ms DONE
  2026-08-11 03:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:45:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  54.42ms DONE
  2026-08-11 03:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.55ms DONE
  2026-08-11 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.48ms DONE
  2026-08-11 03:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.17ms DONE
  2026-08-11 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:49:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.64ms DONE
  2026-08-11 03:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.95ms DONE
  2026-08-11 03:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.74ms DONE
  2026-08-11 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.36ms DONE
  2026-08-11 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.32ms DONE
  2026-08-11 03:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.28ms DONE
  2026-08-11 03:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.09ms DONE
  2026-08-11 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.06ms DONE
  2026-08-11 03:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.77ms DONE
  2026-08-11 03:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.71ms DONE
  2026-08-11 03:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 03:59:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.04ms DONE
  2026-08-11 04:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:00:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.32ms DONE
  2026-08-11 04:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.34ms DONE
  2026-08-11 04:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.52ms DONE
  2026-08-11 04:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.63ms DONE
  2026-08-11 04:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:04:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.88ms DONE
  2026-08-11 04:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.87ms DONE
  2026-08-11 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.94ms DONE
  2026-08-11 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.41ms DONE
  2026-08-11 04:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.05ms DONE
  2026-08-11 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.00ms DONE
  2026-08-11 04:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:10:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  115.37ms DONE
  2026-08-11 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.92ms DONE
  2026-08-11 04:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.66ms DONE
  2026-08-11 04:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  147.41ms DONE
  2026-08-11 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.45ms DONE
  2026-08-11 04:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:15:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  129.44ms DONE
  2026-08-11 04:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.66ms DONE
  2026-08-11 04:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:17:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.09ms DONE
  2026-08-11 04:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  193.71ms DONE
  2026-08-11 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.49ms DONE
  2026-08-11 04:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:20:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.57ms DONE
  2026-08-11 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.29ms DONE
  2026-08-11 04:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.44ms DONE
  2026-08-11 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.00ms DONE
  2026-08-11 04:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.24ms DONE
  2026-08-11 04:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.97ms DONE
  2026-08-11 04:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.56ms DONE
  2026-08-11 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.27ms DONE
  2026-08-11 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.18ms DONE
  2026-08-11 04:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.21ms DONE
  2026-08-11 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.32ms DONE
  2026-08-11 04:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.32ms DONE
  2026-08-11 04:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.56ms DONE
  2026-08-11 04:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:33:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.05ms DONE
  2026-08-11 04:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.25ms DONE
  2026-08-11 04:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.87ms DONE
  2026-08-11 04:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.79ms DONE
  2026-08-11 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.01ms DONE
  2026-08-11 04:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.12ms DONE
  2026-08-11 04:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.62ms DONE
  2026-08-11 04:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  95.46ms DONE
  2026-08-11 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.06ms DONE
  2026-08-11 04:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  48.80ms DONE
  2026-08-11 04:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.56ms DONE
  2026-08-11 04:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  192.62ms DONE
  2026-08-11 04:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.87ms DONE
  2026-08-11 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.67ms DONE
  2026-08-11 04:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.10ms DONE
  2026-08-11 04:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.35ms DONE
  2026-08-11 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.08ms DONE
  2026-08-11 04:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:50:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.23ms DONE
  2026-08-11 04:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.77ms DONE
  2026-08-11 04:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.53ms DONE
  2026-08-11 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.89ms DONE
  2026-08-11 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.63ms DONE
  2026-08-11 04:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.23ms DONE
  2026-08-11 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.57ms DONE
  2026-08-11 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.27ms DONE
  2026-08-11 04:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:58:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.87ms DONE
  2026-08-11 04:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 04:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.00ms DONE
  2026-08-11 05:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.43ms DONE
  2026-08-11 05:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.52ms DONE
  2026-08-11 05:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:02:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.48ms DONE
  2026-08-11 05:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.28ms DONE
  2026-08-11 05:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.17ms DONE
  2026-08-11 05:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.07ms DONE
  2026-08-11 05:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.34ms DONE
  2026-08-11 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.13ms DONE
  2026-08-11 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.88ms DONE
  2026-08-11 05:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.64ms DONE
  2026-08-11 05:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.93ms DONE
  2026-08-11 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.65ms DONE
  2026-08-11 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.67ms DONE
  2026-08-11 05:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.60ms DONE
  2026-08-11 05:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.70ms DONE
  2026-08-11 05:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:15:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  49.81ms DONE
  2026-08-11 05:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:16:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.57ms DONE
  2026-08-11 05:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:17:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  183.08ms DONE
  2026-08-11 05:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.03ms DONE
  2026-08-11 05:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.56ms DONE
  2026-08-11 05:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.65ms DONE
  2026-08-11 05:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.48ms DONE
  2026-08-11 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.34ms DONE
  2026-08-11 05:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.32ms DONE
  2026-08-11 05:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.36ms DONE
  2026-08-11 05:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  28.76ms DONE
  2026-08-11 05:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-08-11 05:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.78ms DONE
  2026-08-11 05:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:28:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.18ms DONE
  2026-08-11 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.86ms DONE
  2026-08-11 05:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:30:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.68ms DONE
  2026-08-11 05:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.71ms DONE
  2026-08-11 05:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.68ms DONE
  2026-08-11 05:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.79ms DONE
  2026-08-11 05:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.55ms DONE
  2026-08-11 05:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.01ms DONE
  2026-08-11 05:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.35ms DONE
  2026-08-11 05:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.52ms DONE
  2026-08-11 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.37ms DONE
  2026-08-11 05:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  63.00ms DONE
  2026-08-11 05:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.52ms DONE
  2026-08-11 05:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:41:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.36ms DONE
  2026-08-11 05:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.51ms DONE
  2026-08-11 05:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:43:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.83ms DONE
  2026-08-11 05:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.89ms DONE
  2026-08-11 05:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:45:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  37.00ms DONE
  2026-08-11 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.67ms DONE
  2026-08-11 05:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.83ms DONE
  2026-08-11 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.62ms DONE
  2026-08-11 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.15ms DONE
  2026-08-11 05:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.59ms DONE
  2026-08-11 05:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.54ms DONE
  2026-08-11 05:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.35ms DONE
  2026-08-11 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.65ms DONE
  2026-08-11 05:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.84ms DONE
  2026-08-11 05:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.76ms DONE
  2026-08-11 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.37ms DONE
  2026-08-11 05:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.48ms DONE
  2026-08-11 05:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.76ms DONE
  2026-08-11 05:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 05:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.23ms DONE
  2026-08-11 06:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  115.91ms DONE
  2026-08-11 06:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.92ms DONE
  2026-08-11 06:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.78ms DONE
  2026-08-11 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.01ms DONE
  2026-08-11 06:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  57.52ms DONE
  2026-08-11 06:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.53ms DONE
  2026-08-11 06:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.24ms DONE
  2026-08-11 06:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.79ms DONE
  2026-08-11 06:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.99ms DONE
  2026-08-11 06:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.70ms DONE
  2026-08-11 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:10:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.67ms DONE
  2026-08-11 06:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:11:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.34ms DONE
  2026-08-11 06:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:12:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.27ms DONE
  2026-08-11 06:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.91ms DONE
  2026-08-11 06:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:14:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  51.87ms DONE
  2026-08-11 06:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:15:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.55ms DONE
  2026-08-11 06:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  60.85ms DONE
  2026-08-11 06:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:17:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.19ms DONE
  2026-08-11 06:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:18:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  95.35ms DONE
  2026-08-11 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.89ms DONE
  2026-08-11 06:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:20:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  103.59ms DONE
  2026-08-11 06:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.96ms DONE
  2026-08-11 06:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:22:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  144.63ms DONE
  2026-08-11 06:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:23:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.97ms DONE
  2026-08-11 06:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.01ms DONE
  2026-08-11 06:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:25:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  139.13ms DONE
  2026-08-11 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.94ms DONE
  2026-08-11 06:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.29ms DONE
  2026-08-11 06:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.48ms DONE
  2026-08-11 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.39ms DONE
  2026-08-11 06:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:30:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.93ms DONE
  2026-08-11 06:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.00ms DONE
  2026-08-11 06:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:32:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.36ms DONE
  2026-08-11 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  35.62ms DONE
  2026-08-11 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.78ms DONE
  2026-08-11 06:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:35:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.11ms DONE
  2026-08-11 06:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.21ms DONE
  2026-08-11 06:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.46ms DONE
  2026-08-11 06:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.36ms DONE
  2026-08-11 06:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:39:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.92ms DONE
  2026-08-11 06:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:40:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.76ms DONE
  2026-08-11 06:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.04ms DONE
  2026-08-11 06:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:42:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.79ms DONE
  2026-08-11 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.74ms DONE
  2026-08-11 06:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.72ms DONE
  2026-08-11 06:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  86.34ms DONE
  2026-08-11 06:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.60ms DONE
  2026-08-11 06:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.21ms DONE
  2026-08-11 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  34.48ms DONE
  2026-08-11 06:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.19ms DONE
  2026-08-11 06:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.27ms DONE
  2026-08-11 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.15ms DONE
  2026-08-11 06:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.26ms DONE
  2026-08-11 06:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.49ms DONE
  2026-08-11 06:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:54:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.56ms DONE
  2026-08-11 06:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:55:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.73ms DONE
  2026-08-11 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.20ms DONE
  2026-08-11 06:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:57:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.07ms DONE
  2026-08-11 06:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.25ms DONE
  2026-08-11 06:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 06:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.28ms DONE
  2026-08-11 07:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:00:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  126.18ms DONE
  2026-08-11 07:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.08ms DONE
  2026-08-11 07:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.67ms DONE
  2026-08-11 07:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:03:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  45.74ms DONE
  2026-08-11 07:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.87ms DONE
  2026-08-11 07:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:05:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.88ms DONE
  2026-08-11 07:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.45ms DONE
  2026-08-11 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.96ms DONE
  2026-08-11 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.11ms DONE
  2026-08-11 07:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.99ms DONE
  2026-08-11 07:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.99ms DONE
  2026-08-11 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.64ms DONE
  2026-08-11 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.04ms DONE
  2026-08-11 07:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.04ms DONE
  2026-08-11 07:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.28ms DONE
  2026-08-11 07:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.58ms DONE
  2026-08-11 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.53ms DONE
  2026-08-11 07:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:17:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  83.85ms DONE
  2026-08-11 07:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:18:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.48ms DONE
  2026-08-11 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.01ms DONE
  2026-08-11 07:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:20:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  125.55ms DONE
  2026-08-11 07:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.96ms DONE
  2026-08-11 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.47ms DONE
  2026-08-11 07:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.26ms DONE
  2026-08-11 07:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.03ms DONE
  2026-08-11 07:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.36ms DONE
  2026-08-11 07:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.88ms DONE
  2026-08-11 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.85ms DONE
  2026-08-11 07:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.72ms DONE
  2026-08-11 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.28ms DONE
  2026-08-11 07:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:30:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  78.13ms DONE
  2026-08-11 07:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  130.60ms DONE
  2026-08-11 07:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.33ms DONE
  2026-08-11 07:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.89ms DONE
  2026-08-11 07:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.13ms DONE
  2026-08-11 07:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:35:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.04ms DONE
  2026-08-11 07:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:36:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.33ms DONE
  2026-08-11 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.46ms DONE
  2026-08-11 07:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:38:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  90.42ms DONE
  2026-08-11 07:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:39:07 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  71.63ms DONE
  2026-08-11 07:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:40:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  53.04ms DONE
  2026-08-11 07:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.89ms DONE
  2026-08-11 07:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.21ms DONE
  2026-08-11 07:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.93ms DONE
  2026-08-11 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.61ms DONE
  2026-08-11 07:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:45:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.75ms DONE
  2026-08-11 07:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:46:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.31ms DONE
  2026-08-11 07:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:47:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.01ms DONE
  2026-08-11 07:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:48:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  208.44ms DONE
  2026-08-11 07:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.76ms DONE
  2026-08-11 07:50:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:50:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  253.05ms DONE
  2026-08-11 07:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:51:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.24ms DONE
  2026-08-11 07:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:52:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.15ms DONE
  2026-08-11 07:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.44ms DONE
  2026-08-11 07:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:54:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.56ms DONE
  2026-08-11 07:55:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:55:08 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.42ms DONE
  2026-08-11 07:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:56:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.92ms DONE
  2026-08-11 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.36ms DONE
  2026-08-11 07:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.77ms DONE
  2026-08-11 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.94ms DONE
  2026-08-11 08:00:16 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:00:16 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  178.65ms DONE
  2026-08-11 08:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:01:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.29ms DONE
  2026-08-11 08:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:02:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.16ms DONE
  2026-08-11 08:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.68ms DONE
  2026-08-11 08:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.00ms DONE
  2026-08-11 08:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:05:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  27.18ms DONE
  2026-08-11 08:06:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:06:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  337.89ms DONE
  2026-08-11 08:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.46ms DONE
  2026-08-11 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.83ms DONE
  2026-08-11 08:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:09:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  44.00ms DONE
  2026-08-11 08:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:10:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.66ms DONE
  2026-08-11 08:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:11:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.05ms DONE
  2026-08-11 08:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:12:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.70ms DONE
  2026-08-11 08:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  47.07ms DONE
  2026-08-11 08:14:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:14:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.42ms DONE

   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+42 vendor frames [22m

  43  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))

  2026-08-11 08:19:51 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:19:51 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.14ms DONE
  2026-08-11 08:19:51 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:19:51 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.41ms DONE
  2026-08-11 08:19:51 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:19:51 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.05ms DONE
  2026-08-11 08:20:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:20:15 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  81.25ms DONE
  2026-08-11 08:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:21:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  46.16ms DONE
  2026-08-11 08:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.52ms DONE
  2026-08-11 08:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.93ms DONE
  2026-08-11 08:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:24:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  97.91ms DONE
  2026-08-11 08:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:25:06 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.04ms DONE
  2026-08-11 08:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:26:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-08-11 08:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:27:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.78ms DONE
  2026-08-11 08:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.25ms DONE
  2026-08-11 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.59ms DONE
  2026-08-11 08:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  30.42ms DONE
  2026-08-11 08:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.65ms DONE
  2026-08-11 08:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.54ms DONE
  2026-08-11 08:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.98ms DONE
  2026-08-11 08:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.17ms DONE

   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))

  2026-08-11 08:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.77ms DONE
  2026-08-11 08:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.48ms DONE
  2026-08-11 08:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-11 08:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.14ms DONE
  2026-08-11 08:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.83ms DONE
  2026-08-11 08:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.97ms DONE
  2026-08-11 08:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.08ms DONE
  2026-08-11 08:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.59ms DONE
  2026-08-11 08:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.03ms DONE
  2026-08-11 08:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.87ms DONE
  2026-08-11 08:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.18ms DONE
  2026-08-11 08:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.26ms DONE
  2026-08-11 08:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-11 08:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-11 08:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-11 08:52:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:52:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.09ms DONE
  2026-08-11 08:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.10ms DONE
  2026-08-11 08:54:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:54:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.58ms DONE
  2026-08-11 08:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.05ms DONE
  2026-08-11 08:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.24ms DONE
  2026-08-11 08:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-11 08:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.76ms DONE
  2026-08-11 08:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 08:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-11 09:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.55ms DONE
  2026-08-11 09:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.33ms DONE
  2026-08-11 09:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.00ms DONE
  2026-08-11 09:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.84ms DONE
  2026-08-11 09:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.84ms DONE
  2026-08-11 09:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.18ms DONE
  2026-08-11 09:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-11 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.91ms DONE
  2026-08-11 09:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.40ms DONE
  2026-08-11 09:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.59ms DONE
  2026-08-11 09:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.23ms DONE
  2026-08-11 09:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.90ms DONE
  2026-08-11 09:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-11 09:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.06ms DONE
  2026-08-11 09:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-11 09:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.80ms DONE
  2026-08-11 09:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.97ms DONE
  2026-08-11 09:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.31ms DONE
  2026-08-11 09:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.86ms DONE
  2026-08-11 09:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.31ms DONE
  2026-08-11 09:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.84ms DONE
  2026-08-11 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.44ms DONE
  2026-08-11 09:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-11 09:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.95ms DONE
  2026-08-11 09:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-11 09:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.83ms DONE
  2026-08-11 09:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.41ms DONE
  2026-08-11 09:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.18ms DONE
  2026-08-11 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.51ms DONE
  2026-08-11 09:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-11 09:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.11ms DONE
  2026-08-11 09:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.36ms DONE
  2026-08-11 09:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.33ms DONE
  2026-08-11 09:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.61ms DONE
  2026-08-11 09:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.69ms DONE
  2026-08-11 09:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.33ms DONE
  2026-08-11 09:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-11 09:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.21ms DONE
  2026-08-11 09:38:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:38:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.11ms DONE
  2026-08-11 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.60ms DONE
  2026-08-11 09:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.36ms DONE
  2026-08-11 09:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.29ms DONE
  2026-08-11 09:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.31ms DONE
  2026-08-11 09:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-11 09:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.24ms DONE
  2026-08-11 09:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.65ms DONE
  2026-08-11 09:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.50ms DONE
  2026-08-11 09:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.83ms DONE
  2026-08-11 09:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-11 09:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-11 09:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.94ms DONE
  2026-08-11 09:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.12ms DONE
  2026-08-11 09:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE
  2026-08-11 09:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-11 09:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.80ms DONE
  2026-08-11 09:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.65ms DONE
  2026-08-11 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.03ms DONE
  2026-08-11 09:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.97ms DONE
  2026-08-11 09:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.24ms DONE
  2026-08-11 09:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 09:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-11 10:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.21ms DONE
  2026-08-11 10:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.58ms DONE
  2026-08-11 10:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.97ms DONE
  2026-08-11 10:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-11 10:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.00ms DONE
  2026-08-11 10:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.81ms DONE
  2026-08-11 10:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.69ms DONE
  2026-08-11 10:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.89ms DONE
  2026-08-11 10:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-11 10:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.39ms DONE
  2026-08-11 10:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.16ms DONE
  2026-08-11 10:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.69ms DONE
  2026-08-11 10:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-11 10:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.42ms DONE
  2026-08-11 10:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.63ms DONE
  2026-08-11 10:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.59ms DONE
  2026-08-11 10:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.46ms DONE
  2026-08-11 10:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.26ms DONE
  2026-08-11 10:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.69ms DONE
  2026-08-11 10:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.03ms DONE
  2026-08-11 10:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.80ms DONE
  2026-08-11 10:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.14ms DONE
  2026-08-11 10:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.14ms DONE
  2026-08-11 10:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-11 10:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.68ms DONE
  2026-08-11 10:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.10ms DONE
  2026-08-11 10:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.34ms DONE
  2026-08-11 10:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.74ms DONE
  2026-08-11 10:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.39ms DONE
  2026-08-11 10:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.83ms DONE
  2026-08-11 10:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.33ms DONE
  2026-08-11 10:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.64ms DONE
  2026-08-11 10:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.05ms DONE
  2026-08-11 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-11 10:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.10ms DONE
  2026-08-11 10:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.95ms DONE
  2026-08-11 10:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.84ms DONE
  2026-08-11 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.07ms DONE
  2026-08-11 10:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.07ms DONE
  2026-08-11 10:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.12ms DONE
  2026-08-11 10:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.03ms DONE
  2026-08-11 10:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.90ms DONE
  2026-08-11 10:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.22ms DONE
  2026-08-11 10:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.73ms DONE
  2026-08-11 10:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.78ms DONE
  2026-08-11 10:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.21ms DONE
  2026-08-11 10:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.28ms DONE
  2026-08-11 10:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.22ms DONE
  2026-08-11 10:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.24ms DONE
  2026-08-11 10:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.47ms DONE
  2026-08-11 10:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.24ms DONE
  2026-08-11 10:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.22ms DONE
  2026-08-11 10:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.80ms DONE
  2026-08-11 10:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.67ms DONE
  2026-08-11 10:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.84ms DONE
  2026-08-11 10:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.31ms DONE
  2026-08-11 10:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.53ms DONE
  2026-08-11 10:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-11 10:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-11 10:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 10:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.84ms DONE
  2026-08-11 11:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.43ms DONE
  2026-08-11 11:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.08ms DONE
  2026-08-11 11:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.96ms DONE
  2026-08-11 11:03:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:03:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.89ms DONE
  2026-08-11 11:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.90ms DONE
  2026-08-11 11:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.98ms DONE
  2026-08-11 11:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.09ms DONE
  2026-08-11 11:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.92ms DONE
  2026-08-11 11:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-11 11:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.55ms DONE
  2026-08-11 11:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.21ms DONE
  2026-08-11 11:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.21ms DONE
  2026-08-11 11:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.24ms DONE
  2026-08-11 11:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.65ms DONE
  2026-08-11 11:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.22ms DONE
  2026-08-11 11:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.40ms DONE
  2026-08-11 11:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.76ms DONE
  2026-08-11 11:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.16ms DONE
  2026-08-11 11:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.48ms DONE
  2026-08-11 11:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-11 11:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.47ms DONE
  2026-08-11 11:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.49ms DONE
  2026-08-11 11:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.17ms DONE
  2026-08-11 11:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.48ms DONE
  2026-08-11 11:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.91ms DONE
  2026-08-11 11:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.97ms DONE
  2026-08-11 11:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.29ms DONE
  2026-08-11 11:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.54ms DONE
  2026-08-11 11:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-11 11:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-11 11:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.05ms DONE
  2026-08-11 11:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.84ms DONE
  2026-08-11 11:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.11ms DONE
  2026-08-11 11:33:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:33:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-11 11:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.05ms DONE
  2026-08-11 11:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-11 11:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.64ms DONE
  2026-08-11 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.59ms DONE
  2026-08-11 11:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.53ms DONE
  2026-08-11 11:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.69ms DONE
  2026-08-11 11:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.29ms DONE
  2026-08-11 11:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.53ms DONE
  2026-08-11 11:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.57ms DONE
  2026-08-11 11:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.35ms DONE
  2026-08-11 11:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.77ms DONE
  2026-08-11 11:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.62ms DONE
  2026-08-11 11:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.30ms DONE
  2026-08-11 11:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.29ms DONE
  2026-08-11 11:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-11 11:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.58ms DONE
  2026-08-11 11:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.66ms DONE
  2026-08-11 11:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.59ms DONE
  2026-08-11 11:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.17ms DONE
  2026-08-11 11:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-11 11:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.57ms DONE
  2026-08-11 11:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.05ms DONE
  2026-08-11 11:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.26ms DONE
  2026-08-11 11:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.38ms DONE
  2026-08-11 11:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.50ms DONE
  2026-08-11 11:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 11:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-11 12:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.64ms DONE
  2026-08-11 12:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.76ms DONE
  2026-08-11 12:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.53ms DONE
  2026-08-11 12:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-11 12:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-11 12:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.43ms DONE
  2026-08-11 12:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.47ms DONE
  2026-08-11 12:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.84ms DONE
  2026-08-11 12:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.68ms DONE
  2026-08-11 12:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.22ms DONE
  2026-08-11 12:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.99ms DONE
  2026-08-11 12:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.08ms DONE
  2026-08-11 12:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.11ms DONE
  2026-08-11 12:13:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:13:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.25ms DONE
  2026-08-11 12:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.14ms DONE
  2026-08-11 12:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.99ms DONE
  2026-08-11 12:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.74ms DONE
  2026-08-11 12:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.43ms DONE
  2026-08-11 12:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.50ms DONE
  2026-08-11 12:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.15ms DONE
  2026-08-11 12:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.57ms DONE
  2026-08-11 12:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.85ms DONE
  2026-08-11 12:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.52ms DONE
  2026-08-11 12:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.09ms DONE
  2026-08-11 12:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.85ms DONE
  2026-08-11 12:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.82ms DONE
  2026-08-11 12:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.38ms DONE
  2026-08-11 12:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.76ms DONE
  2026-08-11 12:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.75ms DONE
  2026-08-11 12:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.77ms DONE
  2026-08-11 12:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.57ms DONE
  2026-08-11 12:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.84ms DONE
  2026-08-11 12:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:32:05 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.96ms DONE
  2026-08-11 12:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.63ms DONE
  2026-08-11 12:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.98ms DONE
  2026-08-11 12:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.86ms DONE
  2026-08-11 12:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.92ms DONE
  2026-08-11 12:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.33ms DONE
  2026-08-11 12:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.59ms DONE
  2026-08-11 12:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.47ms DONE
  2026-08-11 12:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.76ms DONE
  2026-08-11 12:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-11 12:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.32ms DONE
  2026-08-11 12:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.63ms DONE
  2026-08-11 12:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.44ms DONE
  2026-08-11 12:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.59ms DONE
  2026-08-11 12:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.22ms DONE
  2026-08-11 12:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.99ms DONE
  2026-08-11 12:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.99ms DONE
  2026-08-11 12:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.09ms DONE
  2026-08-11 12:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.94ms DONE
  2026-08-11 12:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.72ms DONE
  2026-08-11 12:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.35ms DONE
  2026-08-11 12:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.37ms DONE
  2026-08-11 12:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.74ms DONE
  2026-08-11 12:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.45ms DONE
  2026-08-11 12:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.49ms DONE
  2026-08-11 12:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.88ms DONE
  2026-08-11 12:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.37ms DONE
  2026-08-11 12:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 12:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.26ms DONE
  2026-08-11 13:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.27ms DONE
  2026-08-11 13:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.30ms DONE
  2026-08-11 13:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.82ms DONE
  2026-08-11 13:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.13ms DONE
  2026-08-11 13:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-11 13:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.01ms DONE
  2026-08-11 13:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.03ms DONE
  2026-08-11 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.24ms DONE
  2026-08-11 13:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.07ms DONE
  2026-08-11 13:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.27ms DONE
  2026-08-11 13:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.83ms DONE
  2026-08-11 13:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.99ms DONE
  2026-08-11 13:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.70ms DONE
  2026-08-11 13:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-08-11 13:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.59ms DONE
  2026-08-11 13:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.26ms DONE
  2026-08-11 13:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.83ms DONE
  2026-08-11 13:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.79ms DONE
  2026-08-11 13:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.18ms DONE
  2026-08-11 13:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.26ms DONE
  2026-08-11 13:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.33ms DONE
  2026-08-11 13:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.01ms DONE
  2026-08-11 13:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.81ms DONE
  2026-08-11 13:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.23ms DONE
  2026-08-11 13:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.55ms DONE
  2026-08-11 13:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.23ms DONE
  2026-08-11 13:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.19ms DONE
  2026-08-11 13:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.15ms DONE
  2026-08-11 13:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.28ms DONE
  2026-08-11 13:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.25ms DONE
  2026-08-11 13:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.24ms DONE
  2026-08-11 13:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.25ms DONE
  2026-08-11 13:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.54ms DONE
  2026-08-11 13:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.92ms DONE
  2026-08-11 13:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.68ms DONE
  2026-08-11 13:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.81ms DONE
  2026-08-11 13:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.18ms DONE
  2026-08-11 13:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.88ms DONE
  2026-08-11 13:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.03ms DONE
  2026-08-11 13:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.17ms DONE
  2026-08-11 13:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.68ms DONE
  2026-08-11 13:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.82ms DONE
  2026-08-11 13:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.11ms DONE
  2026-08-11 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.58ms DONE
  2026-08-11 13:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.51ms DONE
  2026-08-11 13:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.75ms DONE
  2026-08-11 13:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.10ms DONE
  2026-08-11 13:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.50ms DONE
  2026-08-11 13:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.70ms DONE
  2026-08-11 13:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-11 13:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.11ms DONE
  2026-08-11 13:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.28ms DONE
  2026-08-11 13:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.03ms DONE
  2026-08-11 13:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.39ms DONE
  2026-08-11 13:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.93ms DONE
  2026-08-11 13:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-11 13:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.26ms DONE
  2026-08-11 13:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.74ms DONE
  2026-08-11 13:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.19ms DONE
  2026-08-11 13:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 13:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.23ms DONE
  2026-08-11 14:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.24ms DONE
  2026-08-11 14:01:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:01:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-11 14:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.55ms DONE
  2026-08-11 14:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.52ms DONE
  2026-08-11 14:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.94ms DONE
  2026-08-11 14:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.37ms DONE
  2026-08-11 14:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.30ms DONE
  2026-08-11 14:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.07ms DONE
  2026-08-11 14:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.89ms DONE
  2026-08-11 14:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.78ms DONE
  2026-08-11 14:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.43ms DONE
  2026-08-11 14:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.52ms DONE
  2026-08-11 14:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.57ms DONE
  2026-08-11 14:13:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:13:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.61ms DONE
  2026-08-11 14:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.35ms DONE
  2026-08-11 14:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.69ms DONE
  2026-08-11 14:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.28ms DONE
  2026-08-11 14:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.09ms DONE
  2026-08-11 14:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.34ms DONE
  2026-08-11 14:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.07ms DONE
  2026-08-11 14:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.46ms DONE
  2026-08-11 14:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.72ms DONE
  2026-08-11 14:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.77ms DONE
  2026-08-11 14:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.47ms DONE
  2026-08-11 14:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.82ms DONE
  2026-08-11 14:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.36ms DONE
  2026-08-11 14:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.45ms DONE
  2026-08-11 14:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.05ms DONE
  2026-08-11 14:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.53ms DONE
  2026-08-11 14:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.13ms DONE
  2026-08-11 14:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.54ms DONE
  2026-08-11 14:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  32.55ms DONE
  2026-08-11 14:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.33ms DONE
  2026-08-11 14:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.34ms DONE
  2026-08-11 14:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.11ms DONE
  2026-08-11 14:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.12ms DONE
  2026-08-11 14:36:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:36:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.36ms DONE
  2026-08-11 14:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.20ms DONE
  2026-08-11 14:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.04ms DONE
  2026-08-11 14:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.07ms DONE
  2026-08-11 14:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.34ms DONE
  2026-08-11 14:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.50ms DONE
  2026-08-11 14:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.87ms DONE
  2026-08-11 14:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.62ms DONE
  2026-08-11 14:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.31ms DONE
  2026-08-11 14:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.59ms DONE
  2026-08-11 14:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.77ms DONE
  2026-08-11 14:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.90ms DONE
  2026-08-11 14:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.11ms DONE
  2026-08-11 14:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.28ms DONE
  2026-08-11 14:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.40ms DONE
  2026-08-11 14:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.68ms DONE
  2026-08-11 14:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.25ms DONE
  2026-08-11 14:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.74ms DONE
  2026-08-11 14:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.58ms DONE
  2026-08-11 14:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.00ms DONE
  2026-08-11 14:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.58ms DONE
  2026-08-11 14:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.12ms DONE
  2026-08-11 14:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.09ms DONE
  2026-08-11 14:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 14:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.82ms DONE
  2026-08-11 15:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.12ms DONE
  2026-08-11 15:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.02ms DONE
  2026-08-11 15:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-11 15:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.85ms DONE
  2026-08-11 15:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-11 15:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.39ms DONE
  2026-08-11 15:06:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:06:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.16ms DONE
  2026-08-11 15:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.05ms DONE
  2026-08-11 15:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.47ms DONE
  2026-08-11 15:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.67ms DONE
  2026-08-11 15:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.68ms DONE
  2026-08-11 15:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-11 15:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.69ms DONE
  2026-08-11 15:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.69ms DONE
  2026-08-11 15:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-11 15:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.29ms DONE
  2026-08-11 15:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-11 15:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.00ms DONE
  2026-08-11 15:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.27ms DONE
  2026-08-11 15:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-11 15:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.88ms DONE
  2026-08-11 15:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.96ms DONE
  2026-08-11 15:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.43ms DONE
  2026-08-11 15:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.97ms DONE
  2026-08-11 15:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.65ms DONE
  2026-08-11 15:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.12ms DONE
  2026-08-11 15:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.53ms DONE
  2026-08-11 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-11 15:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.59ms DONE
  2026-08-11 15:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.80ms DONE
  2026-08-11 15:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.32ms DONE
  2026-08-11 15:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.63ms DONE
  2026-08-11 15:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.17ms DONE
  2026-08-11 15:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE
  2026-08-11 15:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.33ms DONE
  2026-08-11 15:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.87ms DONE
  2026-08-11 15:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.27ms DONE
  2026-08-11 15:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.68ms DONE
  2026-08-11 15:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-11 15:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.17ms DONE
  2026-08-11 15:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.19ms DONE
  2026-08-11 15:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-11 15:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.89ms DONE
  2026-08-11 15:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE
  2026-08-11 15:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.59ms DONE
  2026-08-11 15:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.59ms DONE
  2026-08-11 15:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE

   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, Host: localhost, Port: 3306, Database: itouchdigitalin_whatsmine, SQL: select * from `cache` where `key` in (i_touch_digital_service_cache_illuminate:queue:restart))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

      [2m+40 vendor frames [22m

  41  artisan:16
      Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))

  2026-08-11 15:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.20ms DONE
  2026-08-11 15:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.60ms DONE
  2026-08-11 15:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.26ms DONE
  2026-08-11 15:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.73ms DONE
  2026-08-11 15:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.30ms DONE
  2026-08-11 15:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-11 15:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.03ms DONE
  2026-08-11 15:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.30ms DONE
  2026-08-11 15:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.85ms DONE
  2026-08-11 15:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.63ms DONE
  2026-08-11 15:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 15:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.26ms DONE
  2026-08-11 16:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.00ms DONE
  2026-08-11 16:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.60ms DONE
  2026-08-11 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.26ms DONE
  2026-08-11 16:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.08ms DONE
  2026-08-11 16:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-11 16:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.72ms DONE
  2026-08-11 16:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-11 16:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.83ms DONE
  2026-08-11 16:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.62ms DONE
  2026-08-11 16:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.92ms DONE
  2026-08-11 16:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.88ms DONE
  2026-08-11 16:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.24ms DONE
  2026-08-11 16:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.14ms DONE
  2026-08-11 16:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-11 16:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.04ms DONE
  2026-08-11 16:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.14ms DONE
  2026-08-11 16:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.08ms DONE
  2026-08-11 16:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.68ms DONE
  2026-08-11 16:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.01ms DONE
  2026-08-11 16:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.37ms DONE
  2026-08-11 16:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.08ms DONE
  2026-08-11 16:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.24ms DONE
  2026-08-11 16:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.02ms DONE
  2026-08-11 16:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.41ms DONE
  2026-08-11 16:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.79ms DONE
  2026-08-11 16:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.13ms DONE
  2026-08-11 16:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.81ms DONE
  2026-08-11 16:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.17ms DONE
  2026-08-11 16:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.21ms DONE
  2026-08-11 16:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.53ms DONE
  2026-08-11 16:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.56ms DONE
  2026-08-11 16:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.48ms DONE
  2026-08-11 16:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.32ms DONE
  2026-08-11 16:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.32ms DONE
  2026-08-11 16:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.20ms DONE
  2026-08-11 16:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.32ms DONE
  2026-08-11 16:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.30ms DONE
  2026-08-11 16:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.71ms DONE
  2026-08-11 16:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.87ms DONE
  2026-08-11 16:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.71ms DONE
  2026-08-11 16:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-11 16:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.49ms DONE
  2026-08-11 16:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.40ms DONE
  2026-08-11 16:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.76ms DONE
  2026-08-11 16:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.77ms DONE
  2026-08-11 16:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.67ms DONE
  2026-08-11 16:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-11 16:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-11 16:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.92ms DONE
  2026-08-11 16:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.01ms DONE
  2026-08-11 16:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.29ms DONE
  2026-08-11 16:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.72ms DONE
  2026-08-11 16:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.50ms DONE
  2026-08-11 16:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.14ms DONE
  2026-08-11 16:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-11 16:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-11 16:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.31ms DONE
  2026-08-11 16:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.96ms DONE
  2026-08-11 16:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.65ms DONE
  2026-08-11 16:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 16:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.54ms DONE
  2026-08-11 17:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.64ms DONE
  2026-08-11 17:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.01ms DONE
  2026-08-11 17:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-11 17:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.88ms DONE
  2026-08-11 17:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.64ms DONE
  2026-08-11 17:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.63ms DONE
  2026-08-11 17:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.02ms DONE
  2026-08-11 17:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.38ms DONE
  2026-08-11 17:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.37ms DONE
  2026-08-11 17:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.83ms DONE
  2026-08-11 17:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.32ms DONE
  2026-08-11 17:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.50ms DONE
  2026-08-11 17:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.14ms DONE
  2026-08-11 17:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.04ms DONE
  2026-08-11 17:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.42ms DONE
  2026-08-11 17:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.78ms DONE
  2026-08-11 17:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.74ms DONE
  2026-08-11 17:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.68ms DONE
  2026-08-11 17:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.92ms DONE
  2026-08-11 17:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.89ms DONE
  2026-08-11 17:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.77ms DONE
  2026-08-11 17:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.79ms DONE
  2026-08-11 17:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.78ms DONE
  2026-08-11 17:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.97ms DONE
  2026-08-11 17:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.48ms DONE
  2026-08-11 17:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.42ms DONE
  2026-08-11 17:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.95ms DONE
  2026-08-11 17:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.86ms DONE
  2026-08-11 17:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.31ms DONE
  2026-08-11 17:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.29ms DONE
  2026-08-11 17:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  26.92ms DONE
  2026-08-11 17:31:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:31:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.97ms DONE
  2026-08-11 17:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:32:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.34ms DONE
  2026-08-11 17:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.42ms DONE
  2026-08-11 17:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.58ms DONE
  2026-08-11 17:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.97ms DONE
  2026-08-11 17:36:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:36:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.90ms DONE
  2026-08-11 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-11 17:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.30ms DONE
  2026-08-11 17:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.73ms DONE
  2026-08-11 17:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.11ms DONE
  2026-08-11 17:41:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:41:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.90ms DONE
  2026-08-11 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.37ms DONE
  2026-08-11 17:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.93ms DONE
  2026-08-11 17:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-11 17:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.49ms DONE
  2026-08-11 17:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.68ms DONE
  2026-08-11 17:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.23ms DONE
  2026-08-11 17:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.24ms DONE
  2026-08-11 17:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.26ms DONE
  2026-08-11 17:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  38.71ms DONE
  2026-08-11 17:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.57ms DONE
  2026-08-11 17:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.11ms DONE
  2026-08-11 17:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.11ms DONE
  2026-08-11 17:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.68ms DONE
  2026-08-11 17:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.13ms DONE
  2026-08-11 17:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.92ms DONE
  2026-08-11 17:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.10ms DONE
  2026-08-11 17:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
  2026-08-11 17:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 17:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.24ms DONE
  2026-08-11 18:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.98ms DONE
  2026-08-11 18:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.37ms DONE
  2026-08-11 18:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.92ms DONE
  2026-08-11 18:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.24ms DONE
  2026-08-11 18:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.00ms DONE
  2026-08-11 18:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.69ms DONE
  2026-08-11 18:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-11 18:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-11 18:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.62ms DONE
  2026-08-11 18:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.23ms DONE
  2026-08-11 18:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.54ms DONE
  2026-08-11 18:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.77ms DONE
  2026-08-11 18:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.15ms DONE
  2026-08-11 18:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.26ms DONE
  2026-08-11 18:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-11 18:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.43ms DONE
  2026-08-11 18:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.46ms DONE
  2026-08-11 18:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.70ms DONE
  2026-08-11 18:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-11 18:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE
  2026-08-11 18:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.39ms DONE
  2026-08-11 18:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.43ms DONE
  2026-08-11 18:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.33ms DONE
  2026-08-11 18:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.34ms DONE
  2026-08-11 18:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.73ms DONE
  2026-08-11 18:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.04ms DONE
  2026-08-11 18:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.31ms DONE
  2026-08-11 18:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.36ms DONE
  2026-08-11 18:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.22ms DONE
  2026-08-11 18:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.18ms DONE
  2026-08-11 18:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.10ms DONE
  2026-08-11 18:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.35ms DONE
  2026-08-11 18:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.17ms DONE
  2026-08-11 18:33:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:33:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.85ms DONE
  2026-08-11 18:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.93ms DONE
  2026-08-11 18:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.54ms DONE
  2026-08-11 18:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.87ms DONE
  2026-08-11 18:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.27ms DONE
  2026-08-11 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-11 18:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.74ms DONE
  2026-08-11 18:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.83ms DONE
  2026-08-11 18:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.54ms DONE
  2026-08-11 18:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.79ms DONE
  2026-08-11 18:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.35ms DONE
  2026-08-11 18:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.33ms DONE
  2026-08-11 18:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.63ms DONE
  2026-08-11 18:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.80ms DONE
  2026-08-11 18:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.32ms DONE
  2026-08-11 18:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.28ms DONE
  2026-08-11 18:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.02ms DONE
  2026-08-11 18:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.23ms DONE
  2026-08-11 18:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.63ms DONE
  2026-08-11 18:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.29ms DONE
  2026-08-11 18:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.41ms DONE
  2026-08-11 18:54:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:54:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.46ms DONE
  2026-08-11 18:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.78ms DONE
  2026-08-11 18:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.24ms DONE
  2026-08-11 18:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-11 18:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.69ms DONE
  2026-08-11 18:59:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 18:59:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-11 19:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.99ms DONE
  2026-08-11 19:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.79ms DONE
  2026-08-11 19:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.09ms DONE
  2026-08-11 19:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-11 19:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.18ms DONE
  2026-08-11 19:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.60ms DONE
  2026-08-11 19:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.37ms DONE
  2026-08-11 19:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.07ms DONE
  2026-08-11 19:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.84ms DONE
  2026-08-11 19:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.43ms DONE
  2026-08-11 19:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.28ms DONE
  2026-08-11 19:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.86ms DONE
  2026-08-11 19:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.22ms DONE
  2026-08-11 19:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:13:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.94ms DONE
  2026-08-11 19:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.64ms DONE
  2026-08-11 19:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.66ms DONE
  2026-08-11 19:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE
  2026-08-11 19:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.87ms DONE
  2026-08-11 19:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.32ms DONE
  2026-08-11 19:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.05ms DONE
  2026-08-11 19:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.40ms DONE
  2026-08-11 19:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.98ms DONE
  2026-08-11 19:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.88ms DONE
  2026-08-11 19:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.03ms DONE
  2026-08-11 19:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-11 19:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.69ms DONE
  2026-08-11 19:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.66ms DONE
  2026-08-11 19:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-11 19:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.46ms DONE
  2026-08-11 19:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.20ms DONE
  2026-08-11 19:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.16ms DONE
  2026-08-11 19:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.06ms DONE
  2026-08-11 19:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.37ms DONE
  2026-08-11 19:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.54ms DONE
  2026-08-11 19:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.68ms DONE
  2026-08-11 19:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.10ms DONE
  2026-08-11 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.98ms DONE
  2026-08-11 19:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-11 19:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-11 19:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-11 19:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.59ms DONE
  2026-08-11 19:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.93ms DONE
  2026-08-11 19:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.49ms DONE
  2026-08-11 19:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.52ms DONE
  2026-08-11 19:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-11 19:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.83ms DONE
  2026-08-11 19:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.20ms DONE
  2026-08-11 19:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.77ms DONE
  2026-08-11 19:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.47ms DONE
  2026-08-11 19:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.48ms DONE
  2026-08-11 19:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.91ms DONE
  2026-08-11 19:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.07ms DONE
  2026-08-11 19:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-11 19:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.07ms DONE
  2026-08-11 19:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-11 19:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.85ms DONE
  2026-08-11 19:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.40ms DONE
  2026-08-11 19:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.07ms DONE
  2026-08-11 19:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.82ms DONE
  2026-08-11 19:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 19:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-11 20:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.29ms DONE
  2026-08-11 20:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.82ms DONE
  2026-08-11 20:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.54ms DONE
  2026-08-11 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.56ms DONE
  2026-08-11 20:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-11 20:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-11 20:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-11 20:07:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:07:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-11 20:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.17ms DONE
  2026-08-11 20:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.27ms DONE
  2026-08-11 20:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.04ms DONE
  2026-08-11 20:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.40ms DONE
  2026-08-11 20:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.81ms DONE
  2026-08-11 20:13:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:13:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.76ms DONE
  2026-08-11 20:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-11 20:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.72ms DONE
  2026-08-11 20:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.68ms DONE
  2026-08-11 20:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.32ms DONE
  2026-08-11 20:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.37ms DONE
  2026-08-11 20:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.90ms DONE
  2026-08-11 20:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.62ms DONE
  2026-08-11 20:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.71ms DONE
  2026-08-11 20:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.64ms DONE
  2026-08-11 20:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.22ms DONE
  2026-08-11 20:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.23ms DONE
  2026-08-11 20:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.93ms DONE
  2026-08-11 20:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.93ms DONE
  2026-08-11 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.41ms DONE
  2026-08-11 20:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.39ms DONE
  2026-08-11 20:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.80ms DONE
  2026-08-11 20:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.48ms DONE
  2026-08-11 20:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.93ms DONE
  2026-08-11 20:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.69ms DONE
  2026-08-11 20:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.97ms DONE
  2026-08-11 20:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.17ms DONE
  2026-08-11 20:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.07ms DONE
  2026-08-11 20:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.83ms DONE
  2026-08-11 20:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.64ms DONE
  2026-08-11 20:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.24ms DONE
  2026-08-11 20:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.83ms DONE
  2026-08-11 20:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.32ms DONE
  2026-08-11 20:41:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:41:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.36ms DONE
  2026-08-11 20:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.55ms DONE
  2026-08-11 20:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.75ms DONE
  2026-08-11 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.63ms DONE
  2026-08-11 20:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.70ms DONE
  2026-08-11 20:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.97ms DONE
  2026-08-11 20:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-11 20:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
  2026-08-11 20:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.97ms DONE
  2026-08-11 20:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-11 20:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.16ms DONE
  2026-08-11 20:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.52ms DONE
  2026-08-11 20:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-11 20:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.89ms DONE
  2026-08-11 20:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.67ms DONE
  2026-08-11 20:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-11 20:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.48ms DONE
  2026-08-11 20:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.97ms DONE
  2026-08-11 20:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 20:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.20ms DONE
  2026-08-11 21:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.08ms DONE
  2026-08-11 21:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.75ms DONE
  2026-08-11 21:02:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:02:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.97ms DONE
  2026-08-11 21:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.86ms DONE
  2026-08-11 21:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-11 21:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.26ms DONE
  2026-08-11 21:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.57ms DONE
  2026-08-11 21:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.15ms DONE
  2026-08-11 21:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-11 21:09:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:09:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.96ms DONE
  2026-08-11 21:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.75ms DONE
  2026-08-11 21:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.98ms DONE
  2026-08-11 21:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.33ms DONE
  2026-08-11 21:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-11 21:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.13ms DONE
  2026-08-11 21:15:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:15:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.70ms DONE
  2026-08-11 21:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.65ms DONE
  2026-08-11 21:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.05ms DONE
  2026-08-11 21:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-11 21:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.20ms DONE
  2026-08-11 21:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-11 21:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.68ms DONE
  2026-08-11 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-11 21:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.84ms DONE
  2026-08-11 21:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-11 21:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.21ms DONE
  2026-08-11 21:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.13ms DONE
  2026-08-11 21:27:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:27:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-11 21:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.57ms DONE
  2026-08-11 21:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.94ms DONE
  2026-08-11 21:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-11 21:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.70ms DONE
  2026-08-11 21:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.70ms DONE
  2026-08-11 21:33:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:33:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.68ms DONE
  2026-08-11 21:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.59ms DONE
  2026-08-11 21:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.03ms DONE
  2026-08-11 21:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-11 21:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-11 21:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.10ms DONE
  2026-08-11 21:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-11 21:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.80ms DONE
  2026-08-11 21:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.99ms DONE
  2026-08-11 21:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.38ms DONE
  2026-08-11 21:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-11 21:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.06ms DONE
  2026-08-11 21:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-11 21:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-11 21:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.72ms DONE
  2026-08-11 21:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-11 21:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.62ms DONE
  2026-08-11 21:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.57ms DONE
  2026-08-11 21:51:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:51:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-11 21:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.48ms DONE
  2026-08-11 21:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.53ms DONE
  2026-08-11 21:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.69ms DONE
  2026-08-11 21:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.66ms DONE
  2026-08-11 21:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.62ms DONE
  2026-08-11 21:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-11 21:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-11 21:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 21:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE
  2026-08-11 22:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.78ms DONE
  2026-08-11 22:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-11 22:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-11 22:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.30ms DONE
  2026-08-11 22:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-11 22:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.29ms DONE
  2026-08-11 22:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.65ms DONE
  2026-08-11 22:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-11 22:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.23ms DONE
  2026-08-11 22:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-11 22:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.94ms DONE
  2026-08-11 22:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.84ms DONE
  2026-08-11 22:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.21ms DONE
  2026-08-11 22:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-11 22:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.07ms DONE
  2026-08-11 22:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-11 22:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.67ms DONE
  2026-08-11 22:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.46ms DONE
  2026-08-11 22:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-11 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.52ms DONE
  2026-08-11 22:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.55ms DONE
  2026-08-11 22:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.69ms DONE
  2026-08-11 22:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.56ms DONE
  2026-08-11 22:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-11 22:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.58ms DONE
  2026-08-11 22:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.92ms DONE
  2026-08-11 22:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.08ms DONE
  2026-08-11 22:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.17ms DONE
  2026-08-11 22:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.71ms DONE
  2026-08-11 22:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.68ms DONE
  2026-08-11 22:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.77ms DONE
  2026-08-11 22:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.91ms DONE
  2026-08-11 22:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-11 22:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.68ms DONE
  2026-08-11 22:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.81ms DONE
  2026-08-11 22:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.40ms DONE
  2026-08-11 22:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.44ms DONE
  2026-08-11 22:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-11 22:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.90ms DONE
  2026-08-11 22:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE
  2026-08-11 22:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.36ms DONE
  2026-08-11 22:41:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:41:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.09ms DONE
  2026-08-11 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.69ms DONE
  2026-08-11 22:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.22ms DONE
  2026-08-11 22:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.24ms DONE
  2026-08-11 22:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.23ms DONE
  2026-08-11 22:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-11 22:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-11 22:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.67ms DONE
  2026-08-11 22:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.63ms DONE
  2026-08-11 22:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.66ms DONE
  2026-08-11 22:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.67ms DONE
  2026-08-11 22:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.50ms DONE
  2026-08-11 22:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-11 22:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.42ms DONE
  2026-08-11 22:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-11 22:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.73ms DONE
  2026-08-11 22:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-11 22:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.46ms DONE
  2026-08-11 22:59:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 22:59:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-11 23:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.36ms DONE
  2026-08-11 23:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.44ms DONE
  2026-08-11 23:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.12ms DONE
  2026-08-11 23:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.33ms DONE
  2026-08-11 23:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.09ms DONE
  2026-08-11 23:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.34ms DONE
  2026-08-11 23:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.87ms DONE
  2026-08-11 23:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.39ms DONE
  2026-08-11 23:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.90ms DONE
  2026-08-11 23:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.98ms DONE
  2026-08-11 23:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.96ms DONE
  2026-08-11 23:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.65ms DONE
  2026-08-11 23:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.52ms DONE
  2026-08-11 23:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-11 23:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.25ms DONE
  2026-08-11 23:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.86ms DONE
  2026-08-11 23:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.59ms DONE
  2026-08-11 23:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.30ms DONE
  2026-08-11 23:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-11 23:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.55ms DONE
  2026-08-11 23:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.10ms DONE
  2026-08-11 23:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.68ms DONE
  2026-08-11 23:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.89ms DONE
  2026-08-11 23:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-11 23:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.76ms DONE
  2026-08-11 23:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-11 23:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.28ms DONE
  2026-08-11 23:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-11 23:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-11 23:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.34ms DONE
  2026-08-11 23:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.03ms DONE
  2026-08-11 23:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.94ms DONE
  2026-08-11 23:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.60ms DONE
  2026-08-11 23:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-11 23:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.68ms DONE
  2026-08-11 23:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.05ms DONE
  2026-08-11 23:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.05ms DONE
  2026-08-11 23:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.85ms DONE
  2026-08-11 23:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-11 23:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.36ms DONE
  2026-08-11 23:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.34ms DONE
  2026-08-11 23:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.16ms DONE
  2026-08-11 23:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.66ms DONE
  2026-08-11 23:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.09ms DONE
  2026-08-11 23:44:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:44:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.76ms DONE
  2026-08-11 23:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.07ms DONE
  2026-08-11 23:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.59ms DONE
  2026-08-11 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.89ms DONE
  2026-08-11 23:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.64ms DONE
  2026-08-11 23:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-11 23:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.88ms DONE
  2026-08-11 23:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.97ms DONE
  2026-08-11 23:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.86ms DONE
  2026-08-11 23:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.55ms DONE
  2026-08-11 23:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.63ms DONE
  2026-08-11 23:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.68ms DONE
  2026-08-11 23:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.59ms DONE
  2026-08-11 23:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.69ms DONE
  2026-08-11 23:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-11 23:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-11 23:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.42ms DONE
  2026-08-12 00:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  25.28ms DONE
  2026-08-12 00:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  39.59ms DONE
  2026-08-12 00:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.75ms DONE
  2026-08-12 00:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.03ms DONE
  2026-08-12 00:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.69ms DONE
  2026-08-12 00:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.25ms DONE
  2026-08-12 00:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.64ms DONE
  2026-08-12 00:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.37ms DONE
  2026-08-12 00:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-12 00:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.33ms DONE
  2026-08-12 00:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.27ms DONE
  2026-08-12 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.11ms DONE
  2026-08-12 00:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.15ms DONE
  2026-08-12 00:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.07ms DONE
  2026-08-12 00:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-12 00:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.67ms DONE
  2026-08-12 00:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.41ms DONE
  2026-08-12 00:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.54ms DONE
  2026-08-12 00:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.93ms DONE
  2026-08-12 00:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.03ms DONE
  2026-08-12 00:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.26ms DONE
  2026-08-12 00:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.37ms DONE
  2026-08-12 00:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.03ms DONE
  2026-08-12 00:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-12 00:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.01ms DONE
  2026-08-12 00:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.63ms DONE
  2026-08-12 00:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-12 00:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.22ms DONE
  2026-08-12 00:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.00ms DONE
  2026-08-12 00:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.66ms DONE
  2026-08-12 00:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.00ms DONE
  2026-08-12 00:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.92ms DONE
  2026-08-12 00:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.40ms DONE
  2026-08-12 00:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-12 00:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-12 00:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.09ms DONE
  2026-08-12 00:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.00ms DONE
  2026-08-12 00:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-12 00:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.21ms DONE
  2026-08-12 00:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.31ms DONE
  2026-08-12 00:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.79ms DONE
  2026-08-12 00:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.42ms DONE
  2026-08-12 00:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-12 00:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.63ms DONE
  2026-08-12 00:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.01ms DONE
  2026-08-12 00:45:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:45:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.34ms DONE
  2026-08-12 00:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.13ms DONE
  2026-08-12 00:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.96ms DONE
  2026-08-12 00:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.29ms DONE
  2026-08-12 00:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.37ms DONE
  2026-08-12 00:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.07ms DONE
  2026-08-12 00:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-12 00:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.21ms DONE
  2026-08-12 00:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.80ms DONE
  2026-08-12 00:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-12 00:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.97ms DONE
  2026-08-12 00:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-12 00:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.61ms DONE
  2026-08-12 00:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.24ms DONE
  2026-08-12 00:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 00:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.13ms DONE
  2026-08-12 01:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.54ms DONE
  2026-08-12 01:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.50ms DONE
  2026-08-12 01:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.37ms DONE
  2026-08-12 01:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.81ms DONE
  2026-08-12 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.58ms DONE
  2026-08-12 01:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.67ms DONE
  2026-08-12 01:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-12 01:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.75ms DONE
  2026-08-12 01:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.87ms DONE
  2026-08-12 01:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.26ms DONE
  2026-08-12 01:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.42ms DONE
  2026-08-12 01:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.71ms DONE
  2026-08-12 01:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.28ms DONE
  2026-08-12 01:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.39ms DONE
  2026-08-12 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-12 01:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.85ms DONE
  2026-08-12 01:16:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:16:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.51ms DONE
  2026-08-12 01:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.49ms DONE
  2026-08-12 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.95ms DONE
  2026-08-12 01:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.06ms DONE
  2026-08-12 01:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.81ms DONE
  2026-08-12 01:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.80ms DONE
  2026-08-12 01:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.58ms DONE
  2026-08-12 01:23:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:23:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-12 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.40ms DONE
  2026-08-12 01:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.39ms DONE
  2026-08-12 01:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-12 01:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.46ms DONE
  2026-08-12 01:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.80ms DONE
  2026-08-12 01:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-12 01:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.34ms DONE
  2026-08-12 01:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.78ms DONE
  2026-08-12 01:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-12 01:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-12 01:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.88ms DONE
  2026-08-12 01:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.28ms DONE
  2026-08-12 01:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
  2026-08-12 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-12 01:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.76ms DONE
  2026-08-12 01:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.89ms DONE
  2026-08-12 01:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.71ms DONE
  2026-08-12 01:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-12 01:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.24ms DONE
  2026-08-12 01:43:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:43:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.41ms DONE
  2026-08-12 01:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.26ms DONE
  2026-08-12 01:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-12 01:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.25ms DONE
  2026-08-12 01:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.59ms DONE
  2026-08-12 01:48:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:48:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.56ms DONE
  2026-08-12 01:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.11ms DONE
  2026-08-12 01:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.98ms DONE
  2026-08-12 01:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.85ms DONE
  2026-08-12 01:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.46ms DONE
  2026-08-12 01:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.21ms DONE
  2026-08-12 01:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.10ms DONE
  2026-08-12 01:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.81ms DONE
  2026-08-12 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.57ms DONE
  2026-08-12 01:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.64ms DONE
  2026-08-12 01:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.44ms DONE
  2026-08-12 01:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 01:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-12 02:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.35ms DONE
  2026-08-12 02:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-12 02:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.10ms DONE
  2026-08-12 02:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.16ms DONE
  2026-08-12 02:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.70ms DONE
  2026-08-12 02:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.78ms DONE
  2026-08-12 02:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-12 02:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.08ms DONE
  2026-08-12 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-12 02:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.73ms DONE
  2026-08-12 02:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.75ms DONE
  2026-08-12 02:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.98ms DONE
  2026-08-12 02:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-12 02:13:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:13:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.64ms DONE
  2026-08-12 02:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-12 02:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.27ms DONE
  2026-08-12 02:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-12 02:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.54ms DONE
  2026-08-12 02:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.15ms DONE
  2026-08-12 02:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.18ms DONE
  2026-08-12 02:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.62ms DONE
  2026-08-12 02:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.73ms DONE
  2026-08-12 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.84ms DONE
  2026-08-12 02:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.58ms DONE
  2026-08-12 02:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE
  2026-08-12 02:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.22ms DONE
  2026-08-12 02:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.61ms DONE
  2026-08-12 02:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.13ms DONE
  2026-08-12 02:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-12 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-12 02:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-12 02:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.05ms DONE
  2026-08-12 02:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.30ms DONE
  2026-08-12 02:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.18ms DONE
  2026-08-12 02:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.95ms DONE
  2026-08-12 02:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.41ms DONE
  2026-08-12 02:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-12 02:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-12 02:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-12 02:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.92ms DONE
  2026-08-12 02:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.58ms DONE
  2026-08-12 02:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.42ms DONE
  2026-08-12 02:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.09ms DONE
  2026-08-12 02:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-12 02:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-12 02:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.11ms DONE
  2026-08-12 02:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.66ms DONE
  2026-08-12 02:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-12 02:48:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:48:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-12 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-12 02:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.51ms DONE
  2026-08-12 02:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.62ms DONE
  2026-08-12 02:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-12 02:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.23ms DONE
  2026-08-12 02:54:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:54:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.74ms DONE
  2026-08-12 02:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.13ms DONE
  2026-08-12 02:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-12 02:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-12 02:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-12 02:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 02:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.16ms DONE
  2026-08-12 03:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.48ms DONE
  2026-08-12 03:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.48ms DONE
  2026-08-12 03:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-12 03:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-12 03:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.69ms DONE
  2026-08-12 03:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-12 03:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.76ms DONE
  2026-08-12 03:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.98ms DONE
  2026-08-12 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-12 03:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.98ms DONE
  2026-08-12 03:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.24ms DONE
  2026-08-12 03:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.53ms DONE
  2026-08-12 03:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.68ms DONE
  2026-08-12 03:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-12 03:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-12 03:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.27ms DONE
  2026-08-12 03:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-12 03:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.87ms DONE
  2026-08-12 03:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-12 03:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-12 03:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.80ms DONE
  2026-08-12 03:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.23ms DONE
  2026-08-12 03:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-12 03:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.01ms DONE
  2026-08-12 03:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-12 03:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-12 03:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-12 03:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-12 03:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.72ms DONE
  2026-08-12 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-12 03:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.65ms DONE
  2026-08-12 03:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-12 03:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-12 03:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-12 03:34:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:34:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-12 03:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-12 03:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-12 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.44ms DONE
  2026-08-12 03:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.24ms DONE
  2026-08-12 03:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE
  2026-08-12 03:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-12 03:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-12 03:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.62ms DONE
  2026-08-12 03:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.31ms DONE
  2026-08-12 03:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.85ms DONE
  2026-08-12 03:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.13ms DONE
  2026-08-12 03:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.33ms DONE
  2026-08-12 03:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.89ms DONE
  2026-08-12 03:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-12 03:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-12 03:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.05ms DONE
  2026-08-12 03:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.71ms DONE
  2026-08-12 03:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.16ms DONE
  2026-08-12 03:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-12 03:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.03ms DONE
  2026-08-12 03:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.15ms DONE
  2026-08-12 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.89ms DONE
  2026-08-12 03:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-12 03:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.46ms DONE
  2026-08-12 03:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 03:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.52ms DONE
  2026-08-12 04:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.37ms DONE
  2026-08-12 04:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.11ms DONE
  2026-08-12 04:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.14ms DONE
  2026-08-12 04:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.20ms DONE
  2026-08-12 04:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.42ms DONE
  2026-08-12 04:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-12 04:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-12 04:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.43ms DONE
  2026-08-12 04:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.99ms DONE
  2026-08-12 04:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.93ms DONE
  2026-08-12 04:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.87ms DONE
  2026-08-12 04:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.51ms DONE
  2026-08-12 04:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.64ms DONE
  2026-08-12 04:13:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:13:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.11ms DONE
  2026-08-12 04:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-12 04:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.68ms DONE
  2026-08-12 04:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.97ms DONE
  2026-08-12 04:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.70ms DONE
  2026-08-12 04:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.78ms DONE
  2026-08-12 04:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.62ms DONE
  2026-08-12 04:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.96ms DONE
  2026-08-12 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.37ms DONE
  2026-08-12 04:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.10ms DONE
  2026-08-12 04:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.24ms DONE
  2026-08-12 04:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
  2026-08-12 04:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.34ms DONE
  2026-08-12 04:26:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:26:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.63ms DONE
  2026-08-12 04:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-12 04:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.38ms DONE
  2026-08-12 04:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.34ms DONE
  2026-08-12 04:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.18ms DONE
  2026-08-12 04:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-12 04:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.38ms DONE
  2026-08-12 04:33:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:33:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-12 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.10ms DONE
  2026-08-12 04:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-12 04:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-12 04:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.48ms DONE
  2026-08-12 04:38:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:38:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.50ms DONE
  2026-08-12 04:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.52ms DONE
  2026-08-12 04:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.28ms DONE
  2026-08-12 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-12 04:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-12 04:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-12 04:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.69ms DONE
  2026-08-12 04:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.83ms DONE
  2026-08-12 04:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.39ms DONE
  2026-08-12 04:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-12 04:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.54ms DONE
  2026-08-12 04:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-12 04:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.71ms DONE
  2026-08-12 04:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-12 04:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.64ms DONE
  2026-08-12 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.41ms DONE
  2026-08-12 04:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.89ms DONE
  2026-08-12 04:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-12 04:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.34ms DONE
  2026-08-12 04:57:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:57:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.48ms DONE
  2026-08-12 04:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-12 04:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 04:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-12 05:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-12 05:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.92ms DONE
  2026-08-12 05:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-12 05:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.13ms DONE
  2026-08-12 05:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.95ms DONE
  2026-08-12 05:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.31ms DONE
  2026-08-12 05:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-12 05:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.20ms DONE
  2026-08-12 05:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-12 05:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-12 05:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.79ms DONE
  2026-08-12 05:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-12 05:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.84ms DONE
  2026-08-12 05:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.71ms DONE
  2026-08-12 05:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.03ms DONE
  2026-08-12 05:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.30ms DONE
  2026-08-12 05:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-12 05:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.34ms DONE
  2026-08-12 05:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.37ms DONE
  2026-08-12 05:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-12 05:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.49ms DONE
  2026-08-12 05:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-12 05:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-12 05:23:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:23:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-12 05:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-12 05:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.05ms DONE
  2026-08-12 05:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-12 05:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.54ms DONE
  2026-08-12 05:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-12 05:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.62ms DONE
  2026-08-12 05:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.88ms DONE
  2026-08-12 05:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.95ms DONE
  2026-08-12 05:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-12 05:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-12 05:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.22ms DONE
  2026-08-12 05:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.51ms DONE
  2026-08-12 05:36:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:36:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-12 05:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.44ms DONE
  2026-08-12 05:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.98ms DONE
  2026-08-12 05:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.59ms DONE
  2026-08-12 05:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.84ms DONE
  2026-08-12 05:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.03ms DONE
  2026-08-12 05:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.74ms DONE
  2026-08-12 05:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.13ms DONE
  2026-08-12 05:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.10ms DONE
  2026-08-12 05:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.84ms DONE
  2026-08-12 05:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.08ms DONE
  2026-08-12 05:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.87ms DONE
  2026-08-12 05:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.21ms DONE
  2026-08-12 05:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.22ms DONE
  2026-08-12 05:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.15ms DONE
  2026-08-12 05:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-12 05:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.92ms DONE
  2026-08-12 05:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-12 05:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.11ms DONE
  2026-08-12 05:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-12 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.76ms DONE
  2026-08-12 05:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.98ms DONE
  2026-08-12 05:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.01ms DONE
  2026-08-12 05:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 05:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-12 06:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.07ms DONE
  2026-08-12 06:01:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:01:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.27ms DONE
  2026-08-12 06:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.58ms DONE
  2026-08-12 06:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.46ms DONE
  2026-08-12 06:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.61ms DONE
  2026-08-12 06:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.49ms DONE
  2026-08-12 06:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-12 06:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.75ms DONE
  2026-08-12 06:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-12 06:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.84ms DONE
  2026-08-12 06:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.90ms DONE
  2026-08-12 06:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.23ms DONE
  2026-08-12 06:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.59ms DONE
  2026-08-12 06:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-12 06:14:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:14:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-12 06:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-12 06:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.85ms DONE
  2026-08-12 06:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.11ms DONE
  2026-08-12 06:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.13ms DONE
  2026-08-12 06:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.84ms DONE
  2026-08-12 06:20:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:20:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.09ms DONE
  2026-08-12 06:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-12 06:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.98ms DONE
  2026-08-12 06:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.95ms DONE
  2026-08-12 06:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-12 06:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-12 06:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-12 06:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-12 06:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-12 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.58ms DONE
  2026-08-12 06:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.45ms DONE
  2026-08-12 06:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.75ms DONE
  2026-08-12 06:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.05ms DONE
  2026-08-12 06:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-12 06:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-12 06:35:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-12 06:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-12 06:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.46ms DONE
  2026-08-12 06:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.27ms DONE
  2026-08-12 06:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.57ms DONE
  2026-08-12 06:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.85ms DONE
  2026-08-12 06:41:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:41:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.31ms DONE
  2026-08-12 06:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.48ms DONE
  2026-08-12 06:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-12 06:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.67ms DONE
  2026-08-12 06:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.80ms DONE
  2026-08-12 06:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-12 06:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.34ms DONE
  2026-08-12 06:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.51ms DONE
  2026-08-12 06:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.81ms DONE
  2026-08-12 06:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.36ms DONE
  2026-08-12 06:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.92ms DONE
  2026-08-12 06:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-12 06:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-12 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.49ms DONE
  2026-08-12 06:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-12 06:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.96ms DONE
  2026-08-12 06:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-12 06:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-12 06:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 06:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-12 07:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.76ms DONE
  2026-08-12 07:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.12ms DONE
  2026-08-12 07:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.71ms DONE
  2026-08-12 07:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-12 07:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.69ms DONE
  2026-08-12 07:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.73ms DONE
  2026-08-12 07:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.67ms DONE
  2026-08-12 07:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.61ms DONE
  2026-08-12 07:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.09ms DONE
  2026-08-12 07:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.77ms DONE
  2026-08-12 07:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.24ms DONE
  2026-08-12 07:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.52ms DONE
  2026-08-12 07:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.92ms DONE
  2026-08-12 07:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.76ms DONE
  2026-08-12 07:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.90ms DONE
  2026-08-12 07:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.63ms DONE
  2026-08-12 07:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.00ms DONE
  2026-08-12 07:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.13ms DONE
  2026-08-12 07:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.02ms DONE
  2026-08-12 07:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-12 07:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.40ms DONE
  2026-08-12 07:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-12 07:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.37ms DONE
  2026-08-12 07:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-12 07:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.42ms DONE
  2026-08-12 07:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.40ms DONE
  2026-08-12 07:26:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:26:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.78ms DONE
  2026-08-12 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.54ms DONE
  2026-08-12 07:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.49ms DONE
  2026-08-12 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.23ms DONE
  2026-08-12 07:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.25ms DONE
  2026-08-12 07:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.90ms DONE
  2026-08-12 07:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.64ms DONE
  2026-08-12 07:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.63ms DONE
  2026-08-12 07:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-12 07:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.94ms DONE
  2026-08-12 07:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-12 07:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.60ms DONE
  2026-08-12 07:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.21ms DONE
  2026-08-12 07:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.93ms DONE
  2026-08-12 07:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.58ms DONE
  2026-08-12 07:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.78ms DONE
  2026-08-12 07:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.05ms DONE
  2026-08-12 07:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.01ms DONE
  2026-08-12 07:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-12 07:45:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.54ms DONE
  2026-08-12 07:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.42ms DONE
  2026-08-12 07:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.68ms DONE
  2026-08-12 07:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.71ms DONE
  2026-08-12 07:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-12 07:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.29ms DONE
  2026-08-12 07:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-12 07:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.25ms DONE
  2026-08-12 07:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-12 07:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-12 07:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.64ms DONE
  2026-08-12 07:56:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:56:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-08-12 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.02ms DONE
  2026-08-12 07:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-12 07:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 07:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-12 08:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.71ms DONE
  2026-08-12 08:01:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:01:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.22ms DONE
  2026-08-12 08:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-12 08:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.15ms DONE
  2026-08-12 08:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-12 08:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-12 08:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE
  2026-08-12 08:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.29ms DONE
  2026-08-12 08:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.40ms DONE
  2026-08-12 08:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.82ms DONE
  2026-08-12 08:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-12 08:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.37ms DONE
  2026-08-12 08:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.68ms DONE
  2026-08-12 08:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.92ms DONE
  2026-08-12 08:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-12 08:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.61ms DONE
  2026-08-12 08:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.41ms DONE
  2026-08-12 08:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.63ms DONE
  2026-08-12 08:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-12 08:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.63ms DONE
  2026-08-12 08:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-12 08:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.03ms DONE
  2026-08-12 08:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-12 08:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.08ms DONE
  2026-08-12 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.58ms DONE
  2026-08-12 08:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.81ms DONE
  2026-08-12 08:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.40ms DONE
  2026-08-12 08:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-12 08:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.00ms DONE
  2026-08-12 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.73ms DONE
  2026-08-12 08:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.20ms DONE
  2026-08-12 08:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-12 08:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.55ms DONE
  2026-08-12 08:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.38ms DONE
  2026-08-12 08:34:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:34:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-12 08:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.49ms DONE
  2026-08-12 08:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-12 08:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.29ms DONE
  2026-08-12 08:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-12 08:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.65ms DONE
  2026-08-12 08:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.44ms DONE
  2026-08-12 08:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-12 08:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.78ms DONE
  2026-08-12 08:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-12 08:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.28ms DONE
  2026-08-12 08:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.47ms DONE
  2026-08-12 08:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.66ms DONE
  2026-08-12 08:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-12 08:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.95ms DONE
  2026-08-12 08:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.78ms DONE
  2026-08-12 08:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.04ms DONE
  2026-08-12 08:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-12 08:52:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:52:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.15ms DONE
  2026-08-12 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.85ms DONE
  2026-08-12 08:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.02ms DONE
  2026-08-12 08:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.69ms DONE
  2026-08-12 08:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-12 08:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-12 08:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.60ms DONE
  2026-08-12 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 08:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.27ms DONE
  2026-08-12 09:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  181.95ms DONE
  2026-08-12 09:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.23ms DONE
  2026-08-12 09:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.99ms DONE
  2026-08-12 09:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.18ms DONE
  2026-08-12 09:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-12 09:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.66ms DONE
  2026-08-12 09:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.84ms DONE
  2026-08-12 09:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-12 09:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.09ms DONE
  2026-08-12 09:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.87ms DONE
  2026-08-12 09:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.57ms DONE
  2026-08-12 09:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.33ms DONE
  2026-08-12 09:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-12 09:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.73ms DONE
  2026-08-12 09:14:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:14:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-12 09:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-12 09:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.97ms DONE
  2026-08-12 09:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.95ms DONE
  2026-08-12 09:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.48ms DONE
  2026-08-12 09:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.94ms DONE
  2026-08-12 09:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.68ms DONE
  2026-08-12 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.82ms DONE
  2026-08-12 09:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.05ms DONE
  2026-08-12 09:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.37ms DONE
  2026-08-12 09:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.30ms DONE
  2026-08-12 09:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.05ms DONE
  2026-08-12 09:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.14ms DONE
  2026-08-12 09:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.00ms DONE
  2026-08-12 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.83ms DONE
  2026-08-12 09:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-12 09:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.24ms DONE
  2026-08-12 09:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.48ms DONE
  2026-08-12 09:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.62ms DONE
  2026-08-12 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.21ms DONE
  2026-08-12 09:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.88ms DONE
  2026-08-12 09:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.29ms DONE
  2026-08-12 09:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.07ms DONE
  2026-08-12 09:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-12 09:38:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:38:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.61ms DONE
  2026-08-12 09:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.65ms DONE
  2026-08-12 09:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.74ms DONE
  2026-08-12 09:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.37ms DONE
  2026-08-12 09:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.52ms DONE
  2026-08-12 09:43:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:43:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-12 09:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-12 09:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-12 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.93ms DONE
  2026-08-12 09:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.99ms DONE
  2026-08-12 09:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-12 09:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.80ms DONE
  2026-08-12 09:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.57ms DONE
  2026-08-12 09:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.25ms DONE
  2026-08-12 09:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.83ms DONE
  2026-08-12 09:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.89ms DONE
  2026-08-12 09:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-12 09:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.29ms DONE
  2026-08-12 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-12 09:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.54ms DONE
  2026-08-12 09:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-12 09:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 09:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.26ms DONE
  2026-08-12 10:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.82ms DONE
  2026-08-12 10:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-12 10:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.15ms DONE
  2026-08-12 10:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.48ms DONE
  2026-08-12 10:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.88ms DONE
  2026-08-12 10:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.78ms DONE
  2026-08-12 10:06:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:06:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.08ms DONE
  2026-08-12 10:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.06ms DONE
  2026-08-12 10:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.17ms DONE
  2026-08-12 10:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.41ms DONE
  2026-08-12 10:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.75ms DONE
  2026-08-12 10:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-12 10:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-12 10:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-12 10:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.37ms DONE
  2026-08-12 10:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.34ms DONE
  2026-08-12 10:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.95ms DONE
  2026-08-12 10:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.22ms DONE
  2026-08-12 10:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.80ms DONE
  2026-08-12 10:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.00ms DONE
  2026-08-12 10:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.41ms DONE
  2026-08-12 10:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.00ms DONE
  2026-08-12 10:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.78ms DONE
  2026-08-12 10:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-12 10:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.15ms DONE
  2026-08-12 10:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.97ms DONE
  2026-08-12 10:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.70ms DONE
  2026-08-12 10:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-12 10:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.97ms DONE
  2026-08-12 10:29:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:29:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.58ms DONE
  2026-08-12 10:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.81ms DONE
  2026-08-12 10:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.58ms DONE
  2026-08-12 10:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.54ms DONE
  2026-08-12 10:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.22ms DONE
  2026-08-12 10:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.36ms DONE
  2026-08-12 10:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-12 10:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.55ms DONE
  2026-08-12 10:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.95ms DONE
  2026-08-12 10:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.63ms DONE
  2026-08-12 10:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-12 10:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.99ms DONE
  2026-08-12 10:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.41ms DONE
  2026-08-12 10:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.71ms DONE
  2026-08-12 10:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-12 10:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-12 10:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.91ms DONE
  2026-08-12 10:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.98ms DONE
  2026-08-12 10:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.68ms DONE
  2026-08-12 10:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.07ms DONE
  2026-08-12 10:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.81ms DONE
  2026-08-12 10:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.55ms DONE
  2026-08-12 10:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.31ms DONE
  2026-08-12 10:52:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:52:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.09ms DONE
  2026-08-12 10:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.16ms DONE
  2026-08-12 10:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.13ms DONE
  2026-08-12 10:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.54ms DONE
  2026-08-12 10:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.13ms DONE
  2026-08-12 10:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.00ms DONE
  2026-08-12 10:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-12 10:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 10:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.96ms DONE
  2026-08-12 11:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.61ms DONE
  2026-08-12 11:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-12 11:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.29ms DONE
  2026-08-12 11:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.70ms DONE
  2026-08-12 11:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.48ms DONE
  2026-08-12 11:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.36ms DONE
  2026-08-12 11:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-12 11:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.07ms DONE
  2026-08-12 11:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-12 11:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-12 11:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.76ms DONE
  2026-08-12 11:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.67ms DONE
  2026-08-12 11:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-12 11:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.49ms DONE
  2026-08-12 11:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.41ms DONE
  2026-08-12 11:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.09ms DONE
  2026-08-12 11:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-12 11:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.37ms DONE
  2026-08-12 11:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.31ms DONE
  2026-08-12 11:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.94ms DONE
  2026-08-12 11:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.90ms DONE
  2026-08-12 11:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.53ms DONE
  2026-08-12 11:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.19ms DONE
  2026-08-12 11:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.98ms DONE
  2026-08-12 11:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.69ms DONE
  2026-08-12 11:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.78ms DONE
  2026-08-12 11:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.98ms DONE
  2026-08-12 11:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.40ms DONE
  2026-08-12 11:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.69ms DONE
  2026-08-12 11:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-12 11:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.26ms DONE
  2026-08-12 11:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.42ms DONE
  2026-08-12 11:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.47ms DONE
  2026-08-12 11:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.89ms DONE
  2026-08-12 11:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.05ms DONE
  2026-08-12 11:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.19ms DONE
  2026-08-12 11:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.86ms DONE
  2026-08-12 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.18ms DONE
  2026-08-12 11:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.68ms DONE
  2026-08-12 11:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.98ms DONE
  2026-08-12 11:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.64ms DONE
  2026-08-12 11:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.40ms DONE
  2026-08-12 11:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.48ms DONE
  2026-08-12 11:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.26ms DONE
  2026-08-12 11:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.37ms DONE
  2026-08-12 11:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.33ms DONE
  2026-08-12 11:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.33ms DONE
  2026-08-12 11:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.72ms DONE
  2026-08-12 11:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-12 11:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-12 11:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  66.20ms DONE
  2026-08-12 11:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.38ms DONE
  2026-08-12 11:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.38ms DONE
  2026-08-12 11:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.37ms DONE
  2026-08-12 11:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.00ms DONE
  2026-08-12 11:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.36ms DONE
  2026-08-12 11:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.71ms DONE
  2026-08-12 11:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.39ms DONE
  2026-08-12 11:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.30ms DONE
  2026-08-12 11:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 11:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.30ms DONE
  2026-08-12 12:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.45ms DONE
  2026-08-12 12:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.03ms DONE
  2026-08-12 12:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.41ms DONE
  2026-08-12 12:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.38ms DONE
  2026-08-12 12:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.28ms DONE
  2026-08-12 12:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-12 12:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.00ms DONE
  2026-08-12 12:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.80ms DONE
  2026-08-12 12:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.97ms DONE
  2026-08-12 12:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.23ms DONE
  2026-08-12 12:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.18ms DONE
  2026-08-12 12:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.73ms DONE
  2026-08-12 12:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.69ms DONE
  2026-08-12 12:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.19ms DONE
  2026-08-12 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.43ms DONE
  2026-08-12 12:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.02ms DONE
  2026-08-12 12:16:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:16:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.59ms DONE
  2026-08-12 12:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.30ms DONE
  2026-08-12 12:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-12 12:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.59ms DONE
  2026-08-12 12:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.81ms DONE
  2026-08-12 12:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.29ms DONE
  2026-08-12 12:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-12 12:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.74ms DONE
  2026-08-12 12:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-12 12:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.88ms DONE
  2026-08-12 12:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.30ms DONE
  2026-08-12 12:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-12 12:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.84ms DONE
  2026-08-12 12:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-12 12:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.26ms DONE
  2026-08-12 12:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.16ms DONE
  2026-08-12 12:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.60ms DONE
  2026-08-12 12:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.06ms DONE
  2026-08-12 12:34:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:34:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.73ms DONE
  2026-08-12 12:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.20ms DONE
  2026-08-12 12:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.51ms DONE
  2026-08-12 12:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.98ms DONE
  2026-08-12 12:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.26ms DONE
  2026-08-12 12:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.49ms DONE
  2026-08-12 12:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.66ms DONE
  2026-08-12 12:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.34ms DONE
  2026-08-12 12:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.66ms DONE
  2026-08-12 12:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.58ms DONE
  2026-08-12 12:44:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:44:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-12 12:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.18ms DONE
  2026-08-12 12:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.99ms DONE
  2026-08-12 12:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.61ms DONE
  2026-08-12 12:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-12 12:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.84ms DONE
  2026-08-12 12:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.64ms DONE
  2026-08-12 12:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-12 12:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.84ms DONE
  2026-08-12 12:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.18ms DONE
  2026-08-12 12:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-12 12:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.77ms DONE
  2026-08-12 12:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.99ms DONE
  2026-08-12 12:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.91ms DONE
  2026-08-12 12:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.31ms DONE
  2026-08-12 12:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 12:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-12 13:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.86ms DONE
  2026-08-12 13:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.70ms DONE
  2026-08-12 13:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-12 13:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-12 13:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
  2026-08-12 13:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.07ms DONE
  2026-08-12 13:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.60ms DONE
  2026-08-12 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-12 13:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.72ms DONE
  2026-08-12 13:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.56ms DONE
  2026-08-12 13:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.38ms DONE
  2026-08-12 13:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.75ms DONE
  2026-08-12 13:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.94ms DONE
  2026-08-12 13:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-12 13:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.85ms DONE
  2026-08-12 13:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.26ms DONE
  2026-08-12 13:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-12 13:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.83ms DONE
  2026-08-12 13:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-12 13:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.18ms DONE
  2026-08-12 13:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.78ms DONE
  2026-08-12 13:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.25ms DONE
  2026-08-12 13:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.24ms DONE
  2026-08-12 13:23:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:23:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.55ms DONE
  2026-08-12 13:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.38ms DONE
  2026-08-12 13:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.37ms DONE
  2026-08-12 13:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-12 13:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-12 13:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.89ms DONE
  2026-08-12 13:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-12 13:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.56ms DONE
  2026-08-12 13:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.78ms DONE
  2026-08-12 13:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-12 13:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.84ms DONE
  2026-08-12 13:34:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:34:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.73ms DONE
  2026-08-12 13:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.82ms DONE
  2026-08-12 13:36:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:36:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.74ms DONE
  2026-08-12 13:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.74ms DONE
  2026-08-12 13:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.28ms DONE
  2026-08-12 13:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.21ms DONE
  2026-08-12 13:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.02ms DONE
  2026-08-12 13:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.32ms DONE
  2026-08-12 13:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.88ms DONE
  2026-08-12 13:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.68ms DONE
  2026-08-12 13:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.98ms DONE
  2026-08-12 13:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.05ms DONE
  2026-08-12 13:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-12 13:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-12 13:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.75ms DONE
  2026-08-12 13:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.80ms DONE
  2026-08-12 13:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.85ms DONE
  2026-08-12 13:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.15ms DONE
  2026-08-12 13:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.08ms DONE
  2026-08-12 13:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.11ms DONE
  2026-08-12 13:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.89ms DONE
  2026-08-12 13:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.43ms DONE
  2026-08-12 13:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.00ms DONE
  2026-08-12 13:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.51ms DONE
  2026-08-12 13:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.60ms DONE
  2026-08-12 13:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 13:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.30ms DONE
  2026-08-12 14:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.05ms DONE
  2026-08-12 14:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.93ms DONE
  2026-08-12 14:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.90ms DONE
  2026-08-12 14:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.05ms DONE
  2026-08-12 14:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.55ms DONE
  2026-08-12 14:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.62ms DONE
  2026-08-12 14:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.28ms DONE
  2026-08-12 14:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.29ms DONE
  2026-08-12 14:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.09ms DONE
  2026-08-12 14:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-12 14:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.07ms DONE
  2026-08-12 14:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.92ms DONE
  2026-08-12 14:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.77ms DONE
  2026-08-12 14:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-12 14:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-12 14:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.33ms DONE
  2026-08-12 14:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-12 14:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.71ms DONE
  2026-08-12 14:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.38ms DONE
  2026-08-12 14:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-12 14:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.73ms DONE
  2026-08-12 14:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.99ms DONE
  2026-08-12 14:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-12 14:23:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:23:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.15ms DONE
  2026-08-12 14:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-12 14:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.04ms DONE
  2026-08-12 14:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.81ms DONE
  2026-08-12 14:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-12 14:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-12 14:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.59ms DONE
  2026-08-12 14:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.57ms DONE
  2026-08-12 14:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.40ms DONE
  2026-08-12 14:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.32ms DONE
  2026-08-12 14:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-12 14:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.88ms DONE
  2026-08-12 14:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-12 14:36:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:36:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.31ms DONE
  2026-08-12 14:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.85ms DONE
  2026-08-12 14:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.46ms DONE
  2026-08-12 14:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-12 14:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-12 14:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-12 14:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.23ms DONE
  2026-08-12 14:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.68ms DONE
  2026-08-12 14:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.05ms DONE
  2026-08-12 14:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-12 14:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-12 14:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.81ms DONE
  2026-08-12 14:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-12 14:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.44ms DONE
  2026-08-12 14:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.78ms DONE
  2026-08-12 14:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-12 14:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-12 14:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.10ms DONE
  2026-08-12 14:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-12 14:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.18ms DONE
  2026-08-12 14:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-12 14:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.63ms DONE
  2026-08-12 14:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.78ms DONE
  2026-08-12 14:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 14:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-12 15:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.22ms DONE
  2026-08-12 15:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.41ms DONE
  2026-08-12 15:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.20ms DONE
  2026-08-12 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.49ms DONE
  2026-08-12 15:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.48ms DONE
  2026-08-12 15:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.08ms DONE
  2026-08-12 15:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.02ms DONE
  2026-08-12 15:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.88ms DONE
  2026-08-12 15:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-12 15:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.59ms DONE
  2026-08-12 15:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.87ms DONE
  2026-08-12 15:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.89ms DONE
  2026-08-12 15:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.99ms DONE
  2026-08-12 15:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.51ms DONE
  2026-08-12 15:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.59ms DONE
  2026-08-12 15:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.26ms DONE
  2026-08-12 15:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-12 15:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.65ms DONE
  2026-08-12 15:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.24ms DONE
  2026-08-12 15:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-12 15:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-12 15:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.38ms DONE
  2026-08-12 15:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.41ms DONE
  2026-08-12 15:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-12 15:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-12 15:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.39ms DONE
  2026-08-12 15:26:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:26:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.36ms DONE
  2026-08-12 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.33ms DONE
  2026-08-12 15:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.08ms DONE
  2026-08-12 15:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-12 15:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.20ms DONE
  2026-08-12 15:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.63ms DONE
  2026-08-12 15:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.37ms DONE
  2026-08-12 15:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.23ms DONE
  2026-08-12 15:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-12 15:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-12 15:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.70ms DONE
  2026-08-12 15:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.58ms DONE
  2026-08-12 15:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.71ms DONE
  2026-08-12 15:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.98ms DONE
  2026-08-12 15:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-12 15:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.12ms DONE
  2026-08-12 15:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.11ms DONE
  2026-08-12 15:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.66ms DONE
  2026-08-12 15:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-12 15:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.82ms DONE
  2026-08-12 15:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.35ms DONE
  2026-08-12 15:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.92ms DONE
  2026-08-12 15:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-12 15:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-12 15:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.43ms DONE
  2026-08-12 15:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-12 15:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.66ms DONE
  2026-08-12 15:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.69ms DONE
  2026-08-12 15:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-12 15:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.14ms DONE
  2026-08-12 15:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.11ms DONE
  2026-08-12 15:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.07ms DONE
  2026-08-12 15:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.58ms DONE
  2026-08-12 15:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 15:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-12 16:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.15ms DONE
  2026-08-12 16:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.55ms DONE
  2026-08-12 16:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.07ms DONE
  2026-08-12 16:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-12 16:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-12 16:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.77ms DONE
  2026-08-12 16:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.02ms DONE
  2026-08-12 16:07:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:07:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.77ms DONE
  2026-08-12 16:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-12 16:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.27ms DONE
  2026-08-12 16:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.74ms DONE
  2026-08-12 16:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.50ms DONE
  2026-08-12 16:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-12 16:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.89ms DONE
  2026-08-12 16:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.52ms DONE
  2026-08-12 16:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.48ms DONE
  2026-08-12 16:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.69ms DONE
  2026-08-12 16:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.06ms DONE
  2026-08-12 16:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-12 16:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.61ms DONE
  2026-08-12 16:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.12ms DONE
  2026-08-12 16:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-12 16:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.47ms DONE
  2026-08-12 16:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.49ms DONE
  2026-08-12 16:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.56ms DONE
  2026-08-12 16:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.95ms DONE
  2026-08-12 16:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.88ms DONE
  2026-08-12 16:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.40ms DONE
  2026-08-12 16:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.02ms DONE
  2026-08-12 16:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.85ms DONE
  2026-08-12 16:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.85ms DONE
  2026-08-12 16:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.88ms DONE
  2026-08-12 16:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.66ms DONE
  2026-08-12 16:33:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:33:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.61ms DONE
  2026-08-12 16:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.65ms DONE
  2026-08-12 16:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.94ms DONE
  2026-08-12 16:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.07ms DONE
  2026-08-12 16:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.56ms DONE
  2026-08-12 16:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.16ms DONE
  2026-08-12 16:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.77ms DONE
  2026-08-12 16:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.29ms DONE
  2026-08-12 16:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.12ms DONE
  2026-08-12 16:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.27ms DONE
  2026-08-12 16:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.68ms DONE
  2026-08-12 16:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.89ms DONE
  2026-08-12 16:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.13ms DONE
  2026-08-12 16:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.32ms DONE
  2026-08-12 16:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.85ms DONE
  2026-08-12 16:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
  2026-08-12 16:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-12 16:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.38ms DONE
  2026-08-12 16:51:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:51:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-12 16:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.64ms DONE
  2026-08-12 16:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.98ms DONE
  2026-08-12 16:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.36ms DONE
  2026-08-12 16:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.90ms DONE
  2026-08-12 16:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.30ms DONE
  2026-08-12 16:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.12ms DONE
  2026-08-12 16:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.69ms DONE
  2026-08-12 16:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 16:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.62ms DONE
  2026-08-12 17:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.54ms DONE
  2026-08-12 17:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.35ms DONE
  2026-08-12 17:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.43ms DONE
  2026-08-12 17:03:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:03:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.42ms DONE
  2026-08-12 17:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-12 17:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.84ms DONE
  2026-08-12 17:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.27ms DONE
  2026-08-12 17:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.24ms DONE
  2026-08-12 17:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.99ms DONE
  2026-08-12 17:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.48ms DONE
  2026-08-12 17:10:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:10:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.15ms DONE
  2026-08-12 17:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.33ms DONE
  2026-08-12 17:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.15ms DONE
  2026-08-12 17:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.41ms DONE
  2026-08-12 17:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.95ms DONE
  2026-08-12 17:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.77ms DONE
  2026-08-12 17:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.35ms DONE
  2026-08-12 17:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.32ms DONE
  2026-08-12 17:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-12 17:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-12 17:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.42ms DONE
  2026-08-12 17:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.41ms DONE
  2026-08-12 17:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.62ms DONE
  2026-08-12 17:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-12 17:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.85ms DONE
  2026-08-12 17:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-12 17:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.61ms DONE
  2026-08-12 17:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-12 17:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.96ms DONE
  2026-08-12 17:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.49ms DONE
  2026-08-12 17:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  17.88ms DONE
  2026-08-12 17:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.11ms DONE
  2026-08-12 17:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.01ms DONE
  2026-08-12 17:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
  2026-08-12 17:34:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:34:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.81ms DONE
  2026-08-12 17:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-12 17:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-12 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.28ms DONE
  2026-08-12 17:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.75ms DONE
  2026-08-12 17:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.23ms DONE
  2026-08-12 17:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.93ms DONE
  2026-08-12 17:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.60ms DONE
  2026-08-12 17:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.11ms DONE
  2026-08-12 17:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-12 17:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.97ms DONE
  2026-08-12 17:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.15ms DONE
  2026-08-12 17:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.76ms DONE
  2026-08-12 17:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.88ms DONE
  2026-08-12 17:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.31ms DONE
  2026-08-12 17:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-12 17:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.09ms DONE
  2026-08-12 17:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-12 17:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-12 17:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.30ms DONE
  2026-08-12 17:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.53ms DONE
  2026-08-12 17:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-12 17:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-12 17:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.61ms DONE
  2026-08-12 17:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-12 17:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 17:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.61ms DONE
  2026-08-12 18:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.03ms DONE
  2026-08-12 18:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.66ms DONE
  2026-08-12 18:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.47ms DONE
  2026-08-12 18:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.75ms DONE
  2026-08-12 18:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-12 18:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-12 18:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.30ms DONE
  2026-08-12 18:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-12 18:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.81ms DONE
  2026-08-12 18:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.75ms DONE
  2026-08-12 18:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.01ms DONE
  2026-08-12 18:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-12 18:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.00ms DONE
  2026-08-12 18:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.14ms DONE
  2026-08-12 18:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.67ms DONE
  2026-08-12 18:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.71ms DONE
  2026-08-12 18:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.82ms DONE
  2026-08-12 18:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.72ms DONE
  2026-08-12 18:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.75ms DONE
  2026-08-12 18:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.43ms DONE
  2026-08-12 18:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.12ms DONE
  2026-08-12 18:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.87ms DONE
  2026-08-12 18:22:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:22:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.61ms DONE
  2026-08-12 18:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.90ms DONE
  2026-08-12 18:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.53ms DONE
  2026-08-12 18:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.06ms DONE
  2026-08-12 18:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-12 18:27:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:27:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.96ms DONE
  2026-08-12 18:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.37ms DONE
  2026-08-12 18:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.56ms DONE
  2026-08-12 18:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.35ms DONE
  2026-08-12 18:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.47ms DONE
  2026-08-12 18:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-12 18:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.05ms DONE
  2026-08-12 18:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.42ms DONE
  2026-08-12 18:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-12 18:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.14ms DONE
  2026-08-12 18:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-12 18:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.08ms DONE
  2026-08-12 18:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-12 18:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-12 18:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-12 18:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.92ms DONE
  2026-08-12 18:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.93ms DONE
  2026-08-12 18:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.09ms DONE
  2026-08-12 18:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.57ms DONE
  2026-08-12 18:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.70ms DONE
  2026-08-12 18:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.02ms DONE
  2026-08-12 18:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-12 18:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-12 18:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.33ms DONE
  2026-08-12 18:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-12 18:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-12 18:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.91ms DONE
  2026-08-12 18:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.76ms DONE
  2026-08-12 18:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.26ms DONE
  2026-08-12 18:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-12 18:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.62ms DONE
  2026-08-12 18:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.37ms DONE
  2026-08-12 18:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 18:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-12 19:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.22ms DONE
  2026-08-12 19:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.50ms DONE
  2026-08-12 19:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-12 19:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.70ms DONE
  2026-08-12 19:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.50ms DONE
  2026-08-12 19:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-12 19:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-12 19:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.64ms DONE
  2026-08-12 19:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.41ms DONE
  2026-08-12 19:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.31ms DONE
  2026-08-12 19:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.73ms DONE
  2026-08-12 19:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-12 19:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.10ms DONE
  2026-08-12 19:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.85ms DONE
  2026-08-12 19:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.12ms DONE
  2026-08-12 19:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.85ms DONE
  2026-08-12 19:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.31ms DONE
  2026-08-12 19:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-12 19:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.82ms DONE
  2026-08-12 19:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.65ms DONE
  2026-08-12 19:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.59ms DONE
  2026-08-12 19:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.41ms DONE
  2026-08-12 19:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.16ms DONE
  2026-08-12 19:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-12 19:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.83ms DONE
  2026-08-12 19:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.85ms DONE
  2026-08-12 19:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.63ms DONE
  2026-08-12 19:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.26ms DONE
  2026-08-12 19:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.16ms DONE
  2026-08-12 19:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-12 19:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.16ms DONE
  2026-08-12 19:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.18ms DONE
  2026-08-12 19:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.28ms DONE
  2026-08-12 19:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.57ms DONE
  2026-08-12 19:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-12 19:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.40ms DONE
  2026-08-12 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-12 19:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.58ms DONE
  2026-08-12 19:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.48ms DONE
  2026-08-12 19:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-12 19:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.31ms DONE
  2026-08-12 19:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.97ms DONE
  2026-08-12 19:42:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:42:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.14ms DONE
  2026-08-12 19:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-12 19:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-12 19:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.62ms DONE
  2026-08-12 19:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-12 19:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-12 19:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.93ms DONE
  2026-08-12 19:49:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:49:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-12 19:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.07ms DONE
  2026-08-12 19:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.57ms DONE
  2026-08-12 19:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.31ms DONE
  2026-08-12 19:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.78ms DONE
  2026-08-12 19:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-12 19:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.13ms DONE
  2026-08-12 19:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-12 19:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.93ms DONE
  2026-08-12 19:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.53ms DONE
  2026-08-12 19:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 19:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-12 20:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-12 20:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-12 20:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.22ms DONE
  2026-08-12 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.80ms DONE
  2026-08-12 20:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.32ms DONE
  2026-08-12 20:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-12 20:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-12 20:07:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:07:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.10ms DONE
  2026-08-12 20:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-12 20:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.32ms DONE
  2026-08-12 20:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.85ms DONE
  2026-08-12 20:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.51ms DONE
  2026-08-12 20:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.75ms DONE
  2026-08-12 20:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.64ms DONE
  2026-08-12 20:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-12 20:15:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:15:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.43ms DONE
  2026-08-12 20:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.59ms DONE
  2026-08-12 20:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.38ms DONE
  2026-08-12 20:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.56ms DONE
  2026-08-12 20:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.70ms DONE
  2026-08-12 20:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-12 20:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.59ms DONE
  2026-08-12 20:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.22ms DONE
  2026-08-12 20:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.01ms DONE
  2026-08-12 20:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.68ms DONE
  2026-08-12 20:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.64ms DONE
  2026-08-12 20:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-12 20:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.68ms DONE
  2026-08-12 20:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.60ms DONE
  2026-08-12 20:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.69ms DONE
  2026-08-12 20:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  24.15ms DONE
  2026-08-12 20:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.23ms DONE
  2026-08-12 20:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-12 20:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.48ms DONE
  2026-08-12 20:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-12 20:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.05ms DONE
  2026-08-12 20:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-12 20:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.18ms DONE
  2026-08-12 20:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-12 20:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.38ms DONE
  2026-08-12 20:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-12 20:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.50ms DONE
  2026-08-12 20:42:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:42:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.68ms DONE
  2026-08-12 20:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-12 20:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.42ms DONE
  2026-08-12 20:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-12 20:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-12 20:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.10ms DONE
  2026-08-12 20:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.64ms DONE
  2026-08-12 20:49:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:49:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-12 20:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.23ms DONE
  2026-08-12 20:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.76ms DONE
  2026-08-12 20:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-12 20:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-12 20:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-12 20:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-12 20:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-12 20:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.36ms DONE
  2026-08-12 20:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-12 20:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 20:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.49ms DONE
  2026-08-12 21:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.59ms DONE
  2026-08-12 21:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.36ms DONE
  2026-08-12 21:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.72ms DONE
  2026-08-12 21:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.11ms DONE
  2026-08-12 21:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.72ms DONE
  2026-08-12 21:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-12 21:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-12 21:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.91ms DONE
  2026-08-12 21:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.58ms DONE
  2026-08-12 21:09:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:09:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-12 21:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.47ms DONE
  2026-08-12 21:11:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:11:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.50ms DONE
  2026-08-12 21:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.06ms DONE
  2026-08-12 21:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.85ms DONE
  2026-08-12 21:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.97ms DONE
  2026-08-12 21:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.69ms DONE
  2026-08-12 21:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.23ms DONE
  2026-08-12 21:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.34ms DONE
  2026-08-12 21:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.23ms DONE
  2026-08-12 21:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.33ms DONE
  2026-08-12 21:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.65ms DONE
  2026-08-12 21:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.58ms DONE
  2026-08-12 21:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.76ms DONE
  2026-08-12 21:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.66ms DONE
  2026-08-12 21:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.61ms DONE
  2026-08-12 21:25:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:25:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-12 21:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-12 21:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-12 21:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.37ms DONE
  2026-08-12 21:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-12 21:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.06ms DONE
  2026-08-12 21:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-12 21:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-12 21:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.68ms DONE
  2026-08-12 21:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-12 21:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.68ms DONE
  2026-08-12 21:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.75ms DONE
  2026-08-12 21:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.74ms DONE
  2026-08-12 21:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.13ms DONE
  2026-08-12 21:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.46ms DONE
  2026-08-12 21:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.80ms DONE
  2026-08-12 21:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-12 21:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-12 21:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-12 21:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.59ms DONE
  2026-08-12 21:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.36ms DONE
  2026-08-12 21:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-12 21:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.32ms DONE
  2026-08-12 21:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.48ms DONE
  2026-08-12 21:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.84ms DONE
  2026-08-12 21:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-12 21:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.99ms DONE
  2026-08-12 21:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-12 21:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.85ms DONE
  2026-08-12 21:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.14ms DONE
  2026-08-12 21:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.26ms DONE
  2026-08-12 21:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.81ms DONE
  2026-08-12 21:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.22ms DONE
  2026-08-12 21:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.08ms DONE
  2026-08-12 21:59:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 21:59:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-12 22:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.08ms DONE
  2026-08-12 22:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.51ms DONE
  2026-08-12 22:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.55ms DONE
  2026-08-12 22:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.13ms DONE
  2026-08-12 22:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.09ms DONE
  2026-08-12 22:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-12 22:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.80ms DONE
  2026-08-12 22:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.70ms DONE
  2026-08-12 22:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.84ms DONE
  2026-08-12 22:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.82ms DONE
  2026-08-12 22:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.06ms DONE
  2026-08-12 22:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.64ms DONE
  2026-08-12 22:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.11ms DONE
  2026-08-12 22:13:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:13:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.54ms DONE
  2026-08-12 22:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.46ms DONE
  2026-08-12 22:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.55ms DONE
  2026-08-12 22:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-12 22:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.66ms DONE
  2026-08-12 22:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.85ms DONE
  2026-08-12 22:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.19ms DONE
  2026-08-12 22:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.58ms DONE
  2026-08-12 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.28ms DONE
  2026-08-12 22:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.02ms DONE
  2026-08-12 22:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.12ms DONE
  2026-08-12 22:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.31ms DONE
  2026-08-12 22:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-12 22:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.92ms DONE
  2026-08-12 22:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.99ms DONE
  2026-08-12 22:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.85ms DONE
  2026-08-12 22:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-12 22:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.76ms DONE
  2026-08-12 22:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.79ms DONE
  2026-08-12 22:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-12 22:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.69ms DONE
  2026-08-12 22:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-12 22:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-12 22:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.94ms DONE
  2026-08-12 22:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-12 22:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-12 22:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-12 22:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.01ms DONE
  2026-08-12 22:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-12 22:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.13ms DONE
  2026-08-12 22:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.34ms DONE
  2026-08-12 22:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.50ms DONE
  2026-08-12 22:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-12 22:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.76ms DONE
  2026-08-12 22:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-12 22:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.29ms DONE
  2026-08-12 22:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-12 22:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.05ms DONE
  2026-08-12 22:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-12 22:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.60ms DONE
  2026-08-12 22:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-12 22:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.22ms DONE
  2026-08-12 22:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.36ms DONE
  2026-08-12 22:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.56ms DONE
  2026-08-12 22:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.15ms DONE
  2026-08-12 22:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.46ms DONE
  2026-08-12 22:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 22:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-12 23:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.68ms DONE
  2026-08-12 23:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.76ms DONE
  2026-08-12 23:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-12 23:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.42ms DONE
  2026-08-12 23:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-12 23:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.23ms DONE
  2026-08-12 23:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-12 23:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.92ms DONE
  2026-08-12 23:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-12 23:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.66ms DONE
  2026-08-12 23:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.90ms DONE
  2026-08-12 23:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-12 23:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-12 23:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.66ms DONE
  2026-08-12 23:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.62ms DONE
  2026-08-12 23:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-12 23:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.10ms DONE
  2026-08-12 23:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.23ms DONE
  2026-08-12 23:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.61ms DONE
  2026-08-12 23:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-12 23:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-12 23:21:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.59ms DONE
  2026-08-12 23:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-12 23:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.48ms DONE
  2026-08-12 23:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.44ms DONE
  2026-08-12 23:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.44ms DONE
  2026-08-12 23:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.35ms DONE
  2026-08-12 23:27:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:27:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.69ms DONE
  2026-08-12 23:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.98ms DONE
  2026-08-12 23:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-12 23:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.75ms DONE
  2026-08-12 23:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.14ms DONE
  2026-08-12 23:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-12 23:33:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:33:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-12 23:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-12 23:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.90ms DONE
  2026-08-12 23:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.48ms DONE
  2026-08-12 23:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.91ms DONE
  2026-08-12 23:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.71ms DONE
  2026-08-12 23:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.69ms DONE
  2026-08-12 23:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.60ms DONE
  2026-08-12 23:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-12 23:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.39ms DONE
  2026-08-12 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-12 23:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.39ms DONE
  2026-08-12 23:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.58ms DONE
  2026-08-12 23:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.97ms DONE
  2026-08-12 23:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.76ms DONE
  2026-08-12 23:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.98ms DONE
  2026-08-12 23:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-12 23:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.33ms DONE
  2026-08-12 23:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.15ms DONE
  2026-08-12 23:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-12 23:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-12 23:54:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:54:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-12 23:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.96ms DONE
  2026-08-12 23:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.80ms DONE
  2026-08-12 23:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.06ms DONE
  2026-08-12 23:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-12 23:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-12 23:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.84ms DONE
  2026-08-13 00:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.54ms DONE
  2026-08-13 00:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.94ms DONE
  2026-08-13 00:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.78ms DONE
  2026-08-13 00:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.77ms DONE
  2026-08-13 00:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.55ms DONE
  2026-08-13 00:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.03ms DONE
  2026-08-13 00:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-13 00:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.91ms DONE
  2026-08-13 00:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-13 00:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-13 00:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.66ms DONE
  2026-08-13 00:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.03ms DONE
  2026-08-13 00:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-13 00:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-13 00:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-13 00:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.21ms DONE
  2026-08-13 00:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.29ms DONE
  2026-08-13 00:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.57ms DONE
  2026-08-13 00:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.36ms DONE
  2026-08-13 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-13 00:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.05ms DONE
  2026-08-13 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-13 00:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-13 00:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.85ms DONE
  2026-08-13 00:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.11ms DONE
  2026-08-13 00:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-13 00:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-13 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.57ms DONE
  2026-08-13 00:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.96ms DONE
  2026-08-13 00:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.74ms DONE
  2026-08-13 00:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.97ms DONE
  2026-08-13 00:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.81ms DONE
  2026-08-13 00:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.97ms DONE
  2026-08-13 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-13 00:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.77ms DONE
  2026-08-13 00:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.29ms DONE
  2026-08-13 00:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-13 00:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.62ms DONE
  2026-08-13 00:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-13 00:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.44ms DONE
  2026-08-13 00:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.35ms DONE
  2026-08-13 00:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.85ms DONE
  2026-08-13 00:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.14ms DONE
  2026-08-13 00:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.39ms DONE
  2026-08-13 00:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.09ms DONE
  2026-08-13 00:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.10ms DONE
  2026-08-13 00:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-13 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.88ms DONE
  2026-08-13 00:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.31ms DONE
  2026-08-13 00:49:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:49:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.23ms DONE
  2026-08-13 00:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.85ms DONE
  2026-08-13 00:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.73ms DONE
  2026-08-13 00:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.85ms DONE
  2026-08-13 00:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-13 00:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.23ms DONE
  2026-08-13 00:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-13 00:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.78ms DONE
  2026-08-13 00:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.70ms DONE
  2026-08-13 00:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.21ms DONE
  2026-08-13 00:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 00:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE
  2026-08-13 01:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.49ms DONE
  2026-08-13 01:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.41ms DONE
  2026-08-13 01:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.47ms DONE
  2026-08-13 01:03:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:03:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.76ms DONE
  2026-08-13 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.26ms DONE
  2026-08-13 01:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.64ms DONE
  2026-08-13 01:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.18ms DONE
  2026-08-13 01:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-13 01:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.44ms DONE
  2026-08-13 01:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-13 01:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.73ms DONE
  2026-08-13 01:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.54ms DONE
  2026-08-13 01:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-13 01:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.44ms DONE
  2026-08-13 01:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-13 01:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.47ms DONE
  2026-08-13 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.84ms DONE
  2026-08-13 01:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.51ms DONE
  2026-08-13 01:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.27ms DONE
  2026-08-13 01:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.46ms DONE
  2026-08-13 01:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.14ms DONE
  2026-08-13 01:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.59ms DONE
  2026-08-13 01:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.33ms DONE
  2026-08-13 01:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:23:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.81ms DONE
  2026-08-13 01:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-13 01:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.68ms DONE
  2026-08-13 01:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.57ms DONE
  2026-08-13 01:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.11ms DONE
  2026-08-13 01:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.84ms DONE
  2026-08-13 01:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.47ms DONE
  2026-08-13 01:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.20ms DONE
  2026-08-13 01:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.48ms DONE
  2026-08-13 01:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.75ms DONE
  2026-08-13 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-13 01:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.10ms DONE
  2026-08-13 01:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.36ms DONE
  2026-08-13 01:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-13 01:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.82ms DONE
  2026-08-13 01:38:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:38:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.24ms DONE
  2026-08-13 01:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-13 01:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.20ms DONE
  2026-08-13 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-13 01:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.27ms DONE
  2026-08-13 01:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-13 01:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.37ms DONE
  2026-08-13 01:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.74ms DONE
  2026-08-13 01:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.03ms DONE
  2026-08-13 01:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.18ms DONE
  2026-08-13 01:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-13 01:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-13 01:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.40ms DONE
  2026-08-13 01:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-13 01:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.10ms DONE
  2026-08-13 01:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-13 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.14ms DONE
  2026-08-13 01:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.97ms DONE
  2026-08-13 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.62ms DONE
  2026-08-13 01:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-13 01:58:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:58:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-13 01:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 01:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.07ms DONE
  2026-08-13 02:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.14ms DONE
  2026-08-13 02:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.18ms DONE
  2026-08-13 02:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-13 02:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.48ms DONE
  2026-08-13 02:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.43ms DONE
  2026-08-13 02:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.24ms DONE
  2026-08-13 02:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-13 02:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-13 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.96ms DONE
  2026-08-13 02:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-13 02:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.71ms DONE
  2026-08-13 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-13 02:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.20ms DONE
  2026-08-13 02:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-13 02:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-13 02:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-13 02:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.56ms DONE
  2026-08-13 02:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.84ms DONE
  2026-08-13 02:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.92ms DONE
  2026-08-13 02:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-13 02:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.28ms DONE
  2026-08-13 02:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.77ms DONE
  2026-08-13 02:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.89ms DONE
  2026-08-13 02:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.53ms DONE
  2026-08-13 02:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.10ms DONE
  2026-08-13 02:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.73ms DONE
  2026-08-13 02:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.62ms DONE
  2026-08-13 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
  2026-08-13 02:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.18ms DONE
  2026-08-13 02:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.06ms DONE
  2026-08-13 02:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.64ms DONE
  2026-08-13 02:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.26ms DONE
  2026-08-13 02:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.11ms DONE
  2026-08-13 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-13 02:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.31ms DONE
  2026-08-13 02:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.19ms DONE
  2026-08-13 02:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-13 02:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.11ms DONE
  2026-08-13 02:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-13 02:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.76ms DONE
  2026-08-13 02:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.05ms DONE
  2026-08-13 02:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.95ms DONE
  2026-08-13 02:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-13 02:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.82ms DONE
  2026-08-13 02:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-13 02:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.72ms DONE
  2026-08-13 02:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.98ms DONE
  2026-08-13 02:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-13 02:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-13 02:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.53ms DONE
  2026-08-13 02:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.81ms DONE
  2026-08-13 02:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-13 02:52:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:52:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-13 02:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-13 02:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.64ms DONE
  2026-08-13 02:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.35ms DONE
  2026-08-13 02:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.39ms DONE
  2026-08-13 02:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.60ms DONE
  2026-08-13 02:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-13 02:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 02:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-13 03:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.06ms DONE
  2026-08-13 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.30ms DONE
  2026-08-13 03:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.02ms DONE
  2026-08-13 03:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.53ms DONE
  2026-08-13 03:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.08ms DONE
  2026-08-13 03:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.75ms DONE
  2026-08-13 03:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.90ms DONE
  2026-08-13 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.22ms DONE
  2026-08-13 03:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.20ms DONE
  2026-08-13 03:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-13 03:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.40ms DONE
  2026-08-13 03:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-13 03:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.67ms DONE
  2026-08-13 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.61ms DONE
  2026-08-13 03:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-13 03:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-13 03:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.25ms DONE
  2026-08-13 03:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.14ms DONE
  2026-08-13 03:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.95ms DONE
  2026-08-13 03:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-13 03:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.68ms DONE
  2026-08-13 03:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.76ms DONE
  2026-08-13 03:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.69ms DONE
  2026-08-13 03:23:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:23:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE
  2026-08-13 03:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.64ms DONE
  2026-08-13 03:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.33ms DONE
  2026-08-13 03:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.89ms DONE
  2026-08-13 03:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.68ms DONE
  2026-08-13 03:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-13 03:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-13 03:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.57ms DONE
  2026-08-13 03:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.86ms DONE
  2026-08-13 03:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-13 03:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.72ms DONE
  2026-08-13 03:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-13 03:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.69ms DONE
  2026-08-13 03:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.28ms DONE
  2026-08-13 03:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.30ms DONE
  2026-08-13 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-13 03:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-13 03:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.37ms DONE
  2026-08-13 03:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-13 03:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-13 03:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-13 03:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.22ms DONE
  2026-08-13 03:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.07ms DONE
  2026-08-13 03:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-13 03:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-13 03:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.75ms DONE
  2026-08-13 03:49:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:49:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.27ms DONE
  2026-08-13 03:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.79ms DONE
  2026-08-13 03:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.60ms DONE
  2026-08-13 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-13 03:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.24ms DONE
  2026-08-13 03:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.84ms DONE
  2026-08-13 03:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.59ms DONE
  2026-08-13 03:56:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:56:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.50ms DONE
  2026-08-13 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.45ms DONE
  2026-08-13 03:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-13 03:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 03:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.09ms DONE
  2026-08-13 04:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.87ms DONE
  2026-08-13 04:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.91ms DONE
  2026-08-13 04:02:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:02:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.58ms DONE
  2026-08-13 04:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.66ms DONE
  2026-08-13 04:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.29ms DONE
  2026-08-13 04:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.08ms DONE
  2026-08-13 04:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.52ms DONE
  2026-08-13 04:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.47ms DONE
  2026-08-13 04:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.22ms DONE
  2026-08-13 04:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-13 04:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.19ms DONE
  2026-08-13 04:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.67ms DONE
  2026-08-13 04:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.83ms DONE
  2026-08-13 04:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.19ms DONE
  2026-08-13 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.93ms DONE
  2026-08-13 04:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.76ms DONE
  2026-08-13 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-13 04:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.27ms DONE
  2026-08-13 04:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-13 04:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.56ms DONE
  2026-08-13 04:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-13 04:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.98ms DONE
  2026-08-13 04:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.50ms DONE
  2026-08-13 04:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.46ms DONE
  2026-08-13 04:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.62ms DONE
  2026-08-13 04:25:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:25:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.65ms DONE
  2026-08-13 04:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.06ms DONE
  2026-08-13 04:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-13 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.84ms DONE
  2026-08-13 04:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.33ms DONE
  2026-08-13 04:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-13 04:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.52ms DONE
  2026-08-13 04:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.63ms DONE
  2026-08-13 04:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-13 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.90ms DONE
  2026-08-13 04:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.52ms DONE
  2026-08-13 04:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-13 04:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.47ms DONE
  2026-08-13 04:38:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:38:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.19ms DONE
  2026-08-13 04:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.69ms DONE
  2026-08-13 04:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.97ms DONE
  2026-08-13 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-13 04:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.99ms DONE
  2026-08-13 04:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.06ms DONE
  2026-08-13 04:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.93ms DONE
  2026-08-13 04:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.22ms DONE
  2026-08-13 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-13 04:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-13 04:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-13 04:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-13 04:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.13ms DONE
  2026-08-13 04:51:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:51:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.80ms DONE
  2026-08-13 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.96ms DONE
  2026-08-13 04:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-13 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-13 04:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.28ms DONE
  2026-08-13 04:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.21ms DONE
  2026-08-13 04:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-13 04:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.04ms DONE
  2026-08-13 04:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 04:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-13 05:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.13ms DONE
  2026-08-13 05:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.44ms DONE
  2026-08-13 05:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.59ms DONE
  2026-08-13 05:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.94ms DONE
  2026-08-13 05:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.44ms DONE
  2026-08-13 05:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-13 05:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.08ms DONE
  2026-08-13 05:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.26ms DONE
  2026-08-13 05:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-13 05:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-13 05:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.02ms DONE
  2026-08-13 05:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.47ms DONE
  2026-08-13 05:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.28ms DONE
  2026-08-13 05:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.53ms DONE
  2026-08-13 05:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
  2026-08-13 05:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  42.37ms DONE
  2026-08-13 05:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.04ms DONE
  2026-08-13 05:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.61ms DONE
  2026-08-13 05:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.81ms DONE
  2026-08-13 05:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.52ms DONE
  2026-08-13 05:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.36ms DONE
  2026-08-13 05:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.42ms DONE
  2026-08-13 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-13 05:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.41ms DONE
  2026-08-13 05:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-13 05:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.33ms DONE
  2026-08-13 05:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-13 05:27:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:27:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.18ms DONE
  2026-08-13 05:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.44ms DONE
  2026-08-13 05:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.30ms DONE
  2026-08-13 05:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.38ms DONE
  2026-08-13 05:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.32ms DONE
  2026-08-13 05:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-13 05:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-13 05:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.59ms DONE
  2026-08-13 05:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.46ms DONE
  2026-08-13 05:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-13 05:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-13 05:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.75ms DONE
  2026-08-13 05:39:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:39:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.84ms DONE
  2026-08-13 05:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.16ms DONE
  2026-08-13 05:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.98ms DONE
  2026-08-13 05:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.10ms DONE
  2026-08-13 05:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.00ms DONE
  2026-08-13 05:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.64ms DONE
  2026-08-13 05:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.89ms DONE
  2026-08-13 05:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-13 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.91ms DONE
  2026-08-13 05:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-13 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.82ms DONE
  2026-08-13 05:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.19ms DONE
  2026-08-13 05:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-13 05:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.58ms DONE
  2026-08-13 05:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.07ms DONE
  2026-08-13 05:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-13 05:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.17ms DONE
  2026-08-13 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-13 05:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-13 05:58:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:58:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.82ms DONE
  2026-08-13 05:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 05:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.74ms DONE
  2026-08-13 06:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.63ms DONE
  2026-08-13 06:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.16ms DONE
  2026-08-13 06:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.12ms DONE
  2026-08-13 06:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-13 06:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-13 06:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-13 06:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.96ms DONE
  2026-08-13 06:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.69ms DONE
  2026-08-13 06:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.52ms DONE
  2026-08-13 06:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-13 06:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.80ms DONE
  2026-08-13 06:11:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:11:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.75ms DONE
  2026-08-13 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.95ms DONE
  2026-08-13 06:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-13 06:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.37ms DONE
  2026-08-13 06:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.46ms DONE
  2026-08-13 06:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-13 06:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.66ms DONE
  2026-08-13 06:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.55ms DONE
  2026-08-13 06:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-13 06:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.30ms DONE
  2026-08-13 06:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.11ms DONE
  2026-08-13 06:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.56ms DONE
  2026-08-13 06:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-13 06:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.61ms DONE
  2026-08-13 06:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.61ms DONE
  2026-08-13 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-13 06:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.64ms DONE
  2026-08-13 06:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-13 06:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-13 06:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.35ms DONE
  2026-08-13 06:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.46ms DONE
  2026-08-13 06:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-13 06:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-13 06:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-13 06:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-13 06:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-13 06:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.46ms DONE
  2026-08-13 06:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-13 06:39:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:39:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.40ms DONE
  2026-08-13 06:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.81ms DONE
  2026-08-13 06:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.71ms DONE
  2026-08-13 06:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.65ms DONE
  2026-08-13 06:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.72ms DONE
  2026-08-13 06:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.73ms DONE
  2026-08-13 06:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-13 06:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.98ms DONE
  2026-08-13 06:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-13 06:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.07ms DONE
  2026-08-13 06:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.50ms DONE
  2026-08-13 06:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.39ms DONE
  2026-08-13 06:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-13 06:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.62ms DONE
  2026-08-13 06:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.54ms DONE
  2026-08-13 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-13 06:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-13 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-13 06:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.69ms DONE
  2026-08-13 06:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.44ms DONE
  2026-08-13 06:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 06:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-13 07:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.56ms DONE
  2026-08-13 07:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.42ms DONE
  2026-08-13 07:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.47ms DONE
  2026-08-13 07:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-13 07:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.37ms DONE
  2026-08-13 07:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.42ms DONE
  2026-08-13 07:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.73ms DONE
  2026-08-13 07:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.36ms DONE
  2026-08-13 07:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.47ms DONE
  2026-08-13 07:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.97ms DONE
  2026-08-13 07:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.37ms DONE
  2026-08-13 07:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.45ms DONE
  2026-08-13 07:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-13 07:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.92ms DONE
  2026-08-13 07:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-13 07:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.80ms DONE
  2026-08-13 07:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.21ms DONE
  2026-08-13 07:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.49ms DONE
  2026-08-13 07:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-13 07:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-13 07:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.09ms DONE
  2026-08-13 07:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-13 07:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.04ms DONE
  2026-08-13 07:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.24ms DONE
  2026-08-13 07:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.63ms DONE
  2026-08-13 07:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.30ms DONE
  2026-08-13 07:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.48ms DONE
  2026-08-13 07:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-13 07:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.53ms DONE
  2026-08-13 07:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.03ms DONE
  2026-08-13 07:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.86ms DONE
  2026-08-13 07:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.64ms DONE
  2026-08-13 07:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.59ms DONE
  2026-08-13 07:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.46ms DONE
  2026-08-13 07:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.37ms DONE
  2026-08-13 07:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.81ms DONE
  2026-08-13 07:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-13 07:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.83ms DONE
  2026-08-13 07:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-13 07:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.78ms DONE
  2026-08-13 07:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-13 07:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-13 07:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.12ms DONE
  2026-08-13 07:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.33ms DONE
  2026-08-13 07:44:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:44:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.66ms DONE
  2026-08-13 07:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.19ms DONE
  2026-08-13 07:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.47ms DONE
  2026-08-13 07:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.24ms DONE
  2026-08-13 07:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-13 07:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-13 07:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.57ms DONE
  2026-08-13 07:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.97ms DONE
  2026-08-13 07:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-13 07:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-13 07:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-13 07:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.21ms DONE
  2026-08-13 07:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.24ms DONE
  2026-08-13 07:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-13 07:58:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:58:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.20ms DONE
  2026-08-13 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.71ms DONE
  2026-08-13 08:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.07ms DONE
  2026-08-13 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.23ms DONE
  2026-08-13 08:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.59ms DONE
  2026-08-13 08:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.62ms DONE
  2026-08-13 08:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-13 08:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.19ms DONE
  2026-08-13 08:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.88ms DONE
  2026-08-13 08:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.97ms DONE
  2026-08-13 08:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-13 08:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.95ms DONE
  2026-08-13 08:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.91ms DONE
  2026-08-13 08:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-13 08:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.44ms DONE
  2026-08-13 08:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-13 08:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.83ms DONE
  2026-08-13 08:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.79ms DONE
  2026-08-13 08:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.82ms DONE
  2026-08-13 08:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.50ms DONE
  2026-08-13 08:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.21ms DONE
  2026-08-13 08:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.68ms DONE
  2026-08-13 08:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.91ms DONE
  2026-08-13 08:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-13 08:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-13 08:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.96ms DONE
  2026-08-13 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-13 08:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.32ms DONE
  2026-08-13 08:26:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:26:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.97ms DONE
  2026-08-13 08:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.00ms DONE
  2026-08-13 08:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-13 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.42ms DONE
  2026-08-13 08:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.17ms DONE
  2026-08-13 08:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.35ms DONE
  2026-08-13 08:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.00ms DONE
  2026-08-13 08:33:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:33:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-13 08:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.95ms DONE
  2026-08-13 08:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.36ms DONE
  2026-08-13 08:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.07ms DONE
  2026-08-13 08:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-13 08:38:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:38:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.39ms DONE
  2026-08-13 08:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.89ms DONE
  2026-08-13 08:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.06ms DONE
  2026-08-13 08:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.76ms DONE
  2026-08-13 08:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.06ms DONE
  2026-08-13 08:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.53ms DONE
  2026-08-13 08:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.53ms DONE
  2026-08-13 08:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.15ms DONE
  2026-08-13 08:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.70ms DONE
  2026-08-13 08:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-13 08:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-13 08:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-13 08:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.91ms DONE
  2026-08-13 08:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.32ms DONE
  2026-08-13 08:52:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:52:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.58ms DONE
  2026-08-13 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.47ms DONE
  2026-08-13 08:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.48ms DONE
  2026-08-13 08:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.64ms DONE
  2026-08-13 08:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.41ms DONE
  2026-08-13 08:57:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:57:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.94ms DONE
  2026-08-13 08:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.59ms DONE
  2026-08-13 08:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 08:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.98ms DONE
  2026-08-13 09:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.28ms DONE
  2026-08-13 09:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.39ms DONE
  2026-08-13 09:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.80ms DONE
  2026-08-13 09:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.68ms DONE
  2026-08-13 09:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.27ms DONE
  2026-08-13 09:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-13 09:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-13 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.35ms DONE
  2026-08-13 09:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.92ms DONE
  2026-08-13 09:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.55ms DONE
  2026-08-13 09:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.27ms DONE
  2026-08-13 09:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-13 09:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.17ms DONE
  2026-08-13 09:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-13 09:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.58ms DONE
  2026-08-13 09:15:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:15:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.18ms DONE
  2026-08-13 09:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.02ms DONE
  2026-08-13 09:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.04ms DONE
  2026-08-13 09:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.03ms DONE
  2026-08-13 09:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.82ms DONE
  2026-08-13 09:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.33ms DONE
  2026-08-13 09:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.98ms DONE
  2026-08-13 09:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.97ms DONE
  2026-08-13 09:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.62ms DONE
  2026-08-13 09:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.98ms DONE
  2026-08-13 09:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.40ms DONE
  2026-08-13 09:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.85ms DONE
  2026-08-13 09:27:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:27:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.09ms DONE
  2026-08-13 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.45ms DONE
  2026-08-13 09:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.70ms DONE
  2026-08-13 09:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.94ms DONE
  2026-08-13 09:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.17ms DONE
  2026-08-13 09:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.92ms DONE
  2026-08-13 09:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.67ms DONE
  2026-08-13 09:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-13 09:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.44ms DONE
  2026-08-13 09:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-13 09:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.76ms DONE
  2026-08-13 09:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.60ms DONE
  2026-08-13 09:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.67ms DONE
  2026-08-13 09:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.81ms DONE
  2026-08-13 09:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-13 09:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.77ms DONE
  2026-08-13 09:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-13 09:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.66ms DONE
  2026-08-13 09:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-13 09:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.47ms DONE
  2026-08-13 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.76ms DONE
  2026-08-13 09:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.54ms DONE
  2026-08-13 09:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-13 09:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.09ms DONE
  2026-08-13 09:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.98ms DONE
  2026-08-13 09:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-13 09:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.94ms DONE
  2026-08-13 09:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.42ms DONE
  2026-08-13 09:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-08-13 09:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.13ms DONE
  2026-08-13 09:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.36ms DONE
  2026-08-13 09:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.85ms DONE
  2026-08-13 09:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 09:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-13 10:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.27ms DONE
  2026-08-13 10:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.34ms DONE
  2026-08-13 10:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.06ms DONE
  2026-08-13 10:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.88ms DONE
  2026-08-13 10:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.88ms DONE
  2026-08-13 10:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.21ms DONE
  2026-08-13 10:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-13 10:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.22ms DONE
  2026-08-13 10:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.09ms DONE
  2026-08-13 10:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.20ms DONE
  2026-08-13 10:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.37ms DONE
  2026-08-13 10:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.63ms DONE
  2026-08-13 10:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.00ms DONE
  2026-08-13 10:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.29ms DONE
  2026-08-13 10:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.63ms DONE
  2026-08-13 10:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.94ms DONE
  2026-08-13 10:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.52ms DONE
  2026-08-13 10:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-13 10:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.77ms DONE
  2026-08-13 10:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-13 10:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.26ms DONE
  2026-08-13 10:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.15ms DONE
  2026-08-13 10:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-13 10:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.59ms DONE
  2026-08-13 10:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-13 10:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-13 10:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.75ms DONE
  2026-08-13 10:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.63ms DONE
  2026-08-13 10:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.58ms DONE
  2026-08-13 10:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.30ms DONE
  2026-08-13 10:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.56ms DONE
  2026-08-13 10:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.13ms DONE
  2026-08-13 10:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-13 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.29ms DONE
  2026-08-13 10:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-13 10:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.01ms DONE
  2026-08-13 10:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.33ms DONE
  2026-08-13 10:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-13 10:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.50ms DONE
  2026-08-13 10:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-13 10:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.99ms DONE
  2026-08-13 10:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.38ms DONE
  2026-08-13 10:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-13 10:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.50ms DONE
  2026-08-13 10:44:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:44:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.91ms DONE
  2026-08-13 10:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.69ms DONE
  2026-08-13 10:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.42ms DONE
  2026-08-13 10:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.18ms DONE
  2026-08-13 10:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.84ms DONE
  2026-08-13 10:49:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:49:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.95ms DONE
  2026-08-13 10:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.85ms DONE
  2026-08-13 10:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.19ms DONE
  2026-08-13 10:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-13 10:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.24ms DONE
  2026-08-13 10:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-13 10:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.79ms DONE
  2026-08-13 10:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.39ms DONE
  2026-08-13 10:57:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:57:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-13 10:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-13 10:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 10:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.65ms DONE
  2026-08-13 11:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.19ms DONE
  2026-08-13 11:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.89ms DONE
  2026-08-13 11:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.75ms DONE
  2026-08-13 11:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.30ms DONE
  2026-08-13 11:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-13 11:05:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:05:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.36ms DONE
  2026-08-13 11:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-13 11:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.20ms DONE
  2026-08-13 11:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.76ms DONE
  2026-08-13 11:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-13 11:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.51ms DONE
  2026-08-13 11:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.82ms DONE
  2026-08-13 11:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-13 11:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.24ms DONE
  2026-08-13 11:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-13 11:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-13 11:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.25ms DONE
  2026-08-13 11:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.55ms DONE
  2026-08-13 11:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.96ms DONE
  2026-08-13 11:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.38ms DONE
  2026-08-13 11:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.70ms DONE
  2026-08-13 11:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.46ms DONE
  2026-08-13 11:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-13 11:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.62ms DONE
  2026-08-13 11:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.09ms DONE
  2026-08-13 11:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-13 11:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.68ms DONE
  2026-08-13 11:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.97ms DONE
  2026-08-13 11:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.00ms DONE
  2026-08-13 11:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.41ms DONE
  2026-08-13 11:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.86ms DONE
  2026-08-13 11:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.43ms DONE
  2026-08-13 11:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-13 11:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.44ms DONE
  2026-08-13 11:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.47ms DONE
  2026-08-13 11:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.52ms DONE
  2026-08-13 11:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.44ms DONE
  2026-08-13 11:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  19.52ms DONE
  2026-08-13 11:38:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:38:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.33ms DONE
  2026-08-13 11:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.90ms DONE
  2026-08-13 11:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.70ms DONE
  2026-08-13 11:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.63ms DONE
  2026-08-13 11:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-13 11:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-13 11:44:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:44:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.42ms DONE
  2026-08-13 11:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.56ms DONE
  2026-08-13 11:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.91ms DONE
  2026-08-13 11:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-13 11:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.57ms DONE
  2026-08-13 11:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-13 11:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.88ms DONE
  2026-08-13 11:51:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:51:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-13 11:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.66ms DONE
  2026-08-13 11:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.66ms DONE
  2026-08-13 11:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-13 11:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.97ms DONE
  2026-08-13 11:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.12ms DONE
  2026-08-13 11:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.31ms DONE
  2026-08-13 11:58:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:58:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.70ms DONE
  2026-08-13 11:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 11:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-13 12:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.92ms DONE
  2026-08-13 12:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-13 12:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.54ms DONE
  2026-08-13 12:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-13 12:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.70ms DONE
  2026-08-13 12:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.20ms DONE
  2026-08-13 12:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.73ms DONE
  2026-08-13 12:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.88ms DONE
  2026-08-13 12:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-13 12:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-13 12:10:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:10:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.35ms DONE
  2026-08-13 12:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.22ms DONE
  2026-08-13 12:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.88ms DONE
  2026-08-13 12:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.83ms DONE
  2026-08-13 12:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-13 12:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-13 12:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.90ms DONE
  2026-08-13 12:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.80ms DONE
  2026-08-13 12:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.43ms DONE
  2026-08-13 12:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.41ms DONE
  2026-08-13 12:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-13 12:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-13 12:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.36ms DONE
  2026-08-13 12:23:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:23:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.76ms DONE
  2026-08-13 12:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.72ms DONE
  2026-08-13 12:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.83ms DONE
  2026-08-13 12:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.73ms DONE
  2026-08-13 12:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-13 12:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.65ms DONE
  2026-08-13 12:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.85ms DONE
  2026-08-13 12:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.69ms DONE
  2026-08-13 12:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.05ms DONE
  2026-08-13 12:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-13 12:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.57ms DONE
  2026-08-13 12:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.88ms DONE
  2026-08-13 12:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.70ms DONE
  2026-08-13 12:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-13 12:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.29ms DONE
  2026-08-13 12:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.70ms DONE
  2026-08-13 12:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.49ms DONE
  2026-08-13 12:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-13 12:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.92ms DONE
  2026-08-13 12:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.74ms DONE
  2026-08-13 12:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.14ms DONE
  2026-08-13 12:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-13 12:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.41ms DONE
  2026-08-13 12:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-13 12:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.33ms DONE
  2026-08-13 12:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.29ms DONE
  2026-08-13 12:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.53ms DONE
  2026-08-13 12:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.54ms DONE
  2026-08-13 12:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.23ms DONE
  2026-08-13 12:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.46ms DONE
  2026-08-13 12:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.73ms DONE
  2026-08-13 12:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.61ms DONE
  2026-08-13 12:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.22ms DONE
  2026-08-13 12:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.61ms DONE
  2026-08-13 12:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.46ms DONE
  2026-08-13 12:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.71ms DONE
  2026-08-13 12:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 12:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-13 13:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.48ms DONE
  2026-08-13 13:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-13 13:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.40ms DONE
  2026-08-13 13:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-13 13:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-13 13:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.61ms DONE
  2026-08-13 13:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.05ms DONE
  2026-08-13 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.33ms DONE
  2026-08-13 13:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-13 13:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.68ms DONE
  2026-08-13 13:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.52ms DONE
  2026-08-13 13:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.42ms DONE
  2026-08-13 13:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.54ms DONE
  2026-08-13 13:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-13 13:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.29ms DONE
  2026-08-13 13:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.06ms DONE
  2026-08-13 13:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-13 13:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.29ms DONE
  2026-08-13 13:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.93ms DONE
  2026-08-13 13:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-13 13:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.84ms DONE
  2026-08-13 13:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.39ms DONE
  2026-08-13 13:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.54ms DONE
  2026-08-13 13:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.61ms DONE
  2026-08-13 13:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-13 13:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.99ms DONE
  2026-08-13 13:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.31ms DONE
  2026-08-13 13:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-13 13:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-13 13:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-13 13:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.84ms DONE
  2026-08-13 13:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.26ms DONE
  2026-08-13 13:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.62ms DONE
  2026-08-13 13:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-13 13:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.61ms DONE
  2026-08-13 13:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.19ms DONE
  2026-08-13 13:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.21ms DONE
  2026-08-13 13:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-13 13:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-13 13:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-13 13:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.22ms DONE
  2026-08-13 13:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.48ms DONE
  2026-08-13 13:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.95ms DONE
  2026-08-13 13:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.91ms DONE
  2026-08-13 13:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.90ms DONE
  2026-08-13 13:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.81ms DONE
  2026-08-13 13:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.93ms DONE
  2026-08-13 13:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.95ms DONE
  2026-08-13 13:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.38ms DONE
  2026-08-13 13:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-13 13:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.27ms DONE
  2026-08-13 13:51:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:51:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.83ms DONE
  2026-08-13 13:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.69ms DONE
  2026-08-13 13:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.29ms DONE
  2026-08-13 13:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-13 13:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.44ms DONE
  2026-08-13 13:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-13 13:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-13 13:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.22ms DONE
  2026-08-13 13:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 13:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.67ms DONE
  2026-08-13 14:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.33ms DONE
  2026-08-13 14:01:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:01:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.90ms DONE
  2026-08-13 14:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.09ms DONE
  2026-08-13 14:03:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:03:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-13 14:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.66ms DONE
  2026-08-13 14:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.78ms DONE
  2026-08-13 14:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-13 14:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-13 14:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-13 14:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-13 14:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.15ms DONE
  2026-08-13 14:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.23ms DONE
  2026-08-13 14:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.76ms DONE
  2026-08-13 14:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.50ms DONE
  2026-08-13 14:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-13 14:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.70ms DONE
  2026-08-13 14:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.25ms DONE
  2026-08-13 14:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.38ms DONE
  2026-08-13 14:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-13 14:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.44ms DONE
  2026-08-13 14:20:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:20:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.45ms DONE
  2026-08-13 14:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.60ms DONE
  2026-08-13 14:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.99ms DONE
  2026-08-13 14:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.71ms DONE
  2026-08-13 14:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.98ms DONE
  2026-08-13 14:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.75ms DONE
  2026-08-13 14:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.06ms DONE
  2026-08-13 14:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.59ms DONE
  2026-08-13 14:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-13 14:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.66ms DONE
  2026-08-13 14:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.17ms DONE
  2026-08-13 14:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.41ms DONE
  2026-08-13 14:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.75ms DONE
  2026-08-13 14:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.89ms DONE
  2026-08-13 14:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.29ms DONE
  2026-08-13 14:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.87ms DONE
  2026-08-13 14:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-13 14:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.92ms DONE
  2026-08-13 14:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-13 14:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-13 14:40:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:40:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.90ms DONE
  2026-08-13 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.02ms DONE
  2026-08-13 14:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.64ms DONE
  2026-08-13 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.58ms DONE
  2026-08-13 14:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.87ms DONE
  2026-08-13 14:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.71ms DONE
  2026-08-13 14:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.00ms DONE
  2026-08-13 14:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-13 14:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.39ms DONE
  2026-08-13 14:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.64ms DONE
  2026-08-13 14:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.76ms DONE
  2026-08-13 14:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.25ms DONE
  2026-08-13 14:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.61ms DONE
  2026-08-13 14:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.57ms DONE
  2026-08-13 14:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-13 14:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.82ms DONE
  2026-08-13 14:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.74ms DONE
  2026-08-13 14:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.79ms DONE
  2026-08-13 14:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.68ms DONE
  2026-08-13 14:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 14:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.19ms DONE
  2026-08-13 15:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.22ms DONE
  2026-08-13 15:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.90ms DONE
  2026-08-13 15:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.03ms DONE
  2026-08-13 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.13ms DONE
  2026-08-13 15:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-13 15:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.37ms DONE
  2026-08-13 15:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.17ms DONE
  2026-08-13 15:07:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:07:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.94ms DONE
  2026-08-13 15:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-13 15:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-13 15:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.38ms DONE
  2026-08-13 15:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.48ms DONE
  2026-08-13 15:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.98ms DONE
  2026-08-13 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-13 15:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-13 15:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-13 15:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-13 15:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.93ms DONE
  2026-08-13 15:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-13 15:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.55ms DONE
  2026-08-13 15:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.27ms DONE
  2026-08-13 15:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.45ms DONE
  2026-08-13 15:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.96ms DONE
  2026-08-13 15:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.95ms DONE
  2026-08-13 15:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.01ms DONE
  2026-08-13 15:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.82ms DONE
  2026-08-13 15:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.76ms DONE
  2026-08-13 15:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.31ms DONE
  2026-08-13 15:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-13 15:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-13 15:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.51ms DONE
  2026-08-13 15:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.50ms DONE
  2026-08-13 15:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-13 15:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-13 15:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-13 15:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-13 15:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.29ms DONE
  2026-08-13 15:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-13 15:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-13 15:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.64ms DONE
  2026-08-13 15:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.82ms DONE
  2026-08-13 15:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-13 15:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.39ms DONE
  2026-08-13 15:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-13 15:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.30ms DONE
  2026-08-13 15:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.24ms DONE
  2026-08-13 15:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.00ms DONE
  2026-08-13 15:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.99ms DONE
  2026-08-13 15:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-13 15:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.74ms DONE
  2026-08-13 15:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-13 15:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.52ms DONE
  2026-08-13 15:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-13 15:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-13 15:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.82ms DONE
  2026-08-13 15:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-13 15:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-13 15:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-13 15:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.23ms DONE
  2026-08-13 15:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 15:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.31ms DONE
  2026-08-13 16:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.38ms DONE
  2026-08-13 16:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.61ms DONE
  2026-08-13 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.24ms DONE
  2026-08-13 16:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.53ms DONE
  2026-08-13 16:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.29ms DONE
  2026-08-13 16:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-13 16:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.62ms DONE
  2026-08-13 16:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.00ms DONE
  2026-08-13 16:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-13 16:09:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:09:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.88ms DONE
  2026-08-13 16:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.59ms DONE
  2026-08-13 16:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-13 16:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-13 16:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-13 16:14:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:14:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-13 16:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.03ms DONE
  2026-08-13 16:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.13ms DONE
  2026-08-13 16:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.15ms DONE
  2026-08-13 16:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.88ms DONE
  2026-08-13 16:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-13 16:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.31ms DONE
  2026-08-13 16:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.68ms DONE
  2026-08-13 16:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.43ms DONE
  2026-08-13 16:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.31ms DONE
  2026-08-13 16:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.96ms DONE
  2026-08-13 16:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.19ms DONE
  2026-08-13 16:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.65ms DONE
  2026-08-13 16:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.54ms DONE
  2026-08-13 16:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.82ms DONE
  2026-08-13 16:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.11ms DONE
  2026-08-13 16:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.84ms DONE
  2026-08-13 16:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.88ms DONE
  2026-08-13 16:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.20ms DONE
  2026-08-13 16:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-13 16:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-13 16:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.75ms DONE
  2026-08-13 16:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.74ms DONE
  2026-08-13 16:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.48ms DONE
  2026-08-13 16:38:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:38:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.08ms DONE
  2026-08-13 16:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.50ms DONE
  2026-08-13 16:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.20ms DONE
  2026-08-13 16:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.24ms DONE
  2026-08-13 16:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-13 16:43:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:43:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.57ms DONE
  2026-08-13 16:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.39ms DONE
  2026-08-13 16:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.71ms DONE
  2026-08-13 16:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.30ms DONE
  2026-08-13 16:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.22ms DONE
  2026-08-13 16:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.78ms DONE
  2026-08-13 16:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-13 16:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-13 16:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.17ms DONE
  2026-08-13 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.15ms DONE
  2026-08-13 16:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.94ms DONE
  2026-08-13 16:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-13 16:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.41ms DONE
  2026-08-13 16:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-13 16:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.33ms DONE
  2026-08-13 16:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.37ms DONE
  2026-08-13 16:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 16:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.95ms DONE
  2026-08-13 17:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  41.71ms DONE
  2026-08-13 17:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-13 17:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.99ms DONE
  2026-08-13 17:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.15ms DONE
  2026-08-13 17:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.27ms DONE
  2026-08-13 17:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.50ms DONE
  2026-08-13 17:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.62ms DONE
  2026-08-13 17:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.37ms DONE
  2026-08-13 17:08:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:08:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-13 17:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.66ms DONE
  2026-08-13 17:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.29ms DONE
  2026-08-13 17:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.17ms DONE
  2026-08-13 17:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.69ms DONE
  2026-08-13 17:13:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:13:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-13 17:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.70ms DONE
  2026-08-13 17:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.32ms DONE
  2026-08-13 17:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-13 17:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.42ms DONE
  2026-08-13 17:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.64ms DONE
  2026-08-13 17:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.57ms DONE
  2026-08-13 17:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.82ms DONE
  2026-08-13 17:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.33ms DONE
  2026-08-13 17:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.95ms DONE
  2026-08-13 17:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.01ms DONE
  2026-08-13 17:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.13ms DONE
  2026-08-13 17:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-13 17:26:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:26:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.48ms DONE
  2026-08-13 17:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-13 17:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-13 17:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-13 17:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.81ms DONE
  2026-08-13 17:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.64ms DONE
  2026-08-13 17:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.76ms DONE
  2026-08-13 17:33:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:33:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-13 17:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.42ms DONE
  2026-08-13 17:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.51ms DONE
  2026-08-13 17:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.88ms DONE
  2026-08-13 17:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.92ms DONE
  2026-08-13 17:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-13 17:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.37ms DONE
  2026-08-13 17:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.17ms DONE
  2026-08-13 17:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-13 17:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.10ms DONE
  2026-08-13 17:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.61ms DONE
  2026-08-13 17:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-13 17:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.87ms DONE
  2026-08-13 17:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-13 17:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.16ms DONE
  2026-08-13 17:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-13 17:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.73ms DONE
  2026-08-13 17:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.78ms DONE
  2026-08-13 17:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-13 17:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-13 17:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.68ms DONE
  2026-08-13 17:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.39ms DONE
  2026-08-13 17:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.70ms DONE
  2026-08-13 17:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-13 17:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-13 17:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.92ms DONE
  2026-08-13 17:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 17:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.28ms DONE
  2026-08-13 18:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.79ms DONE
  2026-08-13 18:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-13 18:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.50ms DONE
  2026-08-13 18:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.41ms DONE
  2026-08-13 18:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-13 18:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.69ms DONE
  2026-08-13 18:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.55ms DONE
  2026-08-13 18:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-13 18:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-13 18:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-13 18:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.12ms DONE
  2026-08-13 18:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-13 18:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.43ms DONE
  2026-08-13 18:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-13 18:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-13 18:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.00ms DONE
  2026-08-13 18:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-13 18:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.39ms DONE
  2026-08-13 18:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-13 18:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-13 18:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.47ms DONE
  2026-08-13 18:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.38ms DONE
  2026-08-13 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-13 18:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.54ms DONE
  2026-08-13 18:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-13 18:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.27ms DONE
  2026-08-13 18:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-13 18:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.20ms DONE
  2026-08-13 18:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.51ms DONE
  2026-08-13 18:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.66ms DONE
  2026-08-13 18:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.66ms DONE
  2026-08-13 18:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.78ms DONE
  2026-08-13 18:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.07ms DONE
  2026-08-13 18:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-13 18:34:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:34:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-13 18:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.91ms DONE
  2026-08-13 18:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.98ms DONE
  2026-08-13 18:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.98ms DONE
  2026-08-13 18:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-13 18:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-13 18:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.35ms DONE
  2026-08-13 18:41:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:41:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-13 18:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.88ms DONE
  2026-08-13 18:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.89ms DONE
  2026-08-13 18:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-13 18:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-13 18:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.19ms DONE
  2026-08-13 18:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.68ms DONE
  2026-08-13 18:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.65ms DONE
  2026-08-13 18:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-13 18:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.53ms DONE
  2026-08-13 18:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.13ms DONE
  2026-08-13 18:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.49ms DONE
  2026-08-13 18:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-13 18:54:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:54:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.69ms DONE
  2026-08-13 18:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.14ms DONE
  2026-08-13 18:55:40 App\Modules\Broadcasting\Jobs\LaunchCampaignJob  RUNNING
  2026-08-13 18:55:40 App\Modules\Broadcasting\Jobs\LaunchCampaignJob  28.70ms DONE
  2026-08-13 18:55:40 App\Modules\Broadcasting\Jobs\DispatchCampaignChunkJob  RUNNING
  2026-08-13 18:55:40 App\Modules\Broadcasting\Jobs\DispatchCampaignChunkJob  4.26ms DONE
  2026-08-13 18:55:40 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  RUNNING
  2026-08-13 18:56:46 App\Modules\Broadcasting\Jobs\FinalizeCampaignJob  RUNNING
  2026-08-13 18:56:46 App\Modules\Broadcasting\Jobs\FinalizeCampaignJob  12.86ms DONE
  2026-08-13 18:56:46 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:56:46 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.97ms DONE
  2026-08-13 18:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.87ms DONE
  2026-08-13 18:57:10 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  RUNNING
  2026-08-13 18:57:27 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  17s DONE
  2026-08-13 18:57:46 App\Modules\Broadcasting\Jobs\FinalizeCampaignJob  RUNNING
  2026-08-13 18:57:46 App\Modules\Broadcasting\Jobs\FinalizeCampaignJob  33.83ms DONE
  2026-08-13 18:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.62ms DONE
  2026-08-13 18:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 18:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.26ms DONE
  2026-08-13 19:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.90ms DONE
  2026-08-13 19:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.97ms DONE
  2026-08-13 19:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-13 19:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.29ms DONE
  2026-08-13 19:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-13 19:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-13 19:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.17ms DONE
  2026-08-13 19:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.96ms DONE
  2026-08-13 19:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.54ms DONE
  2026-08-13 19:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.57ms DONE
  2026-08-13 19:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.05ms DONE
  2026-08-13 19:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.77ms DONE
  2026-08-13 19:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.05ms DONE
  2026-08-13 19:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.71ms DONE
  2026-08-13 19:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.72ms DONE
  2026-08-13 19:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.18ms DONE
  2026-08-13 19:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-13 19:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.05ms DONE
  2026-08-13 19:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.92ms DONE
  2026-08-13 19:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.61ms DONE
  2026-08-13 19:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.24ms DONE
  2026-08-13 19:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.73ms DONE
  2026-08-13 19:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.88ms DONE
  2026-08-13 19:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.75ms DONE
  2026-08-13 19:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-13 19:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.51ms DONE
  2026-08-13 19:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.46ms DONE
  2026-08-13 19:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-13 19:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.97ms DONE
  2026-08-13 19:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-13 19:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.11ms DONE
  2026-08-13 19:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-13 19:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.92ms DONE
  2026-08-13 19:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.81ms DONE
  2026-08-13 19:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.95ms DONE
  2026-08-13 19:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.36ms DONE
  2026-08-13 19:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.92ms DONE
  2026-08-13 19:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-13 19:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.93ms DONE
  2026-08-13 19:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-13 19:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.12ms DONE
  2026-08-13 19:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.59ms DONE
  2026-08-13 19:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.57ms DONE
  2026-08-13 19:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-13 19:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-13 19:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.82ms DONE
  2026-08-13 19:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.54ms DONE
  2026-08-13 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.87ms DONE
  2026-08-13 19:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-13 19:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-13 19:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.74ms DONE
  2026-08-13 19:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-13 19:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.08ms DONE
  2026-08-13 19:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-13 19:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.11ms DONE
  2026-08-13 19:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-13 19:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-13 19:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-13 19:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-13 19:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 19:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-13 20:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.46ms DONE
  2026-08-13 20:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-13 20:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-13 20:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.66ms DONE
  2026-08-13 20:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.61ms DONE
  2026-08-13 20:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.04ms DONE
  2026-08-13 20:06:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:06:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-13 20:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-13 20:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.75ms DONE
  2026-08-13 20:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-13 20:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.19ms DONE
  2026-08-13 20:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.21ms DONE
  2026-08-13 20:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.92ms DONE
  2026-08-13 20:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.66ms DONE
  2026-08-13 20:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.15ms DONE
  2026-08-13 20:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.00ms DONE
  2026-08-13 20:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-13 20:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.09ms DONE
  2026-08-13 20:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-13 20:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-13 20:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.64ms DONE
  2026-08-13 20:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-13 20:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-13 20:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.67ms DONE
  2026-08-13 20:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-13 20:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.84ms DONE
  2026-08-13 20:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:26:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-13 20:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.53ms DONE
  2026-08-13 20:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-13 20:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-13 20:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.51ms DONE
  2026-08-13 20:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.97ms DONE
  2026-08-13 20:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-13 20:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.93ms DONE
  2026-08-13 20:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.69ms DONE
  2026-08-13 20:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-13 20:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-13 20:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-13 20:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.58ms DONE
  2026-08-13 20:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-13 20:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.55ms DONE
  2026-08-13 20:41:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:41:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.38ms DONE
  2026-08-13 20:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.54ms DONE
  2026-08-13 20:43:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:43:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-13 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-13 20:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.66ms DONE
  2026-08-13 20:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.11ms DONE
  2026-08-13 20:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-13 20:48:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:48:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-13 20:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.65ms DONE
  2026-08-13 20:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.22ms DONE
  2026-08-13 20:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.11ms DONE
  2026-08-13 20:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.84ms DONE
  2026-08-13 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-13 20:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.62ms DONE
  2026-08-13 20:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.16ms DONE
  2026-08-13 20:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-13 20:57:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:57:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.39ms DONE
  2026-08-13 20:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.39ms DONE
  2026-08-13 20:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 20:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.52ms DONE
  2026-08-13 21:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.72ms DONE
  2026-08-13 21:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-13 21:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.63ms DONE
  2026-08-13 21:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.52ms DONE
  2026-08-13 21:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-13 21:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.69ms DONE
  2026-08-13 21:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-13 21:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.68ms DONE
  2026-08-13 21:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-13 21:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.05ms DONE
  2026-08-13 21:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-13 21:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-13 21:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-13 21:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.67ms DONE
  2026-08-13 21:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
  2026-08-13 21:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-13 21:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.60ms DONE
  2026-08-13 21:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.56ms DONE
  2026-08-13 21:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.30ms DONE
  2026-08-13 21:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-13 21:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.75ms DONE
  2026-08-13 21:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-13 21:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE
  2026-08-13 21:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-13 21:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-13 21:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.29ms DONE
  2026-08-13 21:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-13 21:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.61ms DONE
  2026-08-13 21:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.83ms DONE
  2026-08-13 21:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-13 21:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.56ms DONE
  2026-08-13 21:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.83ms DONE
  2026-08-13 21:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.64ms DONE
  2026-08-13 21:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-13 21:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.06ms DONE
  2026-08-13 21:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.38ms DONE
  2026-08-13 21:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.58ms DONE
  2026-08-13 21:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-13 21:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-13 21:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-13 21:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-13 21:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.92ms DONE
  2026-08-13 21:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-13 21:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.69ms DONE
  2026-08-13 21:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-13 21:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.00ms DONE
  2026-08-13 21:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-13 21:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.60ms DONE
  2026-08-13 21:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-13 21:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.61ms DONE
  2026-08-13 21:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.09ms DONE
  2026-08-13 21:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.37ms DONE
  2026-08-13 21:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.11ms DONE
  2026-08-13 21:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.40ms DONE
  2026-08-13 21:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.96ms DONE
  2026-08-13 21:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.81ms DONE
  2026-08-13 21:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-13 21:57:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:57:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-13 21:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.94ms DONE
  2026-08-13 21:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 21:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.67ms DONE
  2026-08-13 22:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.05ms DONE
  2026-08-13 22:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE
  2026-08-13 22:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-13 22:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.59ms DONE
  2026-08-13 22:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-13 22:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-13 22:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-13 22:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.44ms DONE
  2026-08-13 22:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.23ms DONE
  2026-08-13 22:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.68ms DONE
  2026-08-13 22:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.41ms DONE
  2026-08-13 22:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-13 22:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.77ms DONE
  2026-08-13 22:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.69ms DONE
  2026-08-13 22:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
  2026-08-13 22:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.46ms DONE
  2026-08-13 22:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
  2026-08-13 22:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.54ms DONE
  2026-08-13 22:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-13 22:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-13 22:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.47ms DONE
  2026-08-13 22:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-13 22:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.38ms DONE
  2026-08-13 22:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.62ms DONE
  2026-08-13 22:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.55ms DONE
  2026-08-13 22:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.97ms DONE
  2026-08-13 22:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
  2026-08-13 22:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-13 22:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-13 22:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-13 22:30:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:30:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.62ms DONE
  2026-08-13 22:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.56ms DONE
  2026-08-13 22:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-13 22:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.68ms DONE
  2026-08-13 22:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.78ms DONE
  2026-08-13 22:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-13 22:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-13 22:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-13 22:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-13 22:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.25ms DONE
  2026-08-13 22:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.37ms DONE
  2026-08-13 22:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.39ms DONE
  2026-08-13 22:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-13 22:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-13 22:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-13 22:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.22ms DONE
  2026-08-13 22:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-13 22:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.62ms DONE
  2026-08-13 22:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.75ms DONE
  2026-08-13 22:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-13 22:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.08ms DONE
  2026-08-13 22:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.44ms DONE
  2026-08-13 22:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.70ms DONE
  2026-08-13 22:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-13 22:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.56ms DONE
  2026-08-13 22:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.49ms DONE
  2026-08-13 22:56:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:56:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-13 22:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.75ms DONE
  2026-08-13 22:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.59ms DONE
  2026-08-13 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 22:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-13 23:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.82ms DONE
  2026-08-13 23:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-13 23:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.60ms DONE
  2026-08-13 23:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.68ms DONE
  2026-08-13 23:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.05ms DONE
  2026-08-13 23:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.93ms DONE
  2026-08-13 23:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.97ms DONE
  2026-08-13 23:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.95ms DONE
  2026-08-13 23:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-13 23:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-13 23:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.53ms DONE
  2026-08-13 23:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-13 23:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-13 23:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.75ms DONE
  2026-08-13 23:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.50ms DONE
  2026-08-13 23:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.77ms DONE
  2026-08-13 23:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.81ms DONE
  2026-08-13 23:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.06ms DONE
  2026-08-13 23:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-13 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.75ms DONE
  2026-08-13 23:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.51ms DONE
  2026-08-13 23:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.76ms DONE
  2026-08-13 23:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.59ms DONE
  2026-08-13 23:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.59ms DONE
  2026-08-13 23:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.72ms DONE
  2026-08-13 23:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.93ms DONE
  2026-08-13 23:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.68ms DONE
  2026-08-13 23:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-13 23:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.32ms DONE
  2026-08-13 23:29:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:29:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.02ms DONE
  2026-08-13 23:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.26ms DONE
  2026-08-13 23:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.52ms DONE
  2026-08-13 23:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-13 23:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.27ms DONE
  2026-08-13 23:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.01ms DONE
  2026-08-13 23:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.05ms DONE
  2026-08-13 23:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.06ms DONE
  2026-08-13 23:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-13 23:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.23ms DONE
  2026-08-13 23:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.67ms DONE
  2026-08-13 23:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.57ms DONE
  2026-08-13 23:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-13 23:42:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:42:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.19ms DONE
  2026-08-13 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.37ms DONE
  2026-08-13 23:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.41ms DONE
  2026-08-13 23:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.84ms DONE
  2026-08-13 23:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-13 23:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.62ms DONE
  2026-08-13 23:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-13 23:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.48ms DONE
  2026-08-13 23:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.64ms DONE
  2026-08-13 23:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-13 23:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.19ms DONE
  2026-08-13 23:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.11ms DONE
  2026-08-13 23:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.95ms DONE
  2026-08-13 23:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.78ms DONE
  2026-08-13 23:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.69ms DONE
  2026-08-13 23:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-13 23:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-13 23:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-13 23:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.98ms DONE
  2026-08-14 00:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.81ms DONE
  2026-08-14 00:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.94ms DONE
  2026-08-14 00:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.77ms DONE
  2026-08-14 00:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-14 00:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.72ms DONE
  2026-08-14 00:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.20ms DONE
  2026-08-14 00:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.11ms DONE
  2026-08-14 00:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.48ms DONE
  2026-08-14 00:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.85ms DONE
  2026-08-14 00:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.21ms DONE
  2026-08-14 00:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.49ms DONE
  2026-08-14 00:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.01ms DONE
  2026-08-14 00:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-14 00:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.53ms DONE
  2026-08-14 00:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.44ms DONE
  2026-08-14 00:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-14 00:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.57ms DONE
  2026-08-14 00:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.01ms DONE
  2026-08-14 00:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-14 00:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.48ms DONE
  2026-08-14 00:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.00ms DONE
  2026-08-14 00:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.10ms DONE
  2026-08-14 00:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.73ms DONE
  2026-08-14 00:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-14 00:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-14 00:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.81ms DONE
  2026-08-14 00:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-14 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.68ms DONE
  2026-08-14 00:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-14 00:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-14 00:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.92ms DONE
  2026-08-14 00:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.70ms DONE
  2026-08-14 00:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-14 00:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-14 00:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.88ms DONE
  2026-08-14 00:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.12ms DONE
  2026-08-14 00:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.53ms DONE
  2026-08-14 00:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.61ms DONE
  2026-08-14 00:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.13ms DONE
  2026-08-14 00:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.82ms DONE
  2026-08-14 00:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.63ms DONE
  2026-08-14 00:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-14 00:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-14 00:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.73ms DONE
  2026-08-14 00:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.89ms DONE
  2026-08-14 00:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.14ms DONE
  2026-08-14 00:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.93ms DONE
  2026-08-14 00:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.93ms DONE
  2026-08-14 00:48:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:48:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.14ms DONE
  2026-08-14 00:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-14 00:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.27ms DONE
  2026-08-14 00:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.64ms DONE
  2026-08-14 00:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.19ms DONE
  2026-08-14 00:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-14 00:54:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:54:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-14 00:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.52ms DONE
  2026-08-14 00:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.03ms DONE
  2026-08-14 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:57:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-14 00:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-14 00:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 00:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-14 01:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.62ms DONE
  2026-08-14 01:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.58ms DONE
  2026-08-14 01:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.57ms DONE
  2026-08-14 01:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
  2026-08-14 01:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.50ms DONE
  2026-08-14 01:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.46ms DONE
  2026-08-14 01:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.36ms DONE
  2026-08-14 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.02ms DONE
  2026-08-14 01:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.13ms DONE
  2026-08-14 01:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.47ms DONE
  2026-08-14 01:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.96ms DONE
  2026-08-14 01:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.61ms DONE
  2026-08-14 01:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.48ms DONE
  2026-08-14 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.91ms DONE
  2026-08-14 01:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.31ms DONE
  2026-08-14 01:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.16ms DONE
  2026-08-14 01:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.92ms DONE
  2026-08-14 01:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.89ms DONE
  2026-08-14 01:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.17ms DONE
  2026-08-14 01:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-14 01:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.87ms DONE
  2026-08-14 01:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.41ms DONE
  2026-08-14 01:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.95ms DONE
  2026-08-14 01:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.81ms DONE
  2026-08-14 01:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-14 01:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.02ms DONE
  2026-08-14 01:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.83ms DONE
  2026-08-14 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.78ms DONE
  2026-08-14 01:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.81ms DONE
  2026-08-14 01:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-14 01:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.50ms DONE
  2026-08-14 01:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.21ms DONE
  2026-08-14 01:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.54ms DONE
  2026-08-14 01:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.35ms DONE
  2026-08-14 01:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.46ms DONE
  2026-08-14 01:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.92ms DONE
  2026-08-14 01:36:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:36:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.83ms DONE
  2026-08-14 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-14 01:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-14 01:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:39:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-14 01:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.34ms DONE
  2026-08-14 01:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.96ms DONE
  2026-08-14 01:42:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:42:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.31ms DONE
  2026-08-14 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-14 01:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-14 01:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.50ms DONE
  2026-08-14 01:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-14 01:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-14 01:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.70ms DONE
  2026-08-14 01:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.57ms DONE
  2026-08-14 01:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.79ms DONE
  2026-08-14 01:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.95ms DONE
  2026-08-14 01:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-14 01:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.98ms DONE
  2026-08-14 01:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-14 01:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.46ms DONE
  2026-08-14 01:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.90ms DONE
  2026-08-14 01:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.19ms DONE
  2026-08-14 01:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.37ms DONE
  2026-08-14 01:59:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 01:59:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.86ms DONE
  2026-08-14 02:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.42ms DONE
  2026-08-14 02:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.73ms DONE
  2026-08-14 02:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-14 02:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-14 02:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.98ms DONE
  2026-08-14 02:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-14 02:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.82ms DONE
  2026-08-14 02:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.13ms DONE
  2026-08-14 02:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.02ms DONE
  2026-08-14 02:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.47ms DONE
  2026-08-14 02:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.34ms DONE
  2026-08-14 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.70ms DONE
  2026-08-14 02:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.94ms DONE
  2026-08-14 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.89ms DONE
  2026-08-14 02:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.63ms DONE
  2026-08-14 02:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-14 02:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.31ms DONE
  2026-08-14 02:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  73.54ms DONE
  2026-08-14 02:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-14 02:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-14 02:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.77ms DONE
  2026-08-14 02:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-14 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-14 02:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.56ms DONE
  2026-08-14 02:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-14 02:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-14 02:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-14 02:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.74ms DONE
  2026-08-14 02:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:28:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-14 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-14 02:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.95ms DONE
  2026-08-14 02:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-14 02:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.81ms DONE
  2026-08-14 02:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.66ms DONE
  2026-08-14 02:34:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:34:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.91ms DONE
  2026-08-14 02:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.04ms DONE
  2026-08-14 02:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.44ms DONE
  2026-08-14 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-14 02:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.08ms DONE
  2026-08-14 02:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.62ms DONE
  2026-08-14 02:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.18ms DONE
  2026-08-14 02:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.61ms DONE
  2026-08-14 02:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-14 02:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-14 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-14 02:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.89ms DONE
  2026-08-14 02:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-14 02:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.99ms DONE
  2026-08-14 02:48:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:48:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-14 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.97ms DONE
  2026-08-14 02:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.03ms DONE
  2026-08-14 02:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.80ms DONE
  2026-08-14 02:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-14 02:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.25ms DONE
  2026-08-14 02:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-14 02:55:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:55:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.83ms DONE
  2026-08-14 02:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.29ms DONE
  2026-08-14 02:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-14 02:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.38ms DONE
  2026-08-14 02:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 02:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-14 03:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.22ms DONE
  2026-08-14 03:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.39ms DONE
  2026-08-14 03:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.03ms DONE
  2026-08-14 03:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:03:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-14 03:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.32ms DONE
  2026-08-14 03:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.62ms DONE
  2026-08-14 03:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-14 03:07:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:07:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-14 03:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.75ms DONE
  2026-08-14 03:09:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.59ms DONE
  2026-08-14 03:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.56ms DONE
  2026-08-14 03:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.83ms DONE
  2026-08-14 03:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-14 03:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.37ms DONE
  2026-08-14 03:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.60ms DONE
  2026-08-14 03:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-14 03:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-14 03:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.54ms DONE
  2026-08-14 03:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.30ms DONE
  2026-08-14 03:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-14 03:20:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:20:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.85ms DONE
  2026-08-14 03:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-14 03:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.28ms DONE
  2026-08-14 03:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.11ms DONE
  2026-08-14 03:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-14 03:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.30ms DONE
  2026-08-14 03:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-14 03:27:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:27:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-14 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.57ms DONE
  2026-08-14 03:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.31ms DONE
  2026-08-14 03:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-14 03:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.83ms DONE
  2026-08-14 03:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-14 03:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-14 03:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-14 03:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-14 03:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-14 03:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-14 03:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-14 03:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-14 03:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.20ms DONE
  2026-08-14 03:41:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:41:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.84ms DONE
  2026-08-14 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
  2026-08-14 03:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-14 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-14 03:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.34ms DONE
  2026-08-14 03:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-14 03:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-14 03:48:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:48:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.38ms DONE
  2026-08-14 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-14 03:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.57ms DONE
  2026-08-14 03:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-14 03:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.57ms DONE
  2026-08-14 03:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-14 03:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.08ms DONE
  2026-08-14 03:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.21ms DONE
  2026-08-14 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.81ms DONE
  2026-08-14 03:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-14 03:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-14 03:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 03:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-14 04:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.51ms DONE
  2026-08-14 04:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-14 04:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.99ms DONE
  2026-08-14 04:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-14 04:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-14 04:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.76ms DONE
  2026-08-14 04:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-14 04:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.42ms DONE
  2026-08-14 04:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-14 04:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.82ms DONE
  2026-08-14 04:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.96ms DONE
  2026-08-14 04:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.46ms DONE
  2026-08-14 04:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.57ms DONE
  2026-08-14 04:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-14 04:14:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:14:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.31ms DONE
  2026-08-14 04:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.33ms DONE
  2026-08-14 04:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.10ms DONE
  2026-08-14 04:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.57ms DONE
  2026-08-14 04:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-14 04:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-14 04:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.74ms DONE
  2026-08-14 04:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-14 04:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-14 04:23:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:23:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-14 04:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.48ms DONE
  2026-08-14 04:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.99ms DONE
  2026-08-14 04:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-14 04:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.90ms DONE
  2026-08-14 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-14 04:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-14 04:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  33.64ms DONE
  2026-08-14 04:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.55ms DONE
  2026-08-14 04:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-14 04:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.87ms DONE
  2026-08-14 04:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.85ms DONE
  2026-08-14 04:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.55ms DONE
  2026-08-14 04:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-14 04:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-14 04:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.72ms DONE
  2026-08-14 04:39:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:39:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-14 04:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.71ms DONE
  2026-08-14 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-14 04:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.68ms DONE
  2026-08-14 04:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.75ms DONE
  2026-08-14 04:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-14 04:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.68ms DONE
  2026-08-14 04:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-14 04:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.03ms DONE
  2026-08-14 04:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.85ms DONE
  2026-08-14 04:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-14 04:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.30ms DONE
  2026-08-14 04:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-14 04:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-14 04:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-14 04:54:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:54:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.98ms DONE
  2026-08-14 04:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.64ms DONE
  2026-08-14 04:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.76ms DONE
  2026-08-14 04:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.69ms DONE
  2026-08-14 04:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-14 04:59:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 04:59:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-14 05:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.02ms DONE
  2026-08-14 05:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.99ms DONE
  2026-08-14 05:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-14 05:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.51ms DONE
  2026-08-14 05:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.61ms DONE
  2026-08-14 05:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.49ms DONE
  2026-08-14 05:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.99ms DONE
  2026-08-14 05:07:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:07:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-14 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.62ms DONE
  2026-08-14 05:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-14 05:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.76ms DONE
  2026-08-14 05:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.11ms DONE
  2026-08-14 05:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.81ms DONE
  2026-08-14 05:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.50ms DONE
  2026-08-14 05:14:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:14:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.01ms DONE
  2026-08-14 05:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.27ms DONE
  2026-08-14 05:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.34ms DONE
  2026-08-14 05:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.52ms DONE
  2026-08-14 05:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.73ms DONE
  2026-08-14 05:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.59ms DONE
  2026-08-14 05:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.17ms DONE
  2026-08-14 05:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.46ms DONE
  2026-08-14 05:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.13ms DONE
  2026-08-14 05:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.17ms DONE
  2026-08-14 05:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.42ms DONE
  2026-08-14 05:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-14 05:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-14 05:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.19ms DONE
  2026-08-14 05:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-14 05:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-14 05:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-14 05:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.43ms DONE
  2026-08-14 05:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.82ms DONE
  2026-08-14 05:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.72ms DONE
  2026-08-14 05:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.71ms DONE
  2026-08-14 05:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-14 05:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.81ms DONE
  2026-08-14 05:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.41ms DONE
  2026-08-14 05:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-14 05:39:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:39:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-14 05:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.38ms DONE
  2026-08-14 05:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.18ms DONE
  2026-08-14 05:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.30ms DONE
  2026-08-14 05:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.78ms DONE
  2026-08-14 05:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-14 05:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.81ms DONE
  2026-08-14 05:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.88ms DONE
  2026-08-14 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.75ms DONE
  2026-08-14 05:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.17ms DONE
  2026-08-14 05:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-14 05:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.46ms DONE
  2026-08-14 05:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-14 05:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-14 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.76ms DONE
  2026-08-14 05:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.92ms DONE
  2026-08-14 05:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-14 05:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.74ms DONE
  2026-08-14 05:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.58ms DONE
  2026-08-14 05:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.36ms DONE
  2026-08-14 05:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 05:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-14 06:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.87ms DONE
  2026-08-14 06:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.05ms DONE
  2026-08-14 06:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.98ms DONE
  2026-08-14 06:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-14 06:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-14 06:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.40ms DONE
  2026-08-14 06:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-14 06:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.29ms DONE
  2026-08-14 06:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.38ms DONE
  2026-08-14 06:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.69ms DONE
  2026-08-14 06:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.11ms DONE
  2026-08-14 06:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.70ms DONE
  2026-08-14 06:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-14 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-14 06:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.12ms DONE
  2026-08-14 06:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-14 06:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-14 06:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.94ms DONE
  2026-08-14 06:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.66ms DONE
  2026-08-14 06:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.49ms DONE
  2026-08-14 06:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.00ms DONE
  2026-08-14 06:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.59ms DONE
  2026-08-14 06:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.08ms DONE
  2026-08-14 06:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-14 06:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.81ms DONE
  2026-08-14 06:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.47ms DONE
  2026-08-14 06:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-14 06:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.11ms DONE
  2026-08-14 06:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.21ms DONE
  2026-08-14 06:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.61ms DONE
  2026-08-14 06:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.35ms DONE
  2026-08-14 06:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.39ms DONE
  2026-08-14 06:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.53ms DONE
  2026-08-14 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.44ms DONE
  2026-08-14 06:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-14 06:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.73ms DONE
  2026-08-14 06:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-14 06:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-14 06:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-14 06:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.59ms DONE
  2026-08-14 06:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.63ms DONE
  2026-08-14 06:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-14 06:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-14 06:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-14 06:44:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:44:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.84ms DONE
  2026-08-14 06:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.08ms DONE
  2026-08-14 06:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.20ms DONE
  2026-08-14 06:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-14 06:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.36ms DONE
  2026-08-14 06:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.78ms DONE
  2026-08-14 06:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.15ms DONE
  2026-08-14 06:51:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:51:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-14 06:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.45ms DONE
  2026-08-14 06:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-14 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-14 06:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.26ms DONE
  2026-08-14 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-14 06:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.22ms DONE
  2026-08-14 06:58:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:58:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.91ms DONE
  2026-08-14 06:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 06:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.73ms DONE
  2026-08-14 07:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-14 07:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.98ms DONE
  2026-08-14 07:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-14 07:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.27ms DONE
  2026-08-14 07:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.73ms DONE
  2026-08-14 07:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.78ms DONE
  2026-08-14 07:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.63ms DONE
  2026-08-14 07:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.65ms DONE
  2026-08-14 07:08:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:08:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.13ms DONE
  2026-08-14 07:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.00ms DONE
  2026-08-14 07:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.14ms DONE
  2026-08-14 07:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.13ms DONE
  2026-08-14 07:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.05ms DONE
  2026-08-14 07:13:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:13:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.66ms DONE
  2026-08-14 07:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.69ms DONE
  2026-08-14 07:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.66ms DONE
  2026-08-14 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.28ms DONE
  2026-08-14 07:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.62ms DONE
  2026-08-14 07:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.95ms DONE
  2026-08-14 07:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.06ms DONE
  2026-08-14 07:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  31.64ms DONE
  2026-08-14 07:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-14 07:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.97ms DONE
  2026-08-14 07:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.09ms DONE
  2026-08-14 07:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.68ms DONE
  2026-08-14 07:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.82ms DONE
  2026-08-14 07:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.92ms DONE
  2026-08-14 07:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.92ms DONE
  2026-08-14 07:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-14 07:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-14 07:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.04ms DONE
  2026-08-14 07:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.28ms DONE
  2026-08-14 07:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-14 07:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-14 07:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-14 07:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-14 07:36:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:36:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.21ms DONE
  2026-08-14 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.13ms DONE
  2026-08-14 07:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-14 07:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-14 07:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.20ms DONE
  2026-08-14 07:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-14 07:42:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:42:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-14 07:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-14 07:44:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:44:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.81ms DONE
  2026-08-14 07:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.65ms DONE
  2026-08-14 07:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.06ms DONE
  2026-08-14 07:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.54ms DONE
  2026-08-14 07:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-14 07:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.68ms DONE
  2026-08-14 07:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.23ms DONE
  2026-08-14 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:51:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.71ms DONE
  2026-08-14 07:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-14 07:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-14 07:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-14 07:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.34ms DONE
  2026-08-14 07:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.68ms DONE
  2026-08-14 07:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.39ms DONE
  2026-08-14 07:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.80ms DONE
  2026-08-14 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 07:59:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-14 08:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.19ms DONE
  2026-08-14 08:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-14 08:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-14 08:03:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:03:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-14 08:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.39ms DONE
  2026-08-14 08:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.90ms DONE
  2026-08-14 08:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.93ms DONE
  2026-08-14 08:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.67ms DONE
  2026-08-14 08:07:20 App\Modules\Broadcasting\Jobs\LaunchCampaignJob  RUNNING
  2026-08-14 08:07:20 App\Modules\Broadcasting\Jobs\LaunchCampaignJob  18.13ms DONE
  2026-08-14 08:07:20 App\Modules\Broadcasting\Jobs\DispatchCampaignChunkJob  RUNNING
  2026-08-14 08:07:20 App\Modules\Broadcasting\Jobs\DispatchCampaignChunkJob  3.28ms DONE
  2026-08-14 08:07:20 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  RUNNING
  2026-08-14 08:07:26 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  5s DONE
  2026-08-14 08:07:26 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  RUNNING
  2026-08-14 08:07:27 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  1s DONE
  2026-08-14 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.74ms DONE
  2026-08-14 08:08:25 App\Modules\Broadcasting\Jobs\FinalizeCampaignJob  RUNNING
  2026-08-14 08:08:25 App\Modules\Broadcasting\Jobs\FinalizeCampaignJob  39.59ms DONE
  2026-08-14 08:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-14 08:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.65ms DONE
  2026-08-14 08:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.23ms DONE
  2026-08-14 08:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.88ms DONE
  2026-08-14 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.17ms DONE
  2026-08-14 08:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.84ms DONE
  2026-08-14 08:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE
  2026-08-14 08:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.31ms DONE
  2026-08-14 08:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.23ms DONE
  2026-08-14 08:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.31ms DONE
  2026-08-14 08:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.33ms DONE
  2026-08-14 08:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.50ms DONE
  2026-08-14 08:20:19 App\Modules\Broadcasting\Jobs\LaunchCampaignJob  RUNNING
  2026-08-14 08:20:20 App\Modules\Broadcasting\Jobs\LaunchCampaignJob  14.79ms DONE
  2026-08-14 08:20:20 App\Modules\Broadcasting\Jobs\DispatchCampaignChunkJob  RUNNING
  2026-08-14 08:20:20 App\Modules\Broadcasting\Jobs\DispatchCampaignChunkJob  4.09ms DONE
  2026-08-14 08:20:20 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  RUNNING
  2026-08-14 08:20:24 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  4s DONE
  2026-08-14 08:20:24 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  RUNNING
  2026-08-14 08:20:27 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  2s DONE
  2026-08-14 08:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.17ms DONE
  2026-08-14 08:21:25 App\Modules\Broadcasting\Jobs\FinalizeCampaignJob  RUNNING
  2026-08-14 08:21:25 App\Modules\Broadcasting\Jobs\FinalizeCampaignJob  27.21ms DONE
  2026-08-14 08:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.23ms DONE
  2026-08-14 08:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.16ms DONE
  2026-08-14 08:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.59ms DONE
  2026-08-14 08:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.08ms DONE
  2026-08-14 08:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.03ms DONE
  2026-08-14 08:27:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:27:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.48ms DONE
  2026-08-14 08:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.33ms DONE
  2026-08-14 08:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.29ms DONE
  2026-08-14 08:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.22ms DONE
  2026-08-14 08:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.22ms DONE
  2026-08-14 08:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.39ms DONE
  2026-08-14 08:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.22ms DONE
  2026-08-14 08:33:58 App\Modules\Broadcasting\Jobs\LaunchCampaignJob  RUNNING
  2026-08-14 08:33:58 App\Modules\Broadcasting\Jobs\LaunchCampaignJob  16.86ms DONE
  2026-08-14 08:33:58 App\Modules\Broadcasting\Jobs\DispatchCampaignChunkJob  RUNNING
  2026-08-14 08:33:58 App\Modules\Broadcasting\Jobs\DispatchCampaignChunkJob  5.80ms DONE
  2026-08-14 08:33:58 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  RUNNING
  2026-08-14 08:34:03 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  4s DONE
  2026-08-14 08:34:03 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  RUNNING
  2026-08-14 08:34:04 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  945.35ms DONE
  2026-08-14 08:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:34:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.69ms DONE
  2026-08-14 08:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.42ms DONE
  2026-08-14 08:35:03 App\Modules\Broadcasting\Jobs\FinalizeCampaignJob  RUNNING
  2026-08-14 08:35:03 App\Modules\Broadcasting\Jobs\FinalizeCampaignJob  23.79ms DONE
  2026-08-14 08:36:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:36:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.65ms DONE
  2026-08-14 08:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.24ms DONE
  2026-08-14 08:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-14 08:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-14 08:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.31ms DONE
  2026-08-14 08:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-14 08:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-14 08:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.65ms DONE
  2026-08-14 08:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.62ms DONE
  2026-08-14 08:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.21ms DONE
  2026-08-14 08:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.80ms DONE
  2026-08-14 08:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.20ms DONE
  2026-08-14 08:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-14 08:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-14 08:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.30ms DONE
  2026-08-14 08:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-14 08:52:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:52:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-14 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.00ms DONE
  2026-08-14 08:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.99ms DONE
  2026-08-14 08:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-14 08:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.26ms DONE
  2026-08-14 08:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-14 08:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.59ms DONE
  2026-08-14 08:59:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 08:59:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.88ms DONE
  2026-08-14 09:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.51ms DONE
  2026-08-14 09:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.59ms DONE
  2026-08-14 09:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.58ms DONE
  2026-08-14 09:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-14 09:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.69ms DONE
  2026-08-14 09:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.76ms DONE
  2026-08-14 09:06:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:06:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-14 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.09ms DONE
  2026-08-14 09:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.65ms DONE
  2026-08-14 09:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-14 09:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.97ms DONE
  2026-08-14 09:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-14 09:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-14 09:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-14 09:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.81ms DONE
  2026-08-14 09:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.26ms DONE
  2026-08-14 09:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.56ms DONE
  2026-08-14 09:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.40ms DONE
  2026-08-14 09:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.57ms DONE
  2026-08-14 09:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:19:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-14 09:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.74ms DONE
  2026-08-14 09:21:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:21:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.63ms DONE
  2026-08-14 09:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.64ms DONE
  2026-08-14 09:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.66ms DONE
  2026-08-14 09:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.10ms DONE
  2026-08-14 09:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  16.31ms DONE
  2026-08-14 09:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-14 09:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.51ms DONE
  2026-08-14 09:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.44ms DONE
  2026-08-14 09:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-14 09:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.18ms DONE
  2026-08-14 09:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.91ms DONE
  2026-08-14 09:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-14 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-14 09:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.94ms DONE
  2026-08-14 09:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.84ms DONE
  2026-08-14 09:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-14 09:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:37:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.24ms DONE
  2026-08-14 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-14 09:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.26ms DONE
  2026-08-14 09:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.33ms DONE
  2026-08-14 09:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-14 09:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.64ms DONE
  2026-08-14 09:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.25ms DONE
  2026-08-14 09:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.40ms DONE
  2026-08-14 09:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.93ms DONE
  2026-08-14 09:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.44ms DONE
  2026-08-14 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.48ms DONE
  2026-08-14 09:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-14 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.61ms DONE
  2026-08-14 09:49:13 App\Modules\Broadcasting\Jobs\DispatchCampaignChunkJob  RUNNING
  2026-08-14 09:49:13 App\Modules\Broadcasting\Jobs\DispatchCampaignChunkJob  11.55ms DONE
  2026-08-14 09:49:13 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  RUNNING
  2026-08-14 09:49:18 App\Modules\Broadcasting\Jobs\SendCampaignMessageJob  5s DONE
  2026-08-14 09:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.22ms DONE
  2026-08-14 09:50:22 App\Modules\Broadcasting\Jobs\FinalizeCampaignJob  RUNNING
  2026-08-14 09:50:22 App\Modules\Broadcasting\Jobs\FinalizeCampaignJob  49.66ms DONE
  2026-08-14 09:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-14 09:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-14 09:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.00ms DONE
  2026-08-14 09:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.83ms DONE
  2026-08-14 09:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.16ms DONE
  2026-08-14 09:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-14 09:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-14 09:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-14 09:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 09:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.51ms DONE
  2026-08-14 10:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  29.48ms DONE
  2026-08-14 10:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-14 10:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.67ms DONE
  2026-08-14 10:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.78ms DONE
  2026-08-14 10:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-14 10:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-14 10:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-14 10:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.27ms DONE
  2026-08-14 10:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.28ms DONE
  2026-08-14 10:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-14 10:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.61ms DONE
  2026-08-14 10:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.31ms DONE
  2026-08-14 10:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.59ms DONE
  2026-08-14 10:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.45ms DONE
  2026-08-14 10:14:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:14:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.57ms DONE
  2026-08-14 10:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.97ms DONE
  2026-08-14 10:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.77ms DONE
  2026-08-14 10:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.56ms DONE
  2026-08-14 10:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.92ms DONE
  2026-08-14 10:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.74ms DONE
  2026-08-14 10:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-14 10:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:21:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.68ms DONE
  2026-08-14 10:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-14 10:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.92ms DONE
  2026-08-14 10:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.11ms DONE
  2026-08-14 10:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.67ms DONE
  2026-08-14 10:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.29ms DONE
  2026-08-14 10:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.50ms DONE
  2026-08-14 10:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.10ms DONE
  2026-08-14 10:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:29:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.92ms DONE
  2026-08-14 10:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.72ms DONE
  2026-08-14 10:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.17ms DONE
  2026-08-14 10:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.42ms DONE
  2026-08-14 10:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.96ms DONE
  2026-08-14 10:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.48ms DONE
  2026-08-14 10:35:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:35:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.51ms DONE
  2026-08-14 10:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.44ms DONE
  2026-08-14 10:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.01ms DONE
  2026-08-14 10:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.09ms DONE
  2026-08-14 10:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.02ms DONE
  2026-08-14 10:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.91ms DONE
  2026-08-14 10:41:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:41:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-14 10:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.00ms DONE
  2026-08-14 10:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.35ms DONE
  2026-08-14 10:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-14 10:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.62ms DONE
  2026-08-14 10:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-14 10:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.01ms DONE
  2026-08-14 10:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.47ms DONE
  2026-08-14 10:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.75ms DONE
  2026-08-14 10:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.05ms DONE
  2026-08-14 10:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.56ms DONE
  2026-08-14 10:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-14 10:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-14 10:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.01ms DONE
  2026-08-14 10:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.14ms DONE
  2026-08-14 10:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.14ms DONE
  2026-08-14 10:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-14 10:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.57ms DONE
  2026-08-14 10:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 10:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.69ms DONE
  2026-08-14 11:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.60ms DONE
  2026-08-14 11:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.80ms DONE
  2026-08-14 11:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.25ms DONE
  2026-08-14 11:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.88ms DONE
  2026-08-14 11:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.63ms DONE
  2026-08-14 11:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-14 11:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.40ms DONE
  2026-08-14 11:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.60ms DONE
  2026-08-14 11:08:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:08:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.23ms DONE
  2026-08-14 11:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-14 11:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-14 11:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.22ms DONE
  2026-08-14 11:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.84ms DONE
  2026-08-14 11:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-14 11:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-14 11:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-14 11:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.21ms DONE
  2026-08-14 11:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.39ms DONE
  2026-08-14 11:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.67ms DONE
  2026-08-14 11:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-14 11:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-14 11:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-14 11:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-14 11:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-14 11:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.81ms DONE
  2026-08-14 11:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.93ms DONE
  2026-08-14 11:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.02ms DONE
  2026-08-14 11:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.47ms DONE
  2026-08-14 11:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-14 11:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.21ms DONE
  2026-08-14 11:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.73ms DONE
  2026-08-14 11:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.33ms DONE
  2026-08-14 11:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.62ms DONE
  2026-08-14 11:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.08ms DONE
  2026-08-14 11:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.84ms DONE
  2026-08-14 11:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.49ms DONE
  2026-08-14 11:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-14 11:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.70ms DONE
  2026-08-14 11:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.64ms DONE
  2026-08-14 11:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.40ms DONE
  2026-08-14 11:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-14 11:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.12ms DONE
  2026-08-14 11:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-14 11:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-14 11:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.90ms DONE
  2026-08-14 11:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.97ms DONE
  2026-08-14 11:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-14 11:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.79ms DONE
  2026-08-14 11:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-14 11:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-14 11:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.94ms DONE
  2026-08-14 11:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.70ms DONE
  2026-08-14 11:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.10ms DONE
  2026-08-14 11:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.01ms DONE
  2026-08-14 11:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.35ms DONE
  2026-08-14 11:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.92ms DONE
  2026-08-14 11:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.60ms DONE
  2026-08-14 11:57:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:57:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.37ms DONE
  2026-08-14 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.94ms DONE
  2026-08-14 11:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 11:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.02ms DONE
  2026-08-14 12:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.63ms DONE
  2026-08-14 12:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-14 12:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.64ms DONE
  2026-08-14 12:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.62ms DONE
  2026-08-14 12:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-14 12:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-14 12:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.81ms DONE
  2026-08-14 12:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.09ms DONE
  2026-08-14 12:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.48ms DONE
  2026-08-14 12:09:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:09:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-14 12:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.59ms DONE
  2026-08-14 12:11:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:11:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.57ms DONE
  2026-08-14 12:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.97ms DONE
  2026-08-14 12:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.68ms DONE
  2026-08-14 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.76ms DONE
  2026-08-14 12:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.26ms DONE
  2026-08-14 12:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:16:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-14 12:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  10.97ms DONE
  2026-08-14 12:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.73ms DONE
  2026-08-14 12:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:19:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.51ms DONE
  2026-08-14 12:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.25ms DONE
  2026-08-14 12:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-14 12:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.07ms DONE
  2026-08-14 12:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-14 12:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.58ms DONE
  2026-08-14 12:25:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:25:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.30ms DONE
  2026-08-14 12:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.33ms DONE
  2026-08-14 12:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-14 12:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.63ms DONE
  2026-08-14 12:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.05ms DONE
  2026-08-14 12:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-14 12:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.80ms DONE
  2026-08-14 12:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.50ms DONE
  2026-08-14 12:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.62ms DONE
  2026-08-14 12:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-14 12:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.74ms DONE
  2026-08-14 12:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-14 12:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.25ms DONE
  2026-08-14 12:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-14 12:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.97ms DONE
  2026-08-14 12:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.07ms DONE
  2026-08-14 12:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.05ms DONE
  2026-08-14 12:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.59ms DONE
  2026-08-14 12:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.97ms DONE
  2026-08-14 12:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.95ms DONE
  2026-08-14 12:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.03ms DONE
  2026-08-14 12:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:46:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-14 12:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:47:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.86ms DONE
  2026-08-14 12:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-14 12:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:49:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.46ms DONE
  2026-08-14 12:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.99ms DONE
  2026-08-14 12:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-14 12:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.42ms DONE
  2026-08-14 12:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:53:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-14 12:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.41ms DONE
  2026-08-14 12:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.29ms DONE
  2026-08-14 12:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:56:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.34ms DONE
  2026-08-14 12:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.68ms DONE
  2026-08-14 12:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.42ms DONE
  2026-08-14 12:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 12:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.42ms DONE
  2026-08-14 13:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.66ms DONE
  2026-08-14 13:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.72ms DONE
  2026-08-14 13:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:02:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-14 13:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.80ms DONE
  2026-08-14 13:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-14 13:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  18.29ms DONE
  2026-08-14 13:06:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:06:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-14 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.17ms DONE
  2026-08-14 13:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.81ms DONE
  2026-08-14 13:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-14 13:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.64ms DONE
  2026-08-14 13:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.89ms DONE
  2026-08-14 13:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-14 13:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.55ms DONE
  2026-08-14 13:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-14 13:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-14 13:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-14 13:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.31ms DONE
  2026-08-14 13:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.38ms DONE
  2026-08-14 13:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.65ms DONE
  2026-08-14 13:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.01ms DONE
  2026-08-14 13:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-14 13:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-14 13:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.48ms DONE
  2026-08-14 13:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.01ms DONE
  2026-08-14 13:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.14ms DONE
  2026-08-14 13:26:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:26:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.37ms DONE
  2026-08-14 13:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.36ms DONE
  2026-08-14 13:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-14 13:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.51ms DONE
  2026-08-14 13:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.68ms DONE
  2026-08-14 13:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.57ms DONE
  2026-08-14 13:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-14 13:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.69ms DONE
  2026-08-14 13:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:34:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.02ms DONE
  2026-08-14 13:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.42ms DONE
  2026-08-14 13:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.12ms DONE
  2026-08-14 13:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-14 13:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.67ms DONE
  2026-08-14 13:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-14 13:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.23ms DONE
  2026-08-14 13:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.02ms DONE
  2026-08-14 13:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-14 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.15ms DONE
  2026-08-14 13:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.49ms DONE
  2026-08-14 13:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.72ms DONE
  2026-08-14 13:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.61ms DONE
  2026-08-14 13:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.77ms DONE
  2026-08-14 13:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.69ms DONE
  2026-08-14 13:49:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:49:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.19ms DONE
  2026-08-14 13:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.98ms DONE
  2026-08-14 13:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-14 13:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-14 13:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-14 13:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.32ms DONE
  2026-08-14 13:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-14 13:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.38ms DONE
  2026-08-14 13:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.89ms DONE
  2026-08-14 13:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:58:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.15ms DONE
  2026-08-14 13:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 13:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.50ms DONE
  2026-08-14 14:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.12ms DONE
  2026-08-14 14:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.23ms DONE
  2026-08-14 14:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.34ms DONE
  2026-08-14 14:03:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:03:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.36ms DONE
  2026-08-14 14:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:04:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.17ms DONE
  2026-08-14 14:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.39ms DONE
  2026-08-14 14:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.51ms DONE
  2026-08-14 14:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.86ms DONE
  2026-08-14 14:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.90ms DONE
  2026-08-14 14:09:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:09:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.12ms DONE
  2026-08-14 14:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-14 14:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
  2026-08-14 14:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:12:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.83ms DONE
  2026-08-14 14:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.65ms DONE
  2026-08-14 14:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.94ms DONE
  2026-08-14 14:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.24ms DONE
  2026-08-14 14:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.86ms DONE
  2026-08-14 14:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.70ms DONE
  2026-08-14 14:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.92ms DONE
  2026-08-14 14:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-14 14:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.47ms DONE
  2026-08-14 14:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.83ms DONE
  2026-08-14 14:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:22:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.16ms DONE
  2026-08-14 14:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.01ms DONE
  2026-08-14 14:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-14 14:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.29ms DONE
  2026-08-14 14:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.61ms DONE
  2026-08-14 14:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-14 14:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:28:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.03ms DONE
  2026-08-14 14:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.45ms DONE
  2026-08-14 14:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:30:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  23.44ms DONE
  2026-08-14 14:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:31:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  21.22ms DONE
  2026-08-14 14:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.54ms DONE
  2026-08-14 14:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-14 14:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.48ms DONE
  2026-08-14 14:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.95ms DONE
  2026-08-14 14:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.79ms DONE
  2026-08-14 14:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:37:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.56ms DONE
  2026-08-14 14:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.13ms DONE
  2026-08-14 14:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.73ms DONE
  2026-08-14 14:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.85ms DONE
  2026-08-14 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.59ms DONE
  2026-08-14 14:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.49ms DONE
  2026-08-14 14:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.85ms DONE
  2026-08-14 14:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.88ms DONE
  2026-08-14 14:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-14 14:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-14 14:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.51ms DONE
  2026-08-14 14:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:48:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.20ms DONE
  2026-08-14 14:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.83ms DONE
  2026-08-14 14:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.10ms DONE
  2026-08-14 14:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.71ms DONE
  2026-08-14 14:52:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:52:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.26ms DONE
  2026-08-14 14:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-14 14:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-14 14:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.41ms DONE
  2026-08-14 14:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-14 14:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-14 14:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-14 14:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 14:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.98ms DONE
  2026-08-14 15:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  52.76ms DONE
  2026-08-14 15:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.30ms DONE
  2026-08-14 15:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.27ms DONE
  2026-08-14 15:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.48ms DONE
  2026-08-14 15:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.64ms DONE
  2026-08-14 15:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:05:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.32ms DONE
  2026-08-14 15:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.76ms DONE
  2026-08-14 15:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.25ms DONE
  2026-08-14 15:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.42ms DONE
  2026-08-14 15:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.57ms DONE
  2026-08-14 15:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-14 15:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.32ms DONE
  2026-08-14 15:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.10ms DONE
  2026-08-14 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.91ms DONE
  2026-08-14 15:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.03ms DONE
  2026-08-14 15:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.22ms DONE
  2026-08-14 15:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.85ms DONE
  2026-08-14 15:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.98ms DONE
  2026-08-14 15:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.63ms DONE
  2026-08-14 15:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.66ms DONE
  2026-08-14 15:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.05ms DONE
  2026-08-14 15:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-14 15:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-14 15:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.41ms DONE
  2026-08-14 15:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:24:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.98ms DONE
  2026-08-14 15:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-14 15:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.21ms DONE
  2026-08-14 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.18ms DONE
  2026-08-14 15:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-14 15:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.32ms DONE
  2026-08-14 15:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.27ms DONE
  2026-08-14 15:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.21ms DONE
  2026-08-14 15:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.31ms DONE
  2026-08-14 15:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-14 15:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.57ms DONE
  2026-08-14 15:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-14 15:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.21ms DONE
  2026-08-14 15:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.62ms DONE
  2026-08-14 15:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:38:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-14 15:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.87ms DONE
  2026-08-14 15:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-14 15:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.17ms DONE
  2026-08-14 15:42:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:42:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.74ms DONE
  2026-08-14 15:43:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:43:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.61ms DONE
  2026-08-14 15:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:44:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.61ms DONE
  2026-08-14 15:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.79ms DONE
  2026-08-14 15:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.65ms DONE
  2026-08-14 15:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.41ms DONE
  2026-08-14 15:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.69ms DONE
  2026-08-14 15:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-14 15:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-14 15:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.78ms DONE
  2026-08-14 15:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.82ms DONE
  2026-08-14 15:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:53:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.36ms DONE
  2026-08-14 15:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.88ms DONE
  2026-08-14 15:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.71ms DONE
  2026-08-14 15:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.53ms DONE
  2026-08-14 15:57:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:57:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.03ms DONE
  2026-08-14 15:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.07ms DONE
  2026-08-14 15:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 15:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-14 16:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.11ms DONE
  2026-08-14 16:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.38ms DONE
  2026-08-14 16:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.18ms DONE
  2026-08-14 16:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.23ms DONE
  2026-08-14 16:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.53ms DONE
  2026-08-14 16:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.27ms DONE
  2026-08-14 16:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.74ms DONE
  2026-08-14 16:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.90ms DONE
  2026-08-14 16:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:08:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.41ms DONE
  2026-08-14 16:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.51ms DONE
  2026-08-14 16:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-14 16:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.46ms DONE
  2026-08-14 16:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:12:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-14 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:13:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.25ms DONE
  2026-08-14 16:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.68ms DONE
  2026-08-14 16:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  40.98ms DONE
  2026-08-14 16:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.77ms DONE
  2026-08-14 16:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.88ms DONE
  2026-08-14 16:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:18:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.12ms DONE
  2026-08-14 16:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.03ms DONE
  2026-08-14 16:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:20:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.65ms DONE
  2026-08-14 16:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.11ms DONE
  2026-08-14 16:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.55ms DONE
  2026-08-14 16:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-14 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.89ms DONE
  2026-08-14 16:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  36.35ms DONE
  2026-08-14 16:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.46ms DONE
  2026-08-14 16:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.71ms DONE
  2026-08-14 16:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.25ms DONE
  2026-08-14 16:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.26ms DONE
  2026-08-14 16:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.50ms DONE
  2026-08-14 16:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.00ms DONE
  2026-08-14 16:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.21ms DONE
  2026-08-14 16:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-14 16:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.17ms DONE
  2026-08-14 16:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.74ms DONE
  2026-08-14 16:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:36:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.33ms DONE
  2026-08-14 16:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.30ms DONE
  2026-08-14 16:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.83ms DONE
  2026-08-14 16:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.73ms DONE
  2026-08-14 16:40:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:40:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.15ms DONE
  2026-08-14 16:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:41:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.11ms DONE
  2026-08-14 16:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-14 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:43:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.93ms DONE
  2026-08-14 16:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.62ms DONE
  2026-08-14 16:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.93ms DONE
  2026-08-14 16:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:46:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.51ms DONE
  2026-08-14 16:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.87ms DONE
  2026-08-14 16:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.00ms DONE
  2026-08-14 16:49:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:49:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.08ms DONE
  2026-08-14 16:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.57ms DONE
  2026-08-14 16:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.24ms DONE
  2026-08-14 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:52:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.38ms DONE
  2026-08-14 16:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.88ms DONE
  2026-08-14 16:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:54:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.96ms DONE
  2026-08-14 16:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:55:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.67ms DONE
  2026-08-14 16:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.07ms DONE
  2026-08-14 16:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.83ms DONE
  2026-08-14 16:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.12ms DONE
  2026-08-14 16:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 16:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.79ms DONE
  2026-08-14 17:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:00:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.28ms DONE
  2026-08-14 17:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.36ms DONE
  2026-08-14 17:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.67ms DONE
  2026-08-14 17:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.73ms DONE
  2026-08-14 17:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.34ms DONE
  2026-08-14 17:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.58ms DONE
  2026-08-14 17:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.07ms DONE
  2026-08-14 17:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.79ms DONE
  2026-08-14 17:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.28ms DONE
  2026-08-14 17:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:09:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.26ms DONE
  2026-08-14 17:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.66ms DONE
  2026-08-14 17:11:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:11:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.54ms DONE
  2026-08-14 17:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.70ms DONE
  2026-08-14 17:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.17ms DONE
  2026-08-14 17:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:14:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.39ms DONE
  2026-08-14 17:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.97ms DONE
  2026-08-14 17:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.25ms DONE
  2026-08-14 17:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.21ms DONE
  2026-08-14 17:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:18:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.89ms DONE
  2026-08-14 17:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.45ms DONE
  2026-08-14 17:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  22.44ms DONE
  2026-08-14 17:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.03ms DONE
  2026-08-14 17:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.10ms DONE
  2026-08-14 17:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.68ms DONE
  2026-08-14 17:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:24:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.38ms DONE
  2026-08-14 17:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:25:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.36ms DONE
  2026-08-14 17:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:26:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-14 17:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:27:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.32ms DONE
  2026-08-14 17:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.85ms DONE
  2026-08-14 17:29:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:29:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.72ms DONE
  2026-08-14 17:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:30:04 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.77ms DONE
  2026-08-14 17:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:31:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.84ms DONE
  2026-08-14 17:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:32:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.79ms DONE
  2026-08-14 17:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:33:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.37ms DONE
  2026-08-14 17:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.69ms DONE
  2026-08-14 17:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:35:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.73ms DONE
  2026-08-14 17:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.77ms DONE
  2026-08-14 17:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.51ms DONE
  2026-08-14 17:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.57ms DONE
  2026-08-14 17:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.83ms DONE
  2026-08-14 17:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:40:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-14 17:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.39ms DONE
  2026-08-14 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:42:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.66ms DONE
  2026-08-14 17:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.78ms DONE
  2026-08-14 17:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.52ms DONE
  2026-08-14 17:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:45:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.16ms DONE
  2026-08-14 17:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.65ms DONE
  2026-08-14 17:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:47:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.88ms DONE
  2026-08-14 17:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.93ms DONE
  2026-08-14 17:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-14 17:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:50:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.91ms DONE
  2026-08-14 17:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.04ms DONE
  2026-08-14 17:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.54ms DONE
  2026-08-14 17:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.28ms DONE
  2026-08-14 17:54:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:54:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.74ms DONE
  2026-08-14 17:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.09ms DONE
  2026-08-14 17:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.93ms DONE
  2026-08-14 17:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.32ms DONE
  2026-08-14 17:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:58:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.25ms DONE
  2026-08-14 17:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 17:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.15ms DONE
  2026-08-14 18:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  20.12ms DONE
  2026-08-14 18:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:01:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.81ms DONE
  2026-08-14 18:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.82ms DONE
  2026-08-14 18:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.20ms DONE
  2026-08-14 18:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:04:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.83ms DONE
  2026-08-14 18:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.55ms DONE
  2026-08-14 18:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:06:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.62ms DONE
  2026-08-14 18:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:07:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.76ms DONE
  2026-08-14 18:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.98ms DONE
  2026-08-14 18:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.68ms DONE
  2026-08-14 18:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:10:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.94ms DONE
  2026-08-14 18:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:11:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.39ms DONE
  2026-08-14 18:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.37ms DONE
  2026-08-14 18:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.15ms DONE
  2026-08-14 18:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.71ms DONE
  2026-08-14 18:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:15:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.51ms DONE
  2026-08-14 18:16:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:16:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.88ms DONE
  2026-08-14 18:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:17:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.35ms DONE
  2026-08-14 18:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.61ms DONE
  2026-08-14 18:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.72ms DONE
  2026-08-14 18:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:20:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.23ms DONE
  2026-08-14 18:21:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:21:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  15.24ms DONE
  2026-08-14 18:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:22:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.91ms DONE
  2026-08-14 18:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:23:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.58ms DONE
  2026-08-14 18:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:24:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.08ms DONE
  2026-08-14 18:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:25:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.05ms DONE
  2026-08-14 18:26:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:26:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.69ms DONE
  2026-08-14 18:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:27:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.13ms DONE
  2026-08-14 18:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:28:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.83ms DONE
  2026-08-14 18:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:29:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.34ms DONE
  2026-08-14 18:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:30:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  14.36ms DONE
  2026-08-14 18:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:31:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  11.43ms DONE
  2026-08-14 18:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:32:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.49ms DONE
  2026-08-14 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:33:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.49ms DONE
  2026-08-14 18:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:34:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.52ms DONE
  2026-08-14 18:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:35:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  6.58ms DONE
  2026-08-14 18:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:36:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.11ms DONE
  2026-08-14 18:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:37:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.63ms DONE
  2026-08-14 18:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:38:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.75ms DONE
  2026-08-14 18:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:39:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.26ms DONE
  2026-08-14 18:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:40:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.88ms DONE
  2026-08-14 18:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:41:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.04ms DONE
  2026-08-14 18:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:42:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.19ms DONE
  2026-08-14 18:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:43:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.57ms DONE
  2026-08-14 18:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:44:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-14 18:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:45:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.43ms DONE
  2026-08-14 18:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:46:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.99ms DONE
  2026-08-14 18:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:47:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  8.81ms DONE
  2026-08-14 18:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:48:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  7.49ms DONE
  2026-08-14 18:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:49:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.49ms DONE
  2026-08-14 18:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:50:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  13.41ms DONE
  2026-08-14 18:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:51:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.41ms DONE
  2026-08-14 18:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:52:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.48ms DONE
  2026-08-14 18:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:53:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.97ms DONE
  2026-08-14 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:54:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.64ms DONE
  2026-08-14 18:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:55:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.81ms DONE
  2026-08-14 18:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:56:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.99ms DONE
  2026-08-14 18:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:57:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  5.40ms DONE
  2026-08-14 18:58:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:58:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.66ms DONE
  2026-08-14 18:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 18:59:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-14 19:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:00:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  12.03ms DONE
  2026-08-14 19:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:01:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.56ms DONE
  2026-08-14 19:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:02:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.35ms DONE
  2026-08-14 19:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:03:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.15ms DONE
  2026-08-14 19:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:04:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.28ms DONE
  2026-08-14 19:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:05:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.05ms DONE
  2026-08-14 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:06:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.54ms DONE
  2026-08-14 19:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:07:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.82ms DONE
  2026-08-14 19:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:08:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.11ms DONE
  2026-08-14 19:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:09:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.45ms DONE
  2026-08-14 19:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:10:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.87ms DONE
  2026-08-14 19:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:11:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.47ms DONE
  2026-08-14 19:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:12:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  1.95ms DONE
  2026-08-14 19:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:13:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.12ms DONE
  2026-08-14 19:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:14:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.06ms DONE
  2026-08-14 19:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:15:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.37ms DONE
  2026-08-14 19:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:16:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  4.26ms DONE
  2026-08-14 19:17:01 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:17:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  9.10ms DONE
  2026-08-14 19:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:18:03 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  3.31ms DONE
  2026-08-14 19:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  RUNNING
  2026-08-14 19:19:02 App\Modules\Broadcasting\Jobs\LaunchScheduledCampaignsJob  2.43ms DONE
