Merge branch 'dev' into feature-permissions

This commit is contained in:
Michael Shamoon
2022-12-13 06:57:33 -08:00
15 changed files with 128 additions and 94 deletions

View File

@@ -103,6 +103,8 @@ def consume_file(
# Celery converts this to a string, but everything expects a datetime
# Long term solution is to not use JSON for the serializer but pickle instead
# TODO: This will be resolved in kombu 5.3, expected with celery 5.3
# More types will be retained through JSON encode/decode
if override_created is not None and isinstance(override_created, str):
try:
override_created = datetime.fromisoformat(override_created)