Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added Scheduler information
  • Loading branch information
mhamzas committed Dec 7, 2017
1 parent 9391dce commit 4042358
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ The open source version of dataloader is available from: https://github.com/forc
```
$ bin/process.sh csvAccountExtractProcess
```
This should produce the output file in the data/ directory and if the debug log was enabled, the trace file in the status/ directory.

This should produce the output file in the data/ directory and if the debug log was enabled, the trace file in the status/ directory.
10. Edit the scheduler file and add this file in crontab (for cronjob)
```
$ echo "* * * * * /path/to/sdl_scheduler.sh" >> crontab -e
```

Enjoy!
- Hamza
Expand Down

0 comments on commit 4042358

Please sign in to comment.