Commit Graph

5 Commits (8ac31562b7982655afbccd84e721839c3aa6c253)

Author SHA1 Message Date
voussoir 11414b4088 Add log_level param to constructor, like Etq. 2020-11-09 20:22:54 -08:00
voussoir be7c5982e9 Don't use a default refresh rate. User must provide --refresh_rate. 2020-11-03 00:04:32 -08:00
voussoir d1b42b71cb Enforce keyword-only args, alphabetize args. 2020-09-30 15:17:27 -07:00
voussoir bb72c40c53 Add option --localhost_only. 2020-09-30 15:15:30 -07:00
voussoir 038ce9cffb Rename flask launchers -> _dev, _prod.
I want to reduce some complexity around here, part of which is that
launch imported entrypoint imported backend, all to do some proxy
wrapping which isn't necessary for the dev case anyway. Less
layers of wrapping and importing is good. Plus I think this naming
is more clear.
Additionally, I realized that the entrypoint aka prod launcher was
never updated to init the ycdldb as that was only done by the argparse
launcher. Now it's hardcoded and I'll consider adding a config file.
2020-09-30 15:03:29 -07:00