Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tomatic_api --debug mode breaks most of the other options like --fake --pbx and --queue #19

Open
vokimon opened this issue Jul 28, 2022 · 0 comments
Labels

Comments

@vokimon
Copy link
Member

vokimon commented Jul 28, 2022

Since the migration to FastAPI, the --debug option of tomatic_api just annihilates pbx related options like --pbx, --queue and --fake.

--debug creates a new process and since all those options just modify the state of the current process, they have no effect on the actual process.

We should find a new way of passing this information from the command line of the controller process to the actual process that host the app object.

@vokimon vokimon added the bug label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant