File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,19 @@ to workers, but the entire system is meant to be used in a safe environment.
23
23
** NOTE:** The project is still in development stage and it's not advisable to
24
24
try it in production enviroments.
25
25
26
+ Features:
26
27
28
+ - Redis, RabbitMQ or ZMQ (brokerless) as backend
29
+ - Delayed tasks and scheduled cron tasks
30
+ - Configuration on disk
31
+ - Actor-based workers (I/O bound tasks)
32
+ - Process queue workers (CPU bound tasks)
33
+
34
+ Todo:
35
+
36
+ - Check for pynacl for security on pickled data
37
+ - Refactoring of bad parts
38
+ - More debug (constant debugging)
27
39
28
40
## Quickstart
29
41
@@ -182,15 +194,4 @@ $ pip install git+https://github.com/codepr/tasq.git@master#egg=tasq
182
194
183
195
See the [ CHANGES] ( CHANGES.md ) file.
184
196
185
- ## TODO:
186
-
187
- - [x] Possibility of a broker to persist jobs (classic task queue celery like)
188
- - [x] Delayed tasks and scheduled cron tasks
189
- - [x] Configuration handling throughout the code
190
- - [x] Better explanation of the implementation and actors defined
191
- - [x] Improve CLI options
192
- - [ ] Check for pynacl for security on pickled data
193
- - [ ] Tests
194
- - [ ] Refactor of existing code and corner case handling (Still very basic implementation of even
195
- simple heuristics)
196
- - [ ] Dockerfile
197
+
You can’t perform that action at this time.
0 commit comments