We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555282a commit 7dffa2cCopy full SHA for 7dffa2c
2 files changed
README.md
@@ -1,5 +1,5 @@
1
# Samurai
2
-Tracker unit
+Bot for scrapping information about application from Google Play or AppStore.
3
4
/|
5
/'||
@@ -58,3 +58,10 @@ Tracker unit
58
""==%%%%%%%$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$SV"
59
$$$$$$$$$$$$$$$$$$$$====""""
60
"""""""""~~~~
61
+## Config
62
+
63
+This app works in two modes.
64
65
+### Google Play Tool
66
67
+This mode scrap information from google play and has few params
internal/pkg/executor/executor.go
@@ -63,7 +63,7 @@ func (w *Samurai) Tick(ctx context.Context) error {
roptions := []retry.Option{
retry.WithContext(ctx),
retry.WithFactor(1.3),
- retry.WithMaxAttempts(10),
+ retry.WithMaxAttempts(4),
retry.WithMaxRetryTime(time.Minute * 2),
68
}
69
0 commit comments