metaflow-service icon indicating copy to clipboard operation
metaflow-service copied to clipboard

chore: fix deprecated way of initialising aiohttp app in services

Open saikonen opened this issue 2 years ago • 0 comments

Use aiohttp AppRunner as the preferred way of setting up a service process as make_handler() is deprecated. Affected services are only the metadata and migration service, as ui_backend is already using newer way.

Not in any way critical, as the deprecated method is still part of the library as well. Consider merging at some point as cleanup.

Fixes #197

saikonen avatar Feb 01 '22 17:02 saikonen