Skip to content
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

Ensure async operations #44

Closed
tiwalter opened this issue Mar 3, 2020 · 0 comments · Fixed by #49
Closed

Ensure async operations #44

tiwalter opened this issue Mar 3, 2020 · 0 comments · Fixed by #49
Labels
enhancement New feature or request user story

Comments

@tiwalter
Copy link
Collaborator

tiwalter commented Mar 3, 2020

Refactor all endpoints and functions to make them async.

@tiwalter tiwalter added this to the Release Server v0.2 milestone Mar 3, 2020
@tiwalter tiwalter added enhancement New feature or request user story labels Mar 3, 2020
tiwalter added a commit that referenced this issue Mar 15, 2020
…ions to work asynchronously

- All controller operations (except the "CatchAll") are async Tasks now
- All ReleaseArtifactService functions are now async Tasks and run the FsReleaseArtifactRepository functions in a separate task
- The locking mechanism now works with async operations
- All semaphore relevant operations ar embedded in a try / finally block to ensure a guaranteed release of the semaphore
@tiwalter tiwalter linked a pull request Mar 15, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request user story
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant