integrations / integrations/snappydoo
Allow user to specify retry limit
Open
- Dominant language
- JavaScript
- Stars
- 13
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
In snappydoo config
package.json
```
{
"snappydoo": {
"in": "/some/path",
"out": "/some/path",
"retry": // number of times to retry if a message didn't load. Default: 1
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.