Fixed POST /jobs no longer throws 500 fordecimal.Inexact errors, fixes #444 start_exectuion.py will now submit at most 400 step function executions per run. Resolves an issue where no executions would be started when many PENDING jobs were available for submission
Changed AWS Batch jobs are now retried twice, once after 10 minutes and once after 60 minutes, to r...
Changed The logs attribute in GET /jobs responses is now only populated for FAILED jobs, and will b...
Changed Jobs are now assigned a priority attribute when submitted. priority is calculated based on ...
Fixed POST /jobs no longer throws 500 fordecimal.Inexact errors, fixes #444 start_exectuion.py will...
Fixed Fix how we fetch jobs that are waiting for step function execution, so that we actually start...
Changed Batches of step function executions are now started in parallel using a manager to launch o...
Fixed Modified start_execution_manager to submit no more than 2 batches of 300 jobs, in order to re...
Fixed Resolved HTTP 500 error when submitting jobs with a resolution with decimal precision (e.g. 3...
Fixed GET /jobs requests now accept name parameters up to 100 characters. Fixes #1019
Fixed Reduced start-execution-worker concurrency to address AWS Batch Too Many Requests errors. Fix...
Added POST /jobs now accepts a validate_only key at root level, set to true to skip submitting jobs...
Added Added Code of Conduct and Contributing Guidelines Changed MonthlyJobQuotaPerUser stack para...
Fixed Limited the number of jobs a subscription can send at a time to avoid timing out. Fixes #794....
Fixed POST /jobs no longer allows users to submit a job of one job_type with the parameters of anot...
Changed AWS Batch jobs are now retried twice, once after 10 minutes and once after 60 minutes, to r...
Changed The logs attribute in GET /jobs responses is now only populated for FAILED jobs, and will b...
Changed Jobs are now assigned a priority attribute when submitted. priority is calculated based on ...
Fixed POST /jobs no longer throws 500 fordecimal.Inexact errors, fixes #444 start_exectuion.py will...
Fixed Fix how we fetch jobs that are waiting for step function execution, so that we actually start...
Changed Batches of step function executions are now started in parallel using a manager to launch o...
Fixed Modified start_execution_manager to submit no more than 2 batches of 300 jobs, in order to re...
Fixed Resolved HTTP 500 error when submitting jobs with a resolution with decimal precision (e.g. 3...
Fixed GET /jobs requests now accept name parameters up to 100 characters. Fixes #1019
Fixed Reduced start-execution-worker concurrency to address AWS Batch Too Many Requests errors. Fix...
Added POST /jobs now accepts a validate_only key at root level, set to true to skip submitting jobs...
Added Added Code of Conduct and Contributing Guidelines Changed MonthlyJobQuotaPerUser stack para...
Fixed Limited the number of jobs a subscription can send at a time to avoid timing out. Fixes #794....
Fixed POST /jobs no longer allows users to submit a job of one job_type with the parameters of anot...
Changed AWS Batch jobs are now retried twice, once after 10 minutes and once after 60 minutes, to r...
Changed The logs attribute in GET /jobs responses is now only populated for FAILED jobs, and will b...
Changed Jobs are now assigned a priority attribute when submitted. priority is calculated based on ...