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.
self._is_first_run
taskiq-redis/taskiq_redis/list_schedule_source.py
Line 193 in 513b77e
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.