| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
| New Member Posts: 24 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: 5,573 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. Icon Headquarters - Its Elixir - Web2Messenger |
| | |
(#3)
|
(#4)
|
| Senior Member Posts: 5,573 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. Icon Headquarters - Its Elixir - Web2Messenger |
| | |
(#5)
|
![]() |
| Tags |
| cron, variables |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Templates and URL variables | Arinaya | SupportSuite, eSupport and LiveResponse | 0 | 24-06-2006 10:23 PM |
| cron for auto close? | sgwebb | SupportSuite, eSupport and LiveResponse | 2 | 10-04-2006 04:18 AM |
| Cron Jobs, Piping, NO Luck - Any Assitance Appreciated | breamteam | E-mail Piping Issues | 0 | 22-11-2005 04:08 PM |