Commit 7dffa2c 1 parent 555282a commit 7dffa2c Copy full SHA for 7dffa2c
File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Samurai
2
- Tracker unit
2
+ Bot for scrapping information about application from Google Play or AppStore.
3
3
4
4
/|
5
5
/'||
@@ -58,3 +58,10 @@ Tracker unit
58
58
""==%%%%%%%$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$SV"
59
59
$$$$$$$$$$$$$$$$$$$$====""""
60
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
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ func (w *Samurai) Tick(ctx context.Context) error {
63
63
roptions := []retry.Option {
64
64
retry .WithContext (ctx ),
65
65
retry .WithFactor (1.3 ),
66
- retry .WithMaxAttempts (10 ),
66
+ retry .WithMaxAttempts (4 ),
67
67
retry .WithMaxRetryTime (time .Minute * 2 ),
68
68
}
69
69
You can’t perform that action at this time.
0 commit comments