celery / cyanide

Celery stress testing and integration test support
http://cyanide.readthedocs.org
Other
32 stars 7 forks source link

Allow JSONEncoder to handle date time instances #5

Closed xirdneh closed 6 years ago

xirdneh commented 6 years ago

The Dockerfile in celery repo installs cyanide which makes kombu use this serializer. This serializer has been updated to behave the same way as kombu's serializer. This is one of the steps to get everything correctly running in a local dev as the celery repo documentation explains. Part of: https://github.com/celery/celery/issues/5096