Skip to content

retrack/cron_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Cron Wrapper

This dirty tool can execute code more frequently than 1 minute which is crontab minimum setting

Note: executing stuff too frequently can be harmfull for the system. This wrapper does not verifies if the previous execution is finished or not.

ENSURE THAT THE CODE IS FINISHING QUICKLY

Usage

Add to cron, where X is the delay between executions in seconds

*/1 * * * * /root/bin/wrapper X

For example : every 10 seconds

*/1 * * * * /root/bin/wrapper 10

About

execute cron stuff more frequently than 1 minute

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published