-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: introduce flix.allJobsFinished #395
Conversation
While this still requires waiting on the file system watcher, my hope is that it's an overall improvement since it reduces the uncertainty of how long it takes to compile. |
Needs rebase then I will take a look :) |
🫤 |
I think the adding/removing stuff is complex. Perhaps we should add tests for all providers before we consider how to deal with this? |
Its possible the whole queue system has to be changed. But I would prefer to take smaller steps. |
I can sort of recreate this using WSL but even more extreme where the diagnostics never even show up. |
Unfortunately I have no idea. Perhaps you can explore what other extensions do? |
@magnus-madsen |
We are not paying anything no. But I don't know if we have access to Windows or Mac. Do you get that for free? |
That's how I understand it: https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions |
e6d981b
to
d23f197
Compare
🫤 |
@magnus-madsen |
I have changed my mind and I now agree that adding some infrastructure to inspect the queue is the way to go. |
Builds on #394