mirror of
https://github.com/simon987/music-graph-scripts.git
synced 2025-12-17 08:39:03 +00:00
Multithreading
This commit is contained in:
10
bootstrap.sh
10
bootstrap.sh
@@ -1,9 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
tmux new -d -s mgCover bash -c "./task_runner.sh task_get_cover.py"
|
||||
|
||||
tmux new -d -s mgLastfm bash -c "./task_runner.sh task_get_lastfm"
|
||||
tmux new -d -s mgLastfm2 bash -c "./task_runner.sh task_get_lastfm"
|
||||
|
||||
tmux new -d -s mgSpotify bash -c "./task_runner.sh task_get_spotify.py"
|
||||
tmux new -d -s mgSpotify2 bash -c "./task_runner.sh task_get_spotify.py"
|
||||
tmux new -d -s mgCover bash -c "./task_runner.sh task_get_cover.py --count 100 --threads 2"
|
||||
tmux new -d -s mgLastfm bash -c "./task_runner.sh task_get_lastfm.py --count 500 --threads 5"
|
||||
tmux new -d -s mgSpotify bash -c "./task_runner.sh task_get_spotify.py --count 500 --threads 10"
|
||||
|
||||
Reference in New Issue
Block a user