[google-appengine] Re: Cron Trouble

2009-06-26 Thread Rafael Griffo Goes

Fixed changing   every day 06:00 (UTC) to   every day 05:00 (UTC)

On Jun 21, 6:46 pm, Rafael Griffo Goes  wrote:
> Same problem here appId: naval-war
>
>         every day 06:00 (UTC)
> Hasn't run yet
>
> for a couple of days already
>
> I'll try putting other cron entries and changing this to see if get
> fixed
>
> On Jun 11, 7:54 pm, frog  wrote:
>
> > It seems I have same problem. app ID: wea-srv
>
> > I set up to run scripts every 5 and 6 minutes, but it doesn't work
> > ("Hasn't run yet") already at least for 6-8 hours.
>
> > On May 15, 9:52 pm, "Jason (Google)"  wrote:
>
> > > Hi Alex. Can you share your app ID so I can take a closer look?
>
> > > Thanks,
> > > - Jason
>
> > > On Tue, May 12, 2009 at 3:12 PM, d43m0n  wrote:
>
> > > > The short story:
> > > >  It doesn't work!
>
> > > > The long story:
>
> > > > From dashboard :
> > > > /cron/report - daily mail report - every day 16:30 (UTC) - Hasn't run
> > > > yet
>
> > > > The cron job was created and uploaded 3 days ago. Last update (though
> > > > I didn't really change anything about the cron job, just shows up on
> > > > admin logs) was 1 day ago.
>
> > > > app.yaml
> > > > ...
> > > > - url: /cron/report
> > > >  script: cron_report.py
> > > >  login: admin
> > > > ...
>
> > > > cron.yaml
> > > > cron:
> > > > - description: daily mail report
> > > >  url: /cron/report
> > > >  schedule: every day 16:30
>
> > > > The webapp's authentication is configured to only work with users from
> > > > a certain Google Apps domain. The cron script (cron_report.py) works
> > > > perfectly, and has been tested on live version by simply accessing the
> > > > url, but as the dashboard says, it hasn't run yet.
>
> > > > Can anyone help ?
>
> > > > Thanks
> > > > Alex
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Cron Trouble

2009-06-21 Thread Rafael Griffo Goes

Same problem here appId: naval-war

every day 06:00 (UTC)
Hasn't run yet

for a couple of days already

I'll try putting other cron entries and changing this to see if get
fixed

On Jun 11, 7:54 pm, frog  wrote:
> It seems I have same problem. app ID: wea-srv
>
> I set up to run scripts every 5 and 6 minutes, but it doesn't work
> ("Hasn't run yet") already at least for 6-8 hours.
>
> On May 15, 9:52 pm, "Jason (Google)"  wrote:
>
> > Hi Alex. Can you share your app ID so I can take a closer look?
>
> > Thanks,
> > - Jason
>
> > On Tue, May 12, 2009 at 3:12 PM, d43m0n  wrote:
>
> > > The short story:
> > >  It doesn't work!
>
> > > The long story:
>
> > > From dashboard :
> > > /cron/report - daily mail report - every day 16:30 (UTC) - Hasn't run
> > > yet
>
> > > The cron job was created and uploaded 3 days ago. Last update (though
> > > I didn't really change anything about the cron job, just shows up on
> > > admin logs) was 1 day ago.
>
> > > app.yaml
> > > ...
> > > - url: /cron/report
> > >  script: cron_report.py
> > >  login: admin
> > > ...
>
> > > cron.yaml
> > > cron:
> > > - description: daily mail report
> > >  url: /cron/report
> > >  schedule: every day 16:30
>
> > > The webapp's authentication is configured to only work with users from
> > > a certain Google Apps domain. The cron script (cron_report.py) works
> > > perfectly, and has been tested on live version by simply accessing the
> > > url, but as the dashboard says, it hasn't run yet.
>
> > > Can anyone help ?
>
> > > Thanks
> > > Alex
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Cron Trouble

2009-06-11 Thread frog

It seems I have same problem. app ID: wea-srv

I set up to run scripts every 5 and 6 minutes, but it doesn't work
("Hasn't run yet") already at least for 6-8 hours.

