gocraft / work

Process background jobs in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Why the smallest resolution is in seconds for scheduled jobs?

ajatprabha opened this issue · comments

Hi, is there a reason why a scheduled job can only be enqueued with second level resolution. Say, I want a job to execute after 100ms, is that possible? I would like to understand the limitations, if there are any. TIA!