feat(backend): basic support for background tasks

This commit is contained in:
Hayden
2021-10-23 16:42:59 -08:00
parent 7f99c3d113
commit 7055cb2c43
15 changed files with 226 additions and 19 deletions

View File

@@ -93,7 +93,7 @@ def main():
reload_dirs=["mealie"],
reload_delay=2,
debug=True,
log_level="debug",
log_level="info",
use_colors=True,
log_config=None,
workers=1,