Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pyldin601 committed Feb 5, 2018
1 parent 02c6924 commit ac00451
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

## What?

I wrote this module to use in service where background jobs can take a lot of time. It supports resume progress during service restarts or redeployments.

This module ables you to create a chain of tasks (computations or actions) with ability to resume run state on restart.
Each task receives state of previous task (or initial state if it is first in chain) and must return action what to do next composed with new state.

Expand Down

0 comments on commit ac00451

Please sign in to comment.