Skip to content

Commit c577241

Browse files
Lea Savageadorton-adobe
authored andcommitted
Add additional guidelines to the scheduling page
1 parent 7dbd9f3 commit c577241

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/en/success-guide/scheduling.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Check the documentation on the windows task scheduler (help schtasks) for more d
3333

3434
Note that often when setting up scheduled tasks, commands that work from the command line do not work in the scheduled task because the current directory or user id is different. It is a good idea to run one of the test mode commands (described in the "Make a Test Run" section) the first time you try the scheduled task.
3535

36+
When scheduling your task please limit your sync to once a day and consider a time that works best for you, taking into consideration other timezones and clients.
37+
3638

3739
## Setting Up Scheduled Run on Unix-Based Systems
3840

@@ -45,14 +47,15 @@ First, create a shell script with the invocation of user-sync piped to a scan to
4547

4648
You need to fill in your specific User Sync command line options and the email address to which the report should be sent.
4749

48-
This entry in the Unix crontab will run the User Sync tool at 4 AM each day:
50+
This entry in the Unix crontab will run the User Sync tool at 1 AM each day:
4951

50-
0 4 * * * path_to_Sync_shell_command/run_sync.sh
52+
0 1 * * * path_to_Sync_shell_command/run_sync.sh
5153

52-
Cron can also be setup to email results to a specified user or mailing list. Check the documentation on cron for you Unix system for more details.
54+
Cron can also be setup to email results to a specified user or mailing list. Check the documentation on cron for your Unix system for more details.
5355

5456
Note that often when setting up scheduled tasks, commands that work from the command line do not work in the scheduled task because the current directory or user id is different. It is a good idea to run one of the test mode commands (described in the "Make a Test Run" section) the first time you try the scheduled task.
5557

58+
When scheduling your cron job please limit your sync to once a day and consider a time that works best for you, taking into consideration other timezones and clients.
5659

5760
[Previous Section](command_line_options.md) \| [Back to Contents](index.md)
5861

0 commit comments

Comments
 (0)