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

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -