You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To search a new tweet we scheduling a new function call every 30 minutes.
In this search process we are looking for the first 3 timeframes (week, day, month), and after this every timeframe for every trending (!) language.
If no repository can be found no new search process will be scheduled.
Here is a log:
2015/08/24 00:24:16 Getting projects for timeframe weekly
2015/08/24 00:24:17 Getting projects for timeframe daily
2015/08/24 00:24:17 Getting projects for timeframe monthly
2015/08/24 00:24:18 Getting projects for timeframe weekly and language ruby
2015/08/24 00:24:19 Getting projects for timeframe daily and language ruby
2015/08/24 00:24:19 Getting projects for timeframe monthly and language ruby
2015/08/24 00:24:20 Getting projects for timeframe weekly and language javascript
2015/08/24 00:24:20 Getting projects for timeframe daily and language javascript
2015/08/24 00:24:21 Getting projects for timeframe monthly and language javascript
2015/08/24 00:24:21 Getting projects for timeframe weekly and language php
2015/08/24 00:24:22 Getting projects for timeframe daily and language php
2015/08/24 00:24:22 Getting projects for timeframe monthly and language php
2015/08/24 00:24:23 Getting projects for timeframe weekly and language python
2015/08/24 00:24:23 Getting projects for timeframe daily and language python
2015/08/24 00:24:23 Getting projects for timeframe monthly and language python
2015/08/24 00:24:24 Getting projects for timeframe weekly and language c
2015/08/24 00:24:33 Getting projects for timeframe daily and language c
2015/08/24 00:24:33 Getting projects for timeframe monthly and language c
2015/08/24 00:24:34 Getting projects for timeframe weekly and language unknown
2015/08/24 00:24:35 Getting projects for timeframe daily and language unknown
2015/08/24 00:24:35 Getting projects for timeframe monthly and language unknown
2015/08/24 00:24:36 Getting projects for timeframe weekly and language css
2015/08/24 00:24:36 Getting projects for timeframe daily and language css
2015/08/24 00:24:37 Getting projects for timeframe monthly and language css
2015/08/24 00:24:37 Getting projects for timeframe weekly and language java
2015/08/24 00:24:38 Getting projects for timeframe daily and language java
2015/08/24 00:24:38 Getting projects for timeframe monthly and language java
The text was updated successfully, but these errors were encountered:
To search a new tweet we scheduling a new function call every 30 minutes.
In this search process we are looking for the first 3 timeframes (week, day, month), and after this every timeframe for every trending (!) language.
If no repository can be found no new search process will be scheduled.
Here is a log:
The text was updated successfully, but these errors were encountered: