Skip to content

Commit

Permalink
Update _events.py
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm authored Jun 8, 2024
1 parent 7f67eeb commit f539ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apscheduler/_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ class JobReleased(SchedulerEvent):
:param uuid.UUID job_id: the ID of the job that was released
:param scheduler_id: the ID of the scheduler that released the job
:param task_id: ID of the task run by the job
:param schedule_id: ID of the schedule that created the job
:param scheduled_start: the time the job was scheduled to start via a schedule (if
:param schedule_id: ID of the schedule (if any) that created the job
:param scheduled_start: the time the job was scheduled to start via the schedule (if
any)
:param started_at: the time the executor actually started running the job (``None``
if the job was skipped due to missing its start deadline)
Expand Down

0 comments on commit f539ee6

Please sign in to comment.