Skip to content

produce_and_consume()

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

Signature

Parameters none
Returns not annotated
Async Yes
Visibility Public

Implementation

async def produce_and_consume(self):
    await asyncio.gather(
        self.produce_apify_results(),
        self.consume_apify_results()
    )