Skip to content

Cronjobs

This page lists the scheduled commands configured in the target project.

Overview

The project currently uses one recurring cronjob through the Laravel scheduler.

CommandScheduleDescription
referrals:processHourlyCheck 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.

Released under the PolyForm Shield License 1.0.0.