1.1.0 • Published 8 years ago

scheduler-cron v1.1.0

Weekly downloads
1
License
ISC
Repository
bitbucket
Last release
8 years ago

Run Status

Scheduler Cron

It is the compact library for asynchronous function execution. The execution can be in the specified date, the specified static or dynamic interval or complex interval using Cron. The library has no dependencies that is doing it more transparent. Their components are really fast. The performance is improved always. Scheduler Cron will help you to execute some issues without user intervention. It can be server statistics uploading or periodic notifications.

Real usage

Scheduler Cron is used in Penta-Trick Fooball Manager that helps to find and fix bugs as fast as it possible.

Components

TimeExecutor

It is designed for execution in specified date. Specify the date and function and it will be executed in this date.

IntervalJob

It is designed for execution in specified interval. The interval can be passed statically using numeric value or can be got dynamically by function call.

CronJob

It is designed for execution using Cron. You can use all of Cron formats which are supported.

Reasons to use

Still not sure whether to use or not? Read the comparison of Scheduler Cron with JS realization.

Development

Follow the Trello board to see the development progress and realized features. Versions history list. Did you find a bug or you have a suggestion? Write it here. Feel free to contact me if you need more information about the library or you have any other question (help@penta-trick.com).

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago