Skip to content

Commit

Permalink
initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
brevans authored May 12, 2020
1 parent f7bd3b6 commit 1c0255a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dSQ adds a few nice features on top of job arrays:
* dSQAutopsy can create a new job file that has only the jobs that didn't complete from your last run.
* All you need is Python 2.7+, or Python 3.

dSQ is _not_ recommended for situations where the initialiazation of the job takes most of its execution time and it is re-usable. These situations are much better handled by a worker-based job handler.
dSQ is _not_ recommended for situations where the initialization of the job takes most of its execution time and it is re-usable. These situations are much better handled by a worker-based job handler.

## Step 1: Create Your Job File

Expand Down

0 comments on commit 1c0255a

Please sign in to comment.