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 »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Separate Cron Runs/Manual CiviCRM Send button?
Pages: [1]

Author Topic: Separate Cron Runs/Manual CiviCRM Send button?  (Read 1821 times)

rflemin

  • I post occasionally
  • **
  • Posts: 73
  • Karma: 2
    • DCRCA (DC Recovery Community Alliance)
  • CiviCRM version: 3.3
  • CMS version: Drupal 6.26
  • MySQL version: 5.1.26
  • PHP version: 5.2.6
Separate Cron Runs/Manual CiviCRM Send button?
May 04, 2010, 07:31:48 am
I just got CiviMail set up and I love it, BUT.... I can only Submit the mailing for actual transmission at the next Cron run. I've got cron set to run every eight hours (to update an RSS feed) and I don't want to burden my server with frequent cron jobs. But I want my mailings to go out NOW, if not yesterday. I can think of two ways around this:
1) Is it possible to have separate cron jobs? (I suspect not)[/li][/list]
2) I know I can force a mailing by going to "http://www.mysite.org/index.php?q=civicrm/mailing/queue&reset=1", which I have stored as a Firefox bookmark. Would it be possible (or is it there and I don't see it) to have a button for "Send Now" which is just a hyperlink to "http://www.mysite.org/index.php?q=civicrm/mailing/queue&reset=1"

If not, it's not all that burdensome to hit the bookmark - I could even put it in the Bookmark Toolbar - but maybe in the next CiviMail upgrade?

Kiran Jagtap

  • Ask me questions
  • ****
  • Posts: 533
  • Karma: 51
Re: Separate Cron Runs/Manual CiviCRM Send button?
May 04, 2010, 07:41:49 am
IMO there are only two ways, to process scheduled mailings -

1. Wait for cron to process as per time/schedule of cron run.
2. Force to process scheduled mailing w/  'q=civicrm/mailing/queue&reset=1'

kiran
You Are Designed To Choose... Defined By Choice.

rflemin

  • I post occasionally
  • **
  • Posts: 73
  • Karma: 2
    • DCRCA (DC Recovery Community Alliance)
  • CiviCRM version: 3.3
  • CMS version: Drupal 6.26
  • MySQL version: 5.1.26
  • PHP version: 5.2.6
Re: Separate Cron Runs/Manual CiviCRM Send button?
May 24, 2010, 01:17:32 pm
Thanks for the response. Maybe I will change the timing on my Cron file. I'm not asking it to do much, so doing it more often should not be a burden on the server.

BE55Roberts

  • Guest
Re: Separate Cron Runs/Manual CiviCRM Send button?
June 06, 2010, 03:49:38 am
You could always use your server operating system to invoke another cron job. For example, under Linux:

crontab -l

Shows you the jobs in the Linux scheduler.

crontab -e

Allows you to edit the schedule, but be careful about doing this. A good explanation for how this works can be found at:
http://www.linuxhomenetworking.com/forums/showthread.php/18761-Crontab-Scheduling-tasks.

So you can have a separate cron task for your emails.

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Separate Cron Runs/Manual CiviCRM Send button?
June 06, 2010, 05:16:23 am
Quote from: rflemin on May 24, 2010, 01:17:32 pm
Thanks for the response. Maybe I will change the timing on my Cron file. I'm not asking it to do much, so doing it more often should not be a burden on the server.

It's doing very little, relatively speaking, and I would think that it's not a burden in the least. For a normal server anyhow.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Separate Cron Runs/Manual CiviCRM Send button?

This forum was archived on 2017-11-26.