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

/api/info/queue reports running_count > 0 when there are no running builds #2251

Closed
AlekseyMartynov opened this issue Oct 28, 2017 · 2 comments

Comments

@AlekseyMartynov
Copy link

version 0.7.3+build.1139

I observe the following:

/api/info/queue returns

{
    "pending": null,
    "running": [
        {
            "id": "191",
            "data": "...",
            "labels": {
                "platform": "linux/amd64"
            }
        },
        {
            "id": "171",
            "data": "...",
            "labels": {
                "platform": "linux/amd64"
            }
        },
        {
            "id": "199",
            "data": "...",
            "labels": {
                "platform": "linux/amd64"
            }
        },
        {
            "id": "183",
            "data": "...",
            "labels": {
                "platform": "linux/amd64"
            }
        },
        {
            "id": "203",
            "data": "...",
            "labels": {
                "platform": "linux/amd64"
            }
        },
        {
            "id": "195",
            "data": "...",
            "labels": {
                "platform": "linux/amd64"
            }
        }
    ],
    "stats": {
        "worker_count": 12,
        "pending_count": 0,
        "running_count": 6,
        "completed_count": 0
    }
}

Note "running_count": 6

But there are no builds, and /api/builds doesn't report any:

[]
@bradrydzewski
Copy link

please verify the bug against 0.8.2 which is latest stable. If it still exists we can reopen.

@AlekseyMartynov
Copy link
Author

Seems ok with 0.8.
I'll continue to monitor.
Thanks.

bot2-harness pushed a commit that referenced this issue Jul 19, 2024
* feat: [CDE-142]: extract gitspace find to its own svc
* feat: [CDE-142]: extract gitspace find to its own svc
* feat: [CDE-142]: extract gitspace find to its own svc
* feat: [CDE-142]: extract gitspace find to its own svc
* feat: [CDE-142]: extract gitspace find to its own svc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants