Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: refresh multiple archives #1723
feat: refresh multiple archives #1723
Changes from 1 commit
24b5197
888eaea
20a79c3
dd0cbf2
d1bd6f7
cecc66f
133216f
0997825
f2bd1a0
7dac1ba
5884a88
33b241f
19f666e
69f8243
8c3179e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will enable the buttons again although the other info jobs are still running.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So should I connect just the last job's result to this function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, theoretically you don't know which job finishes first. Did you try to run the current code? I would think that only one borg jobs succeeds because of the repo lock.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I tried running it (I attached a GIF above).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind, I didn't attach the GIF. Here,
![Peek 2023-06-15 02-22](https://private-user-images.githubusercontent.com/41837037/245931267-d810ea57-1dd1-483b-a4f9-9c24d63c2d6b.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTk3NTUsIm5iZiI6MTczOTE5OTQ1NSwicGF0aCI6Ii80MTgzNzAzNy8yNDU5MzEyNjctZDgxMGVhNTctMWRkMS00ODNiLWE0ZjktOWMyNGQ2M2MyZDZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE0NTczNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU3NjNiYTJjNDAwNTJmNzQzODJjMTU5YjA1OTAyN2E2MjM1MzM2MTk4MzU0ODMwMjIxN2NiYjBjMjE0OWU5NzQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.p8tG3lZChXO716avZxta2Wc10sV6RsWsgZY8Q-lBEKk)
They do blink, but all jobs are succeeding right?