Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
Apache License 2.0
17.85k
stars
2.39k
forks
source link
using default_scheduler_url as a mounting point (not root `http://address/mount`) behind proxy not working #3213
I need to mount
luigi
behind a nginx, for example luigi athttp://address/mount
. For that I configure:GUI is ok and works but, CLI not due to url resolution. it happens there https://github.com/spotify/luigi/blob/c13566418c92de3e4d8d33ead4e7c936511afae1/luigi/rpc.py#L54
To understand what happened:
What I must do for working - slash at the end of mount point, no slash for url -: