Skip to content

Commit

Permalink
Fix hdx tables
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Feb 19, 2024
1 parent db6c5c3 commit 5d151fb
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 265 deletions.
4 changes: 2 additions & 2 deletions API/api_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
celery = Celery("Raw Data API")
celery.conf.broker_url = celery_broker_uri
celery.conf.result_backend = celery_backend
celery.conf.task_serializer = "pickle"
# celery.conf.task_serializer = "pickle"
# celery.conf.result_serializer = "json"
celery.conf.accept_content = ["application/json", "application/x-python-serialize"]
# celery.conf.accept_content = ["application/json", "application/x-python-serialize"]
celery.conf.task_track_started = True
celery.conf.update(result_extended=True)

Expand Down
Loading

0 comments on commit 5d151fb

Please sign in to comment.