Skip to content

Commit 18ad262

Browse files
committed
Updated README
1 parent 2b42373 commit 18ad262

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,19 @@ to workers, but the entire system is meant to be used in a safe environment.
2323
**NOTE:** The project is still in development stage and it's not advisable to
2424
try it in production enviroments.
2525

26+
Features:
2627

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)
2739

2840
## Quickstart
2941

@@ -182,15 +194,4 @@ $ pip install git+https://github.com/codepr/tasq.git@master#egg=tasq
182194

183195
See the [CHANGES](CHANGES.md) file.
184196

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+

0 commit comments

Comments
 (0)