mozilla / jira-bugzilla-integration

Jira Bugzilla Integration (JBI) - system to sync bugs and issues
Mozilla Public License 2.0
8 stars 22 forks source link

Register checks in lifespan #878

Closed grahamalama closed 7 months ago

grahamalama commented 7 months ago

Some somewhat raw notes:

Using a client context manager for lifespan events: https://fastapi.tiangolo.com/advanced/testing-events/

Though the startup and shutdown events are deprecated, this seemed to work here

Also, I thought I'd need to do something like this, but I didn't 🤷🏻