launching cron job programmatically
Posted by: FreemanNg
Posted on: 2009-10-04 15:48:00
Is there a way to programmatically launch a cron job script in a way that still uses the locking feature, so that it won't interfere with any scheduled run of the script that might already be executing and vice versa? (The situation is that I have a cron job that I'd occasionally like to force a run of in response to some user action on my site.) A Ruby specific answer would be nice, but not necessary. Thanks.