Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dusterio authored Jun 23, 2016
1 parent 897d812 commit 7e1394f
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 @@ -115,6 +115,10 @@ So that's it - if you (or AWS) hits ```/worker/queue```, Laravel will process on
$app->register(Dusterio\AwsWorker\Integrations\LumenServiceProvider::class);
```

## 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 7e1394f

Please sign in to comment.