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

The job list is empty #902

Closed
zhquan opened this issue Jul 23, 2024 · 3 comments
Closed

The job list is empty #902

zhquan opened this issue Jul 23, 2024 · 3 comments
Labels

Comments

@zhquan
Copy link
Member

zhquan commented Jul 23, 2024

I configured the automatic jobs (affiliate and unify) and I executed some jobs manually but I cannot see any job in the list.

  • Automatic jobs
    image

  • Job list
    image

@sduenas
Copy link
Member

sduenas commented Jul 23, 2024

That's probably because they have finished. Finished jobs have a small life time in the queue. When they are completed they are moved to a different registry.
I think we should fix this problem, though.

@sduenas sduenas added the bug label Jul 23, 2024
@evamillan
Copy link
Contributor

The query that retrieves the job list is returning this kind of error in some cases:

{
	"errors": [
		{
			"message": "7740de3c-08f9-4e8c-8842-bd61132dbc16 not found in the registry",
			"locations": [
				{
					"line": 2,
					"column": 3
				}
			],
			"path": [
				"jobs"
			],
			"extensions": {
				"code": 9
			}
		}
	]
}

@jjmerchante
Copy link
Contributor

This issue was fixed by this PR: #908

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Delivered
Development

No branches or pull requests

4 participants