Skip to content

pullrequests Search Results · repo:seasketch/geoprocessing language:TypeScript

Filter by

143 results
 (111 ms)

143 results

inseasketch/geoprocessing (press backspace or delete to remove)

Adding lots of additional linting rules pushing for more modern, readable, and performant code. Left a lot of rules as warnings.
  • twelch
  • Opened 
    yesterday
  • #355

This PR solves two issues: - it solves the circular dependency issue in a better way. Instead of keeping worker lambdas in the same stack as their parent, it puts all workder lambdas instead into ...
  • twelch
  • Opened 
    9 days ago
  • #353

💥This is a breaking change Implements a new algorithm for assigning geoprocessing and preprocessing functions to nested LambdaStack s. It ensures that worker functions are kept in the same stack as their ...
  • twelch
  • Opened 
    16 days ago
  • #352

  • twelch
  • Opened 
    21 days ago
  • #351

Add prettier and eslint to geoprocessing monorepo - resolve all errors and warnings Add prettier to base-project Add lint-staged to monorepo and base-project, narrowing the files linted to only stage files, ...
  • twelch
  • 1
  • Opened 
    23 days ago
  • #348

- [x] deleteTasks: retry if unprocessed items or throughput error - [x] tasks.complete: retry if unprocessed items or throughput error - [x] tasks.get: sort chunks by chunk ID before merging (was ...
  • twelch
  • Opened 
    26 days ago
  • #344

Workers caching their task results increases the number of dynamodb items per report run by significantly. If 1 gp function splits its work over 5 workers, then there s 5 times as many dynamodb items. ...
  • twelch
  • Opened 
    27 days ago
  • #342

When a user chooses to view reports for a SketchCollection, the SeaSketch platform passes the SketchProperties of the parent. It also now incudes an optional childProperties property to give access to ...
  • twelch
  • Opened 
    27 days ago
  • #341