0

I've started to have a problem today.

Everytime I run appcfg.py update . it updates 441 project files.
Even if I just modified 1 it will upload 442.

running appcfg.py update . twice will upload 441 files every time.

This is obviusly a problem because instead uploading a couple of files it is uploading a lot of them and taking a lot of time.

This is what I have tried:

  • Updated app engine launcher to it latest version
  • Rebooted
  • removed all files from the folder, download them again from git

nothing seems to work.

I even left only app.yaml and index.php and it uploaded both files every time, even if I do not change anything.

Ideas? thanks

Diego Sucaria
  • 314
  • 2
  • 12
  • btw, tried another module, different project, and it uploads all files too. – Diego Sucaria Sep 13 '16 at 02:10
  • same problem here. Was fine until today and now its uploading every single static file - uploads take forever. Other modules are instant. I'm about to set up another module and treat it as a CDN at this stage – DdD Sep 13 '16 at 07:59
  • Glad I am not crazy!! so it is something GAE side. – Diego Sucaria Sep 13 '16 at 13:05

2 Answers2

0

This is expected behavior. Uploading the files are always fast for me.

marcadian
  • 2,608
  • 13
  • 20
  • No, till yesterday, if I modify 1 file, it would upload that file only. Expected behaviour is to upload changed files only – Diego Sucaria Sep 13 '16 at 03:23
  • @DiegoSucaria: Hm, I didn't deploy for several months now, so things *might* have changed in the meantime, but in all my deployments so far **all** the files were uploaded - indicating marcadian's response would be correct. What's your expectation based on, do you have a pointer to some documentation indicating updates should be incremental only ? – Dan Cornilescu Sep 13 '16 at 16:50
  • @DanCornilescu I am basing on my own experience, I've been working on GAE during the last 6 months, and every time I deployed only the changed files were uploaded. This problem started yesterday – Diego Sucaria Sep 13 '16 at 17:53
0

it is fixed now.

At the moment of this answer, google seems to have fixed the issue.

Just tried to deploy and it only uploaded the modified files.

Diego Sucaria
  • 314
  • 2
  • 12