Commit Graph

2 Commits

Author SHA1 Message Date
mprahl
5e401bd598 Split utils/general.py
This puts backend specific code in either the builder or scheduler
subpackage. This puts API specific code in the new web subpackage.
Lastly, any code shared between the API and backend is placed in the
common subpackage.
2020-01-16 14:39:46 -05:00
mprahl
4340dea1e5 Move get_session and retry to separate modules to reduce circular imports 2020-01-16 14:39:45 -05:00