-
Notifications
You must be signed in to change notification settings - Fork 91
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
ref(actix): Migrate ProjectUpstream to relay_system::Service
#1727
Merged
Commits on Dec 30, 2022
-
ref(actix): Migrate ProjectUpstream to
relay_system::Service
Remove actix actor implementation and replace it with `relay_system::Service`. Also replaces old `futures01` with new `futures`, and use `tokio::spawn` to schedule the task which fetches the `ProjectState`'s from upstream. In order to do that I had to change how the scheduling is working, so the entire service won't be blocking: * introduces the internal state channel * use messages to pass the current state around, like reset the backoff period or schedule the another fetch * the internal message have also higher priority right now
Configuration menu - View commit details
-
Copy full SHA for 712713f - Browse repository at this point
Copy the full SHA 712713fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e745f - Browse repository at this point
Copy the full SHA d7e745fView commit details
Commits on Jan 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5e84cbc - Browse repository at this point
Copy the full SHA 5e84cbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3482411 - Browse repository at this point
Copy the full SHA 3482411View commit details
Commits on Jan 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0827610 - Browse repository at this point
Copy the full SHA 0827610View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a5b2e - Browse repository at this point
Copy the full SHA e6a5b2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72aac0b - Browse repository at this point
Copy the full SHA 72aac0bView commit details
Commits on Jan 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f8c83d2 - Browse repository at this point
Copy the full SHA f8c83d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba82667 - Browse repository at this point
Copy the full SHA ba82667View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2466fc - Browse repository at this point
Copy the full SHA a2466fcView commit details
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e298ea9 - Browse repository at this point
Copy the full SHA e298ea9View commit details
Commits on Jan 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d8621bd - Browse repository at this point
Copy the full SHA d8621bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0680d6 - Browse repository at this point
Copy the full SHA d0680d6View commit details
Commits on Jan 17, 2023
-
* split big functions into smaller pieces * use SleapHandler insted of tokio::sleep * use the dedicated struct and type for the upstream response
Configuration menu - View commit details
-
Copy full SHA for 462a093 - Browse repository at this point
Copy the full SHA 462a093View commit details -
Configuration menu - View commit details
-
Copy full SHA for d206114 - Browse repository at this point
Copy the full SHA d206114View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1537557 - Browse repository at this point
Copy the full SHA 1537557View commit details
Commits on Jan 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1326825 - Browse repository at this point
Copy the full SHA 1326825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2601885 - Browse repository at this point
Copy the full SHA 2601885View commit details
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.