You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your job fails, we will throw a ```FailedJobException```. If you want to customize error output – just customise your exception handler.
121
121
Note that your HTTP status code must be different from 200 in order for AWS to realize the job has failed.
122
122
123
+
## ToDo
124
+
125
+
1. Add support for AWS dead letter queue (retry jobs from that queue?)
126
+
123
127
## Implications
124
128
125
129
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