Cronjobs
This page lists the scheduled commands configured in the target project.
Overview
The project currently uses one recurring cronjob through the Laravel scheduler.
| Command | Schedule | Description |
|---|---|---|
referrals:process | Hourly | Check pending referrals and award silk when referred players reach the required character level. |
What It Does
The referrals:process command processes all pending referrals, validates them based on the required character level, and awards silk once the referral conditions are met.
TIP
If the project uses Laravel's scheduler, make sure the system cron calls php artisan schedule:run every minute so hourly commands can run on time.