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

Extended checks failed #2277

Closed
github-actions bot opened this issue Nov 10, 2024 · 0 comments · Fixed by #2286
Closed

Extended checks failed #2277

github-actions bot opened this issue Nov 10, 2024 · 0 comments · Fixed by #2286
Assignees

Comments

@github-actions
Copy link
Contributor

Today's scheduled extended checks failed.

Please check the logs.

Note

This issue was created by a GitHub action.

github-merge-queue bot pushed a commit that referenced this issue Nov 11, 2024
The notebook is failing with this:

```
---------------------------------------------------------------------------
StopIteration                             Traceback (most recent call last)
Cell In[2], line 3
      1 # Get ID of most recent successful job for demonstration.
      2 # This will not work if you've never successfully run a job.
----> 3 successful_job = next(jforjinservice.jobs()ifj.status().name=="DONE")
      4 job_id = successful_job.job_id()
      5 print(job_id)

StopIteration: 
```

Also closes #2277 by
ignoring a valid link.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants