diff --git a/src/Job/Status.php b/src/Job/Status.php index 87f83dc..04ada8a 100644 --- a/src/Job/Status.php +++ b/src/Job/Status.php @@ -221,7 +221,7 @@ public function update($status) 'updated' => $this->attributes['updated'] )); - // Expire or delete the status for completed jobs after given time + // Delete completed jobs and set expire times for the rest. if ($status == self::STATUS_COMPLETE) { $this->client->del($this->getHashKey()); } elseif (in_array($status, self::$complete)) {