Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Register REST Endpoints before initializing them #67

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

qstokkink
Copy link
Owner

Fixes #25

This PR:

  • Updates the REST endpoints to initialize with all "heavy" components set to None.

This functionality allows us to query the core while it is initializing (for example ipv8/asyncio/tasks to check for hanging asyncio calls).

@qstokkink qstokkink force-pushed the upd_restep_loading branch from be1a26a to bec4cd3 Compare June 7, 2024 12:22
@qstokkink qstokkink force-pushed the upd_restep_loading branch from bec4cd3 to 3b826c1 Compare June 7, 2024 12:55
@qstokkink
Copy link
Owner Author

validate

@qstokkink qstokkink changed the title WIP: Register REST Endpoints before initializing them READY: Register REST Endpoints before initializing them Jun 7, 2024
@qstokkink qstokkink marked this pull request as ready for review June 7, 2024 13:00
@qstokkink qstokkink changed the title READY: Register REST Endpoints before initializing them Register REST Endpoints before initializing them Jun 7, 2024
@qstokkink qstokkink merged commit 197a251 into highlander Jun 7, 2024
6 checks passed
@qstokkink qstokkink deleted the upd_restep_loading branch June 7, 2024 13:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't require any components before starting REST endpoints
2 participants