Skip to content

__init__()

Class: JobsAustriaCacheProcess
File: jobs_austria_cache_process_data_payload.py ยท line 21

Signature

Parameters none
Returns not annotated
Async No
Visibility Public

Implementation

def __init__(self):
    self.connection = None
    self.mysql_loader = None
    self.engine = create_async_engine(os.getenv("DATABASE_URL_JOBS_INTELLIGENCE_AUSTRIA"))