E
E
edgar_brown2020-07-16 18:06:30
Software design
edgar_brown, 2020-07-16 18:06:30

What is the best way to build a web application architecture?

There is a script with which telegram accounts constantly communicate with the bot. I wanted to fasten the web face to make it easier to manage these accounts. I think it would be possible to use Celery (or something similar), but I do not know if it is suitable?
Is it suitable for such long-term tasks? (After starting the service, you need the script that communicates with the bot to start working)
I also want to be able to disable and enable the script through the web interface

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2020-07-16
@edgar_brown

be able to disable and enable the script through the web interface

via telegram turn off turn on
Celery may be superfluous here, these are commands to demons, not cyclic operations

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question