On Sun, Jun 11, 2017 at 1:44 PM, John D. Ament <john.d.am...@gmail.com> wrote:
>>
>> If the sum total of running all of the cron jobs is multiple minutes
>> of elapsed time, running this list of programs every time in order to
>> reduce the time window where data is out of sync seems like overkill.
>> It may also result in the one item that you are looking for to run to
>> actually be run later than expected.  I'm also concerned a bit about
>> these scripts possibly running at the same time as the cron jobs.
>>
> Agreed.  We want deployments to be fast.  Low downtime.  Do we bounce
> apache on deploy? I didn't see anything.

Apache httpd is only bounced when things like its configuration files change.

No bounce is required for CGI scripts.

Individual passenger applications are restarted when the code for that
application changes.  This is done in the Rakefile.

- Sam Ruby

Reply via email to