| |||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
| New Member Posts: 26 Join Date: Feb 2007 Location: Chicago | Cron variables -
11-08-2007, 03:00 PM
Hi I use curl for my cron scheduled tasks but I got some strange behavior curl -s http://mysuportsite/cron/index.php doesn't work curl -s http://mysuportsite/cron/index.php?_t=parser works So I'm trying to set one cron task for each scheduled task For now I set */10 * * * * curl -s http://mysuportsite/cron/index.php?_t=parser */30 * * * * curl -s http://mysuportsite/cron/index.php?_t=tickets */10 * * * * curl -s http://mysuportsite/cron/index.php?_t=ticketfollowup But I don't know other variables for: Hourly System Cleanup Daily System Cleanup Mail Parser Cleanup Any help with those missing variables? Thanks in advance |
| | |
(#2)
|
| Senior Member Posts: 7,541 Join Date: Jun 2005 Location: Cumbria, UK |
11-08-2007, 03:58 PM
/cron/index.php is what you need to set for the cleanup stuff.
Click here for Kayako Software Development My Addons: BlackBerry Ticket Client for Kayako - Windows Mobile Live Support Client for Kayako |
| | |
(#3)
|
(#4)
|
| Senior Member Posts: 7,541 Join Date: Jun 2005 Location: Cumbria, UK |
11-08-2007, 07:13 PM
The idea is you schedule that for every 5 mins and control the actual functions from within the Admin Control Panel.
Click here for Kayako Software Development My Addons: BlackBerry Ticket Client for Kayako - Windows Mobile Live Support Client for Kayako |
| | |
(#5)
|
![]() |
| Tags |
| cron, variables |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cron Jobs, Piping, NO Luck - Any Assitance Appreciated | breamteam | E-mail Piping Issues | 0 | 22-11-2005 04:08 PM |