R
R
Rinat Bakiev2015-04-08 09:58:42
Django
Rinat Bakiev, 2015-04-08 09:58:42

How to run manage.py in multitasking?

Hello!
There are requests (list):
python3.3 manage.py estates 1
python3.3 manage.py estates 2
...
python3.3 manage.py estates 322
Please tell me what needs to be done to run one "file", but with each request was executed, i.e. completed the first one, launched the next one?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bobrovskyserg, 2015-04-08
@bobrovskyserg

"Run first, run next" is not called multitasking.
You need to modify manage.py to make these requests in a loop.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question