On May 15, 9:52 pm, "Jason (Google)"  wrote:
> Hi Alex. Can you share your app ID so I can take a closer look?
>
> Thanks,
> - Jason
>
> On Tue, May 12, 2009 at 3:12 PM, d43m0n  wrote:
>
> > The short story:
> >  It doesn't work!
>
> > The long story:
>
> > From dashboard :
> > /cron/report - daily mail report - every day 16:30 (UTC) - Hasn't run
> > yet
>
> > The cron job was created and uploaded 3 days ago. Last update (though
> > I didn't really change anything about the cron job, just shows up on
> > admin logs) was 1 day ago.
>
> > app.yaml
> > ...
> > - url: /cron/report
> >  script: cron_report.py
> >  login: admin
> > ...
>
> > cron.yaml
> > cron:
> > - description: daily mail report
> >  url: /cron/report
> >  schedule: every day 16:30
>
> > The webapp's authentication is configured to only work with users from
> > a certain Google Apps domain. The cron script (cron_report.py) works
> > perfectly, and has been tested on live version by simply accessing the
> > url, but as the dashboard says, it hasn't run yet.
>
> > Can anyone help ?
>
> > Thanks
> > Alex
>
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Cron Trouble

2009-06-11 Thread Kyle Jensen

Ditto -- cron is not running for me

On Jun 11, 3:27 pm, Brian  wrote:
> My cron jobs have stopped running for no apparent reason. I have not
> changed the apps, and when I go to view cron status in the console it
> shows that it has not tried to run them. This has been the case for
> over a day now.
>
> Appid is wwlapi
>
> On May 15, 10:52 am, "Jason (Google)"  wrote:
>
> > Hi Alex. Can you share your app ID so I can take a closer look?
>
> > Thanks,
> > - Jason
>
> > On Tue, May 12, 2009 at 3:12 PM, d43m0n  wrote:
>
> > > The short story:
> > >  It doesn't work!
>
> > > The long story:
>
> > > From dashboard :
> > > /cron/report - daily mail report - every day 16:30 (UTC) - Hasn't run
> > > yet
>
> > > The cron job was created and uploaded 3 days ago. Last update (though
> > > I didn't really change anything about the cron job, just shows up on
> > > admin logs) was 1 day ago.
>
> > > app.yaml
> > > ...
> > > - url: /cron/report
> > >  script: cron_report.py
> > >  login: admin
> > > ...
>
> > > cron.yaml
> > > cron:
> > > - description: daily mail report
> > >  url: /cron/report
> > >  schedule: every day 16:30
>
> > > The webapp's authentication is configured to only work with users from
> > > a certain Google Apps domain. The cron script (cron_report.py) works
> > > perfectly, and has been tested on live version by simply accessing the
> > > url, but as the dashboard says, it hasn't run yet.
>
> > > Can anyone help ?
>
> > > Thanks
> > > Alex
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Cron Trouble

2009-06-11 Thread Brian

My cron jobs have stopped running for no apparent reason. I have not
changed the apps, and when I go to view cron status in the console it
shows that it has not tried to run them. This has been the case for
over a day now.

Appid is wwlapi

On May 15, 10:52 am, "Jason (Google)"  wrote:
> Hi Alex. Can you share your app ID so I can take a closer look?
>
> Thanks,
> - Jason
>
> On Tue, May 12, 2009 at 3:12 PM, d43m0n  wrote:
>
> > The short story:
> >  It doesn't work!
>
> > The long story:
>
> > From dashboard :
> > /cron/report - daily mail report - every day 16:30 (UTC) - Hasn't run
> > yet
>
> > The cron job was created and uploaded 3 days ago. Last update (though
> > I didn't really change anything about the cron job, just shows up on
> > admin logs) was 1 day ago.
>
> > app.yaml
> > ...
> > - url: /cron/report
> >  script: cron_report.py
> >  login: admin
> > ...
>
> > cron.yaml
> > cron:
> > - description: daily mail report
> >  url: /cron/report
> >  schedule: every day 16:30
>
> > The webapp's authentication is configured to only work with users from
> > a certain Google Apps domain. The cron script (cron_report.py) works
> > perfectly, and has been tested on live version by simply accessing the
> > url, but as the dashboard says, it hasn't run yet.
>
> > Can anyone help ?
>
> > Thanks
> > Alex
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Cron Trouble

