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
Fix: Jobs sometimes run until max tries hit without hitting laravel's failure method'
Now referencing the AWS Batch provided AWS_BATCH_JOB_ATTEMPT environment variable
to get job try count. Fall back to the db retry count if the environment variable
doest not exist.
0 commit comments