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

Allow running registration service only #417

Merged
merged 3 commits into from
Oct 6, 2023

Conversation

poszu
Copy link
Contributor

@poszu poszu commented Oct 5, 2023

Closes #415

A new --disable-worker flag allows for running the registration service only.

@poszu poszu requested review from fasmat and pigmej October 5, 2023 12:10
@poszu poszu force-pushed the 415-allow-running-registration-only branch from 5fcca34 to e807606 Compare October 5, 2023 12:13
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

Merging #417 (4beadc2) into develop (4bc1a3b) will increase coverage by 0.0%.
The diff coverage is 82.3%.

@@           Coverage Diff           @@
##           develop    #417   +/-   ##
=======================================
  Coverage     75.1%   75.1%           
=======================================
  Files           23      23           
  Lines         1917    1930   +13     
=======================================
+ Hits          1440    1450   +10     
- Misses         359     361    +2     
- Partials       118     119    +1     
Files Coverage Δ
server/config.go 78.3% <100.0%> (+0.2%) ⬆️
server/server.go 81.0% <100.0%> (+0.6%) ⬆️
transport/memory.go 100.0% <100.0%> (ø)
registration/round.go 92.4% <25.0%> (-2.0%) ⬇️

@poszu poszu added this pull request to the merge queue Oct 6, 2023
Merged via the queue into develop with commit 4376b19 Oct 6, 2023
11 checks passed
@fasmat fasmat deleted the 415-allow-running-registration-only branch May 14, 2024 08:31
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.

Allow running registration service only
2 participants