Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 317 forks source link

SCUMBLR landing page taking too long to load #180

Closed berry2012 closed 7 years ago

berry2012 commented 7 years ago

Hi All, Is this project up to date? I managed to deploy scumblr on my ubuntu.

ruby -v ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux] rails -v Rails 4.2.6

Got this error when I did rake rake db:create [DEPRECATION] last_comment is deprecated. Please use last_description instead.

I proceeded and from the Scumblr root folder: redis-server & bundle exec sidekiq -l log/sidekiq.log & bundle exec rails s -b 0.0.0.0 &

The web page keeps loading and loading and takes so long without fully loading.

screen shot 2017-05-03 at 3 53 39 pm

screen shot 2017-05-03 at 3 56 57 pm

sbehrens commented 7 years ago

Hi @berry2012 ,

[DEPRECATION] last_comment is deprecated. Please use last_description instead.

That's just a warning not an error.

Can you send us a screenshot of the developer console when the page isn't loading? That may help us identify the issue.

berry2012 commented 7 years ago

Hi @sbehrens

I had to leave the system for about 1 hour and everything seems to be loading fine now.

screen shot 2017-05-03 at 5 17 28 pm

I want to proceed with the documentations in creating tasks etc

Thanks

sbehrens commented 7 years ago

Are you still seeing this issue?