Not sure if it's an update or something but I have have 2 F4 instances running on the standard environment(java app) at the moment.Now I haven't done one single request in the past 12hrs but my frontend instance usage is at 64.02hrs for today !! I thought the usage only increases when requests are being done. Did something change ? I'm still on the 1 year free tier(I have about 90 days left)
Content of my config file :
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<runtime>java8</runtime>
<threadsafe>true</threadsafe>
<instance-class>F4</instance-class>
<automatic-scaling>
<min-instances>1</min-instances>
<max-instances>3</max-instances>
<min-idle-instances>1</min-idle-instances>
</automatic-scaling>
<env-variables>
<env-var name="BUCKET_NAME" value="sydro_business_images" />
</env-variables>
</appengine-web-app>