Skip to content

Commit

Permalink
release(0.1.10): updated dependency + fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
isocroft committed Apr 21, 2020
1 parent 2c80577 commit 5f6ee19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ class SendEmail extends Job {
constructor(emailAddress, emailFrom, emailSubject, emailBody) {
super(arguments)

this.timeOut = 50; // seconds
this.retryCount = 3;
this.timeOut = 100; // seconds
this.retryCount = 0;
this.retryUntil = 200; // seconds
this.delayUntil = Date.parse('2038-01-19T03:14:08.000Z') // optional, omit this line if not required
}
Expand Down

0 comments on commit 5f6ee19

Please sign in to comment.