integrations / snappydoo

Turns Jest snapshots into Slack message builder screenshots
12 stars 7 forks source link

Configure concurrent processed and limit with bottleneck #2

Closed wilhelmklopp closed 6 years ago

wilhelmklopp commented 6 years ago

User should be able to specify the limit Default should probably be 2 but will require more testing

{
  "snappydoo": {
    "in": "/some/path",
    "out": "/some/path",
    "limit": 4
  }
}
wilhelmklopp commented 6 years ago

Fixed by #6