Celery chain, how to run linked task locally -
i wrote canva task, chain task instance of celery task. each task on chain have linked tasks , linked error tasks.
i need able run entire chain on same worker (.apply on chain). fine, expect linked tasks not executed on same worker.
so there way run linked task locally ?
Comments
Post a Comment