Rykian / clockwork

A scheduler process to replace cron.
MIT License
544 stars 66 forks source link

QUESTION: clockwork will skip execution of the task with the :at option #53

Open pdkproitf opened 5 years ago

pdkproitf commented 5 years ago

I read through the docs, it seems conflict between at: and thread:

I did some tests and I found the task still running after the process is returned to the clockwork routine. So Am I misunderstand some points or the documentation isn't right?

Is it should be If another task is already running at the specified time, clockwork will block execution of the task with the :at option

ryan-ipcoin commented 5 years ago

@Rykian please help to confirm this one. Many thanks.

dwaynemac commented 1 year ago

Good question