Skip to content

Commit 1321d26

Browse files
committed
fix: comment is fixed
1 parent 03c4e59 commit 1321d26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/jobs/runtime/delayed_jobs_recover.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def reenqueue(pollable, delayed)
6565
for_update.first
6666
return unless pjob
6767

68-
# bring the record into a clean polling state
68+
# bring the pollable job into the clean polling state
6969
pjob.update(cf_api_error: nil, state: PollableJobModel::POLLING_STATE)
7070

7171
# unwrap the serialized handler and re-enqueue via the reoccurring job

0 commit comments

Comments
 (0)