Scheduling » History » Version 1
Anonymous, 09/14/2007 11:10 AM
1 | 1 | Anonymous | = Scheduling = |
---|---|---|---|
2 | 1 | Anonymous | Jobs, tasks, and requests must be checked periodically if their status has changed and there is action necessary to be done. |
3 | 1 | Anonymous | E.g.: After a certain period of time, given in ''/home/procksi/latest/conf/main.ini'', sessions and requests expire and must be deleted. |
4 | 1 | Anonymous | |
5 | 1 | Anonymous | Edit ''procksi's'' crontab file taking effect for the ''latest'' and ''test'' version: |
6 | 1 | Anonymous | {{{ |
7 | 1 | Anonymous | crontab -e |
8 | 1 | Anonymous | 0-59/1 * * * * /home/procksi/latest/cron/check_sessions.sh |
9 | 1 | Anonymous | 1-59/1 * * * * /home/procksi/latest/cron/check_tasks.sh |
10 | 1 | Anonymous | 2-59/1 * * * * /home/procksi/latest/cron/check_requests.sh |
11 | 1 | Anonymous | }}} |
12 | 1 | Anonymous | |
13 | 1 | Anonymous | Analogously for ''/home/procksi/test''. |