You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task runner has multi-process locking around all shared resources, so most of the hard work is already done. You can run it multiple times with different sets of devices or groups, which scales really well.
Next step is to do this automatically and distribute tasks over a number of worker processes (think ./manage.py run --workers=10).
The text was updated successfully, but these errors were encountered:
The task runner has multi-process locking around all shared resources, so most of the hard work is already done. You can run it multiple times with different sets of devices or groups, which scales really well.
Next step is to do this automatically and distribute tasks over a number of worker processes (think
./manage.py run --workers=10
).The text was updated successfully, but these errors were encountered: