File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
- < h1 > Cron Wrapper</ h1 >
1
+ # Cron Wrapper
2
2
3
3
This dirty tool can execute code more frequently than 1 minute which is crontab minimum setting
4
4
5
- <h2 >Warning</h2 >
6
-
7
- executing stuff too frequently can be harmfull for the system. This wrapper does not verifies if the previous execution is finished or not.
5
+ ** Note** : executing stuff too frequently can be harmfull for the system. This wrapper does not verifies if the previous execution is finished or not.
8
6
9
7
<b >ENSURE THAT THE CODE IS FINISHING QUICKLY</b >
10
8
11
- < h2 > Usage</ h2 >
9
+ ## Usage
12
10
13
- Add to cron, where X is the delay between executions in seconds
11
+ ### Add to cron, where X is the delay between executions in seconds
14
12
15
- * /1 * * * * /root/bin/wrapper X
13
+ */1 * * * * /root/bin/wrapper X
16
14
17
- For exemple : every 10 seconds
15
+ ### For example : every 10 seconds
18
16
19
- * /1 * * * * /root/bin/wrapper 10
17
+ */1 * * * * /root/bin/wrapper 10
20
18
21
19
22
20
You can’t perform that action at this time.
0 commit comments