twitter-archive / mysos

Cotton (formerly known as Mysos)
https://incubator.apache.org/projects/cotton.html
589 stars 67 forks source link

Production executor entry point broken #56

Closed ghost closed 9 years ago

ghost commented 9 years ago

The mysos_executor entry point references mysos.executor.mysos_executor:proxy_main, which does not exist. What is the proper way to get an executor for use outside of vagrant?

xujyan commented 9 years ago

@MatthiasBach you are right, mysos.executor.mysos_executor:proxy_main doesn't exist here and should be removed.

At Twitter we have a mysos_executor implementation and use PEX to package the executor and run it as a binary executable. It's similar to https://github.com/twitter/mysos/blob/3abd54eeb0d59e6c7f4e492864bf8b3151b1f313/tox.ini#L18.

As we are getting closer to a release we'll add more documentation on this. Thanks for being patient!

xujyan commented 9 years ago

Commited c7fb586ec5c9c0bd90471f85a031a4c3bbb379dd to remove the entry point.