MarginaliaSearch/code/services-application
Viktor Lofgren 2ad0bfda1e (*) Fix boot orchestration for the services
This corrects an annoying bug that had the system crash and burn on first start-up due to a race condition in service initialization, where the services were attempting to access the database before it was properly migrated.

A fix was in principle already in place, but it was running too late and did not prevent attempts to access the as-yet uninitialized database.  Move the first boot check into the MainClass instead of the Service constructor.

The change also adds more appropriate docker dependencies to the services to fix rare errors resolving the hostname of the database.
2024-05-01 12:39:48 +02:00
..
api-service (*) Fix boot orchestration for the services 2024-05-01 12:39:48 +02:00
dating-service (*) Fix boot orchestration for the services 2024-05-01 12:39:48 +02:00
explorer-service (*) Fix boot orchestration for the services 2024-05-01 12:39:48 +02:00
search-service (*) Fix boot orchestration for the services 2024-05-01 12:39:48 +02:00
readme.md (minor) Correct link in documentation for app services 2024-02-12 15:55:06 +01:00

Application Services

The application services offer user interfaces/applications around interacting with the core services.