Looking for reliable maintainer for json_server

View: New views
6 Messages — Rating Filter:   Alert me  

Looking for reliable maintainer for json_server

by Dmitri Gaskin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello everyone,

I just don't have time to maintain a module of mine -
http://drupal.org/project/json_server - would anyone please be so kind
as to step up and maintain it?

Thanks!

Dmitri

Re: Looking for reliable maintainer for json_server

by Iñaki Lopez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Dmitri, as long as you or other old maintainer keep an eye in the issue queue from time to time I will.

On Thu, Oct 8, 2009 at 4:34 AM, Dmitri G <dmitrig01@...> wrote:
Hello everyone,

I just don't have time to maintain a module of mine -
http://drupal.org/project/json_server - would anyone please be so kind
as to step up and maintain it?

Thanks!

Dmitri


hook_cron timeout

by luca capra :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

in a custom module I've implemented hook_cron, but after a call to
cron.php I get in watchdog a message about cron timeout. Need I to use
register_shutdown_function ?
Thank you.

Regards,
Luca

Re: hook_cron timeout

by Cameron Eagans :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

No. If the amount of work being done in hook_cron is enough to cause  
PHP to time out, you should probably break it up into smaller chunks  
and look at the Job Queue module (essentially create a list of things  
to do and have cron run a few items from that list on each cron run)

Hope that helps!
  ---
Cameron Eagans
Owner, Black Storms Studios, LLC.
http://www.blackstormsstudios.com

On Oct 9, 2009, at 8:41 AM, luca capra <luca.capra@...> wrote:

> Hi,
>
> in a custom module I've implemented hook_cron, but after a call to  
> cron.php I get in watchdog a message about cron timeout. Need I to  
> use register_shutdown_function ?
> Thank you.
>
> Regards,
> Luca

Re: hook_cron timeout

by Neil Hastings :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm not sure if the batch process that is built into core can be used with cron but you can try that  http://api.drupal.org/api/group/batch/6.

Cheers,
Neil

On Fri, Oct 9, 2009 at 10:34 AM, Cameron Eagans <cweagans@...> wrote:
No. If the amount of work being done in hook_cron is enough to cause PHP to time out, you should probably break it up into smaller chunks and look at the Job Queue module (essentially create a list of things to do and have cron run a few items from that list on each cron run)

Hope that helps!
 ---
Cameron Eagans
Owner, Black Storms Studios, LLC.
http://www.blackstormsstudios.com


On Oct 9, 2009, at 8:41 AM, luca capra <luca.capra@...> wrote:

Hi,

in a custom module I've implemented hook_cron, but after a call to cron.php I get in watchdog a message about cron timeout. Need I to use register_shutdown_function ?
Thank you.

Regards,
Luca


Re: hook_cron timeout

by Ken Rickard :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Batch API requires JavaScript and does not run during cron.

On Fri, Oct 9, 2009 at 10:39 AM, Neil Hastings <neil.hastings@...> wrote:

> I'm not sure if the batch process that is built into core can be used with
> cron but you can try that  http://api.drupal.org/api/group/batch/6.
>
> Cheers,
> Neil
>
> On Fri, Oct 9, 2009 at 10:34 AM, Cameron Eagans <cweagans@...> wrote:
>>
>> No. If the amount of work being done in hook_cron is enough to cause PHP
>> to time out, you should probably break it up into smaller chunks and look at
>> the Job Queue module (essentially create a list of things to do and have
>> cron run a few items from that list on each cron run)
>>
>> Hope that helps!
>>  ---
>> Cameron Eagans
>> Owner, Black Storms Studios, LLC.
>> http://www.blackstormsstudios.com
>>
>> On Oct 9, 2009, at 8:41 AM, luca capra <luca.capra@...> wrote:
>>
>>> Hi,
>>>
>>> in a custom module I've implemented hook_cron, but after a call to
>>> cron.php I get in watchdog a message about cron timeout. Need I to use
>>> register_shutdown_function ?
>>> Thank you.
>>>
>>> Regards,
>>> Luca
>
>



--
Ken Rickard
agentrickard@...
http://ken.therickards.com