Oleksii Horbov

Results 2 issues of Oleksii Horbov

It would be great if there was an opportunity to pass arguments to task during creating cron job Example: ```python @darq.task async def print_name(name: str = 'John'): print(name) cron_jobs =...