Skip to content

Commit

Permalink
r Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Mysenko committed Jul 1, 2016
2 parents 814cd32 + 7e1394f commit 34fd76c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ $app->register(Dusterio\AwsWorker\Integrations\LumenServiceProvider::class);
If your job fails, we will throw a ```FailedJobException```. If you want to customize error output – just customise your exception handler.
Note that your HTTP status code must be different from 200 in order for AWS to realize the job has failed.

## ToDo

1. Add support for AWS dead letter queue (retry jobs from that queue?)

## Implications

Note that AWS cron doesn't promise 100% time accuracy. Since cron tasks share the same queue with other jobs, your scheduled tasks may be processed later than expected.
Expand Down

0 comments on commit 34fd76c

Please sign in to comment.