Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
joseananio committed Jan 7, 2019
1 parent 0f3ceb0 commit 99ad973
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<br/>
<h2>Codic</h2>
<h1>Codic</h1>
<p>Fast, extensible queue manager for Node<br/>
Typescript enabled scheduler with live update mechanism
</p>
Expand Down Expand Up @@ -31,7 +31,7 @@

&nbsp;
---
Made to be lightweight and fully customizable. Plug a database driver, write tasks and go.
Made to be lightweight and fully customizable. Plug a database driver, write tasks and run. Same operation for different databases.


### Features
Expand All @@ -52,11 +52,11 @@ Made to be lightweight and fully customizable. Plug a database driver, write tas
- [x] In-built memory storage

#### Incoming:
- [] Global operations
- [] Event handling
- [] Pause/resume—globally or locally.
- [] Retries.
- [] Concurrency management
- [ ] Global operations
- [ ] Event handling
- [ ] Pause/resume—globally or locally.
- [ ] Retries.
- [ ] Concurrency management
- ...and so much more
<br/>
Anyone can write a driver for any database or storage mechanism to work with Codic in managing schedules.
Expand Down

0 comments on commit 99ad973

Please sign in to comment.