Site::factory(), 'name' => $this->faker->randomElement(['Backup nightly', 'Cache flush', 'WP cron', 'Sitemap rebuild']), 'expression' => $this->faker->randomElement(['0 * * * *', '*/15 * * * *', '0 2 * * *', '*/5 * * * *']), 'command' => 'php /var/www/html/artisan ' . $this->faker->randomElement(['queue:work', 'cache:clear', 'schedule:run']), 'last_run_at' => $this->faker->dateTimeBetween('-1 hour', 'now'), 'status' => $this->faker->randomElement(['ok', 'ok', 'ok', 'failing']), 'enabled' => true, ]; } }