Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

engine blindly reoffers jobs when unscheduled #625

Closed
bcwaldon opened this issue Jul 8, 2014 · 0 comments
Closed

engine blindly reoffers jobs when unscheduled #625

bcwaldon opened this issue Jul 8, 2014 · 0 comments
Assignees
Milestone

Comments

@bcwaldon
Copy link
Contributor

bcwaldon commented Jul 8, 2014

When an agent punts its jobs due to shutdown, inability to run it, etc, the engine reacts to the event by re-offering it [0]. This is generally correct, but fleet is not doing this operation safely at all. All engines end up re-offering the job, causing a lot of offer/bid churn and lots of misleading logging.

[0]

func (eh *EventHandler) HandleEventJobUnscheduled(ev event.Event) {

@bcwaldon bcwaldon added this to the v0.5.3 milestone Jul 8, 2014
@bcwaldon bcwaldon self-assigned this Jul 8, 2014
@bcwaldon bcwaldon closed this as completed Jul 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant