climate_ref_celery.serialisation
#
Registration of the REF wire format with kombu.
Celery looks codecs up by name,
so this has to be imported by both the client sending a task and the worker receiving it.
Importing climate_ref_celery.app is enough for both.
register_serialisation()
#
Register the REF wire format so Celery can encode tasks and results with it
Safe to call more than once.