add job start log

This commit is contained in:
xiaomlove
2024-11-15 20:52:31 +08:00
parent 10b14288ce
commit e0405e9995
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -78,6 +78,7 @@ class CalculateUserSeedBonus implements ShouldQueue
"[CLEANUP_CLI_CALCULATE_SEED_BONUS_HANDLE_JOB], commonRequestId: %s, beginUid: %s, endUid: %s, idStr: %s, idRedisKey: %s",
$this->requestId, $this->beginUid, $this->endUid, $this->idStr, $this->idRedisKey
);
do_log("$logPrefix, job start ...");
$haremAdditionFactor = Setting::get('bonus.harem_addition');
$officialAdditionFactor = Setting::get('bonus.official_addition');
$donortimes_bonus = Setting::get('bonus.donortimes');