Skip to content

Variable self._is_first_run in ListRedisScheduleSource doesn't work #89

Open
@lryan599

Description

@lryan599

if not self._skip_past_schedules:

According to the comments, this condition should be

if not self._skip_past_schedules and self._is_first_run:

Otherwise, the variable self._is_first_run is not used at all.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions