summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDashie <dashie@sigpipe.me>2018-07-31 17:16:17 +0200
committerDashie <dashie@sigpipe.me>2018-07-31 17:16:17 +0200
commit175f9702efed966a42d95d3b8eb4778d94df8800 (patch)
tree9e20aa54fe4327b0bc3c045f9dbdd5ed7f0eb3b9 /README.md
parent39bda85d7639ae7d9828e8b53294948874bcf4e5 (diff)
Added dramatiq for async job management
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index b51be503..d0325f3d 100644
--- a/README.md
+++ b/README.md
@@ -29,16 +29,16 @@ Reel2Bits
# Default config
- App Name: My reel2bits instance
-# Crontabs and cache actions
- List of cron target availables.
- Makes sure to run them under the user which runs reel2bits and virtualenv if you use it.
- Commands:
- - python3 reel2bits.py cron generate_sound_infos
+# Workers
+ Run the workers using:
-# Crons explained
- - generate_sound_infos
- - Get basic infos (bitrate, codec, samplerate, etc.) and Waveform data-points for HTML5 player
+ $ dramatiq workers -Q <queue name>
+
+ See also 'dramatiq --help' for all config (threads etc.) infos
+ List of queues and descriptions:
+ - upload_workflow : handle metadatas and transcoding after upload
+
# TODO
- Albums
- Tags