Kiollpt
Kiollpt
### I got two problems: 1 . Get `SpidermonHistory Validation/Expected number of items extracted... ERROR.` ( already config STATS_CLASS on hub) ``` python spider = self.data["spider"] print(spider.stats_history) ``` 2. I...
I can not create twitter connector [https://drive.google.com/file/d/1lX1dhQom_tnzgV-ahyrpVnfcH3IaUpf5/view?usp=sharing](url)
I don't why i can't use it Is there place that i can check my quota If i do over the limit of request where i can upgrade my account
### main ```java ExecutorService executorService = Executors.newFixedThreadPool(2); executorService.submit(new CakeEater(lockClient, "User 1", 20000)); executorService.submit(new CakeEater(lockClient, "User 2",10000)); ``` ### CakeEater ```java static class CakeEater implements Runnable { private final AmazonDynamoDBLockClient lockClient;...