startup#
- async gafaelfawr.operator.startup.startup(memo, **_)#
Initialize global data for Kubernetes operators.
Anything stored in the provided
memoargument will be made available, via shallow copy, in thememoargument to any other handler. Use this to initialize the database and Redis pools, create service objects, and so forth.