-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a787b00
commit 4da4010
Showing
3 changed files
with
116 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,82 @@ | ||
- commits: | ||
- subject: Update layers/meta-balena to ba25d479aec53db0a1f20667026e57fe47461ebb | ||
hash: 7107d6e41e7e21bad7f3bfa5817385e6ab48c827 | ||
body: Update layers/meta-balena | ||
footer: | ||
Changelog-entry: Update layers/meta-balena to ba25d479aec53db0a1f20667026e57fe47461ebb | ||
changelog-entry: Update layers/meta-balena to ba25d479aec53db0a1f20667026e57fe47461ebb | ||
author: Self-hosted Renovate Bot | ||
nested: | ||
- commits: | ||
- subject: Update tests/leviathan digest to 081cbeb | ||
hash: 1440f5c245ed251c5677cc72ec9de6e120b41c38 | ||
body: Update tests/leviathan | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: | ||
- commits: | ||
- subject: Update core/contracts digest to 17b44ca | ||
hash: c889b407e4ad56080c98850022def0d122108863 | ||
body: | | ||
Update core/contracts | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: [] | ||
version: leviathan-2.31.20 | ||
title: "" | ||
date: 2024-07-15T14:07:29.332Z | ||
- commits: | ||
- subject: Update core/contracts digest to 773c77c | ||
hash: 2e512d7f1aac17346613962564293e78a0ecd971 | ||
body: | | ||
Update core/contracts | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: [] | ||
version: leviathan-2.31.19 | ||
title: "" | ||
date: 2024-07-12T10:30:54.239Z | ||
- commits: | ||
- subject: "client: use /start endpoint of worker to reserve worker if IDLE | ||
immediately" | ||
hash: 41b535e9ad160a6c663cf39137da562b4843829a | ||
body: > | ||
There is a problem where if the multiple jobs are | ||
running at the same time, all waiting for a worker to be | ||
IDLE, multiple jobs start using the worker at the same | ||
time. The reason was that first, the state of the worker | ||
is polled using /state - then, after some delay, it is | ||
reserved using the /start endpoint. Problem 1 was that | ||
there is a delay between checking and reserving - | ||
leading to a window of time where another job could do | ||
the same thing. Problem 2 is that once /start was used, | ||
there was nothing to stop the client from continuing, | ||
even if the worker was BUSY. This commit forgoes the | ||
/state endpoint, and just skips to trying /start - if | ||
the worker is IDLE, its instanly reserved, if its BUSY, | ||
the reponse is actually checked and nothing happens. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Ryan Cooke <[email protected]> | ||
signed-off-by: Ryan Cooke <[email protected]> | ||
author: rcooke-warwick | ||
nested: [] | ||
version: leviathan-2.31.18 | ||
title: "" | ||
date: 2024-07-12T09:25:30.846Z | ||
version: meta-balena-6.0.2 | ||
title: "" | ||
date: 2024-07-19T23:27:39.748Z | ||
version: 6.0.2 | ||
title: "" | ||
date: 2024-07-20T05:12:17.781Z | ||
- commits: | ||
- subject: Update layers/meta-rust to d42984ff9a9fad9ced37d95a89af1b2b84f957e9 | ||
hash: cf12da09f339f408afedc931ec765de910ccb243 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.0.1+rev2 | ||
6.0.2 |