-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add celery integration and upgrade javascript #52
base: master
Are you sure you want to change the base?
Conversation
runyaga
commented
Aug 9, 2018
- Upgrade to latest mediaelementjs
- Add collective.celery integration (requires latest collective.celery pull request)
- If x-send-file is being used opt out of that on stream view (requires latest of that package as well)
@runyaga would have been nice to split that into different PRs. |
@runyaga also whats the reason to opt out of x-send-file? I specifically made it work with wc.media if I remember it right? |
yes it should still works with p.a.async. |
@runyaga why do you want to disable x-sendfile for the streaming view. We used it successfully with streaming and it enabled much better scaling due to HAproxy or other loadbalancers not being able to know that zope is capable of handling another request even if it is streaming. |
@djay nmaier/mod_xsendfile#37 appears others are having issues with range support. we cant get range support working. we hope to move to nginx in the near future for this project. |