Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: twiny/wbot

Tags

v0.2.2

Toggle v0.2.2's commit message
wbot v0.2.2

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(crawler): fixing crawl functionality (#5)

## Motive

this MR to fix issue with the crawling functionallity of the bot. the issue was with default fetcher that was using the `http.Client` that and it will block if the request takes too long to respond. the fix was to use `http.Client` with a timeout and a custom transport that will limit the number of concurrent requests.

## Changes

- removed `OnError` Method.
- added zerolog logger.
- refactor metrics monitoring and add new metrics
- reverted to simple queue.
- timeout to HTTP client.
- update gitignore.

v0.1.6

Toggle v0.1.6's commit message
WBot v0.1.6

v0.1.5

Toggle v0.1.5's commit message
wbot v0.1.5

v0.1.4

Toggle v0.1.4's commit message
wbot v0.1.4