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 #49

Merged
merged 1 commit into from
Mar 26, 2020
Merged

Conversation

tiwalter
Copy link
Collaborator

@tiwalter tiwalter commented Mar 15, 2020

Refactor all controller operations / ReleaseArtifactService functions 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

…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 an issue Mar 15, 2020 that may be closed by this pull request
@tiwalter tiwalter changed the title #44 Refactor all controller operations / ReleaseArtifactService funct… Ensure async operations Mar 15, 2020
@tiwalter tiwalter requested a review from f-porter March 15, 2020 17:40
@tiwalter tiwalter added this to the Release Server v0.2 milestone Mar 15, 2020
@f-porter f-porter requested a review from kpreisser March 26, 2020 14:06
@tiwalter tiwalter merged commit 46b4902 into master Mar 26, 2020
@tiwalter tiwalter deleted the feature/ensure-async-operations branch March 28, 2020 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure async operations
2 participants