Skip to content

disconnect()

async Class: JobsAustriaETLCache
File: jobs_austria_cache_import.py ยท line 59

Signature

Parameters none
Returns not annotated
Async Yes
Visibility Public

Implementation

async def disconnect(self):
    await self.connection.close()
    await self.engine.dispose()