Actions
Issue #1244
closedUnexpected log statement about schedule run count being reset when not dealing with schedules
Start date:
Due date:
Estimated time:
Severity:
1. Low
Version:
2.7.0 Beta
Platform Release:
2.7.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
I did a publish using the API, and I saw the following log statement. I wasn't doing anything schedule related. It seems like it shouldn't be here.
pulp[3206]: pulp.server.async.tasks:INFO: resetting consecutive failure count for schedule None
I expected two behaviors:
1. To not reset the failure count when not dealing with a schedule.
2. To not log about a schedule related feature when schedule_id is None
Updated by mhrivnak about 8 years ago
- Priority changed from Normal to High
- Triaged changed from No to Yes
Updated by amacdona@redhat.com about 8 years ago
- Status changed from NEW to POST
Updated by amacdona@redhat.com about 8 years ago
- Assignee set to amacdona@redhat.com
Added by Austin Macdonald almost 8 years ago
Added by Austin Macdonald almost 8 years ago
check that schedule exists before attempting to use it
closes #1244
Updated by Anonymous almost 8 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|e4ef6312abc186ae78e1765048f2417422845cd5.
Updated by dkliban@redhat.com almost 8 years ago
- Status changed from MODIFIED to 5
Updated by amacdona@redhat.com almost 8 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
check that schedule exists before attempting to use it
closes #1244