My Github Actions is Queued for 2 hours #132734
Replies: 4 comments 2 replies
-
There is an outage, see githubstatus.com |
Beta Was this translation helpful? Give feedback.
-
We received a notice that the system has been restored to normal, but the workflows that were initiated during the issue remain in a queued state and are not being canceled. I'm not sure how to resolve this. |
Beta Was this translation helpful? Give feedback.
-
I'm having the same problem. It was because of yesterday's outage. In the past, this problem was resolved within 24 hours. |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I had to face this issue, when I tried to run github actions, when it triggers, the job is not starting for hours, it shows as queued and the github actions logs shows as below,
Requested labels: ubuntu-latest
Job defined at:
Waiting for a runner to pick up this job...
Can anyone help me to solve this issue? Please note, these pipelines worked well 1 day ago.
Here is my pipeline deployment code,
`name: Deploy to AWS
on:
push:
branches:
- master
- release/staging/*
- release/production/*
jobs:
deploy:
runs-on: ubuntu-latest
Beta Was this translation helpful? Give feedback.
All reactions