Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in periodic job summaries: pending never decreases #9875

Closed
schmichael opened this issue Jan 22, 2021 · 4 comments · Fixed by #9884
Closed

Bug in periodic job summaries: pending never decreases #9875

schmichael opened this issue Jan 22, 2021 · 4 comments · Fixed by #9884

Comments

@schmichael
Copy link
Member

Periodic job summaries in status pending fail to decrease.

To Reproduce

Steps to reproduce the behavior.

Run attached periodic job.

Expected behavior

Decremented pending status count.

Environment:

Product Version: 1.0.0

Repro

job "j5" {
    datacenters = [ "dc1" ]
    type = "batch"

    periodic {
        cron = "*/1 * * * * *"
        prohibit_overlap = false
        time_zone = "UTC"
    }

    group "g5" {
        network {
          port "p5" {
            to = 6379
          }
        }
        task "t5" {
            driver = "docker"

            config {
                image = "redis:3.2"
                ports = ["p5"]
            }

        }
    }
}
@drewbailey
Copy link
Contributor

@schmichael mind reproducing on main, should be covered by #9768

@drewbailey
Copy link
Contributor

Looks like this is actually still an issue, we will at least have a failing e2e test for with #9768

@drewbailey
Copy link
Contributor

fixed in #9884

@tgross tgross added this to the 1.0.3 milestone Jan 25, 2021
@tgross tgross added the hcc/cst Admin - internal label Jan 26, 2021
@github-actions
Copy link

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants