We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5100483 commit 6d738e7Copy full SHA for 6d738e7
1 file changed
src/Job/Status.php
@@ -221,7 +221,7 @@ public function update($status)
221
'updated' => $this->attributes['updated']
222
));
223
224
- // Expire or delete the status for completed jobs after given time
+ // Delete completed jobs and set expire times for the rest.
225
if ($status == self::STATUS_COMPLETE) {
226
$this->client->del($this->getHashKey());
227
} elseif (in_array($status, self::$complete)) {
0 commit comments