Fix logged aiohttp warning about "app key"
Open
codebase:dask-gateway-server
maintenance
- Dominant language
- Python
- Stars
- 148
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
I saw this warning but havn't investigated what its about or how to fix - it would make sense to do though!
```
/opt/python/lib/python3.11/site-packages/dask_gateway_server/app.py:179: NotAppKeyWarning: It is recommended to use web.AppKey instances for keys.
https://docs.aiohttp.org/en/stable/web_advanced.html#application-s-config
self.app["gateway"] = self
```
Contributor guide
Assessment
This issue has not been assessed yet.