Skip to main content

build_chain_inside_task

Task to build a chain.

This task builds a chain and returns the chain's AsyncResult
to verify that Asyncresults are correctly converted into
serializable objects
def build_chain_inside_task() - > AsyncResult

Task to build a chain. This task builds a chain and returns the chain's AsyncResult to verify that Asyncresults are correctly converted into serializable objects

Returns

TypeDescription
AsyncResultThe Celery AsyncResult object representing the executed chain, used to verify serialization behavior.