Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PACSSeries registration over celery task and WebSockets for streaming DICOM receive progress messages #572

Merged
merged 14 commits into from
Sep 11, 2024

Conversation

jennydaman
Copy link
Contributor

  • Replaced gunicorn with daphne. We are now using ASGI instead of WSGI.
  • Added a WebSockets endpoint where clients can listen to DICOM receive progress notifications. The WebSockets endpoint is authenticated with a ?token=xxxx query string.
  • Removed POST request for registering PACSSeries. It is now instead a celery task.

@jennydaman jennydaman marked this pull request as ready for review September 10, 2024 21:30
@jennydaman jennydaman merged commit 7f91e3c into FNNDSC:master Sep 11, 2024
5 checks passed
@jennydaman jennydaman deleted the nats branch September 11, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant