CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Reminders
Pages: 1 [2]

Author Topic: Reminders  (Read 4585 times)

BioBen

  • I’m new here
  • *
  • Posts: 4
  • Karma: 0
Re: Reminders
November 19, 2007, 11:16:34 am
What if we wanted to receive a reminder 45 minutes before the meeting/call?


Carlo Landmeter

  • I post occasionally
  • **
  • Posts: 31
  • Karma: 3
Re: Reminders
November 19, 2007, 11:40:42 am
45 min could be possible but then you need to run cron multiple time per hour.
In my case I let cron run ones an hour and I set notifications on a daily basis.
Now if cron wouldn't run the reminders function this time it would the next hour.
I'm not sure how Drupal will handle cron lets say every 5-10 minutes (I don't know what the load on the server will be if we use it too much). If you really want to run cron this many times I can try adding this feature to the module.

Carlo

BioBen

  • I’m new here
  • *
  • Posts: 4
  • Karma: 0
Re: Reminders
November 19, 2007, 01:53:21 pm
Carlo -
That may be a bit too load bearing.  I see what you mean.
We can stick with the one day notification for now.

Thanks again for the help.

speleo

  • Ask me questions
  • ****
  • Posts: 396
  • Karma: 28
  • CiviCRM version: 4.3.1
  • CMS version: J! 2.5,9
  • MySQL version: 5.1
  • PHP version: 5.3.24
Re: Reminders
November 20, 2007, 12:34:35 am
I would have thought that running this cron on a frequent basis wouldn't place any more load on a server than a regular SQL expression to load load a web page. Why not run it on a frequent basis?

Carlo Landmeter

  • I post occasionally
  • **
  • Posts: 31
  • Karma: 3
Re: Reminders
November 20, 2007, 12:38:52 am
Hi speleo,

It's not my module that will do the load but the other modules in drupal that depend on cron.
Every module inside drupal with the cron function will be run, so depending on the functions they perform will be the load on the server.

Carlo

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Reminders

This forum was archived on 2017-11-26.