import dramatiq @dramatiq.actor() def generate_pdf(url: str): print(url) pass