aria2_server.app.lifespan
¶
  
          lifespans
  
  
      module-attribute
  
¶
lifespans: List[_LifespanType] = [
    _init_db,
    _init_superuser_in_db,
    Aria2WatchdogLifespan,
]
We provide this list for you to append your own lifespan events, but you cannot modify the existing events.