Skip to content

Commit 34fd76c

Browse files
author
Denis Mysenko
committed
r Readme update
2 parents 814cd32 + 7e1394f commit 34fd76c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ $app->register(Dusterio\AwsWorker\Integrations\LumenServiceProvider::class);
120120
If your job fails, we will throw a ```FailedJobException```. If you want to customize error output – just customise your exception handler.
121121
Note that your HTTP status code must be different from 200 in order for AWS to realize the job has failed.
122122

123+
## ToDo
124+
125+
1. Add support for AWS dead letter queue (retry jobs from that queue?)
126+
123127
## Implications
124128

125129
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.

0 commit comments

Comments
 (0)