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

Server 2.0 #38

Merged
merged 20 commits into from
Sep 4, 2024
Merged

Server 2.0 #38

merged 20 commits into from
Sep 4, 2024

Conversation

idky137
Copy link
Contributor

@idky137 idky137 commented Aug 2, 2024

Updates the server in zingo-indexer from the test server currently implemented to a production ready model.

  • Integrates http and nym received requests into a single request queue wich is serviced by a single worker type.
  • Moves all configuration data into an IndexerConfig file and implements defaults, to be used for setting config with toml.
  • Makes https and nym server endpoints selectable in code.

Closes #34, #30.

idky137 added 5 commits July 31, 2024 21:19

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.
@idky137
Copy link
Contributor Author

idky137 commented Aug 2, 2024

built on top of #36. the majority of commits showing here are from that pr.

idky137 added 5 commits August 4, 2024 19:32

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.
…nder and QueueReceiver.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.
idky137 added 9 commits August 8, 2024 18:22

Verified

This commit was signed with the committer’s verified signature.
…ue_worker

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.
@idky137 idky137 marked this pull request as ready for review August 16, 2024 14:26

Verified

This commit was signed with the committer’s verified signature.
@idky137 idky137 mentioned this pull request Aug 16, 2024
@idky137 idky137 merged commit 7ac06f7 into zingolabs:dev Sep 4, 2024
3 of 12 checks passed
@idky137 idky137 mentioned this pull request Sep 10, 2024
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.

Integrate Queue and ThreadPool
1 participant