kaihendry / greptweet

Sane twitter backup and search
https://greptweet.com/
Other
76 stars 10 forks source link

Avoid 504 Gateway Time-out #44

Closed kaihendry closed 9 years ago

kaihendry commented 10 years ago

So currently we kick off a long running a process, which makes nginx croak.

We should be:

  1. kicking off a long running background process
  2. tailing that log file https://github.com/ukhas/js-logtail to give users feedback that greptweet is fetching
  3. redirect user once it's finished or show some error message