|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Cron Job
Hey, could you help me?
I'm just trying to set up cron job at one of my server and it looks like it installed successfully, but it do not work Cron Job file: Code:
# Scheduler * * * * * http://****.com/cron/auctions/findpending/ Maybe I did something wrong? How can I find log files for the Cron? |
|
#2
|
||||
|
||||
|
Quote:
__________________
# Jeremy Explain your problem instead of asking how to do what you decided was the solution. |
|
#3
|
|||
|
|||
|
Quote:
So, if I'll launch this page via cron job and via web browser, is this cron job quit (close) from web browser after execution will complete. I'v ask because this script will run each 1 minute and it can take some CPU and memory resources? What you think about it? Is recurrence like this will critical? |
|
#4
|
||||
|
||||
|
I think you need to write the script to run locally instead of on the remote server, or, set the cron job up on the remote server.
|
|
#5
|
|||
|
|||
|
Quote:
I'v run it locally, at the same server. I just need to send request to this URL each minute and wait while it respond with 200 status. So, is it best way to solve my problem? Code:
# Scheduler * * * * * /usr/local/bin/lynx http://domain.com/cron/auctions/findpending/ |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > Cron Job |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|