2009-05-15 Thread 'Αλκης Ευλογημένος
I spent some time debugging this with Alex. We looked at the logs and indeed
there were no requests on the app to the cron url when he had the "every day
16:30" setting. So we changed to to "every minute", we saw it working, then
again to "every day XX:XX" and it worked. It seems that the first cron
setting that went in didn't work but after changing it, it did. The weird
part is that the original "every day 16:30" cron setting had an entry in the
admin console but was "Hasn't run yet" state for 2 days. The app id is
giefmats if you want to investigate.

On Fri, May 15, 2009 at 7:52 PM, Jason (Google)  wrote:

> Hi Alex. Can you share your app ID so I can take a closer look?
>
> Thanks,
> - Jason
>
>
> On Tue, May 12, 2009 at 3:12 PM, d43m0n  wrote:
>
>>
>> The short story:
>>  It doesn't work!
>>
>> The long story:
>>
>> From dashboard :
>> /cron/report - daily mail report - every day 16:30 (UTC) - Hasn't run
>> yet
>>
>> The cron job was created and uploaded 3 days ago. Last update (though
>> I didn't really change anything about the cron job, just shows up on
>> admin logs) was 1 day ago.
>>
>> app.yaml
>> ...
>> - url: /cron/report
>>  script: cron_report.py
>>  login: admin
>> ...
>>
>> cron.yaml
>> cron:
>> - description: daily mail report
>>  url: /cron/report
>>  schedule: every day 16:30
>>
>> The webapp's authentication is configured to only work with users from
>> a certain Google Apps domain. The cron script (cron_report.py) works
>> perfectly, and has been tested on live version by simply accessing the
>> url, but as the dashboard says, it hasn't run yet.
>>
>> Can anyone help ?
>>
>> Thanks
>> Alex
>>
>>
>>
>
> >
>


-- 

Alkis

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Cron Trouble

2009-05-15 Thread Jason (Google)
Hi Alex. Can you share your app ID so I can take a closer look?

Thanks,
- Jason

On Tue, May 12, 2009 at 3:12 PM, d43m0n  wrote:

>
> The short story:
>  It doesn't work!
>
> The long story:
>
> From dashboard :
> /cron/report - daily mail report - every day 16:30 (UTC) - Hasn't run
> yet
>
> The cron job was created and uploaded 3 days ago. Last update (though
> I didn't really change anything about the cron job, just shows up on
> admin logs) was 1 day ago.
>
> app.yaml
> ...
> - url: /cron/report
>  script: cron_report.py
>  login: admin
> ...
>
> cron.yaml
> cron:
> - description: daily mail report
>  url: /cron/report
>  schedule: every day 16:30
>
> The webapp's authentication is configured to only work with users from
> a certain Google Apps domain. The cron script (cron_report.py) works
> perfectly, and has been tested on live version by simply accessing the
> url, but as the dashboard says, it hasn't run yet.
>
> Can anyone help ?
>
> Thanks
> Alex
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Cron Trouble

2009-05-13 Thread d43m0n

Sorry for double post, I didn't realize google's "momentarily" would
take about 20 hours :)

On May 13, 1:52 pm, d43m0n  wrote:
> The short story:
>   It doesn't work!
>
> The long story:
>
> From dashboard : /cron/report - daily mail report - every day 16:30
> (UTC) - Hasn't run yet
>
> app.yaml
> ...
> handlers:
> - url: /cron/report
>   script: cron_report.py
>   login: admin
> ...
>
> cron.yaml
> cron:
> - description: daily mail report
>   url: /cron/report
>   schedule: every day 16:30
>
> The webapp's authentication is configured to work with users from a
> certain google apps domain. The cron_report.py script was tested on
> live version and works perfectly when called by the url, but as the
> dashboard says it hasn't run yet. It was first created 4 days ago, and
> last updated 2 days ago (the webapp, not the cron job itself, but the
> job shows up in admin logs).
>
> Can anyone help ?
> Thanks, Alex
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---